Home
last modified time | relevance | path

Searched refs:src_matrix (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_common.c186 const struct v4l2_ctrl_h264_scaling_matrix *src_matrix) in mtk_vdec_h264_copy_scaling_matrix() argument
188 memcpy(dst_matrix->scaling_list_4x4, src_matrix->scaling_list_4x4, in mtk_vdec_h264_copy_scaling_matrix()
191 memcpy(dst_matrix->scaling_list_8x8, src_matrix->scaling_list_8x8, in mtk_vdec_h264_copy_scaling_matrix()
H A Dvdec_h264_req_common.h237 const struct v4l2_ctrl_h264_scaling_matrix *src_matrix);