Home
last modified time | relevance | path

Searched refs:dst_matrix (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
Dvdec_h264_req_common.c185 void mtk_vdec_h264_copy_scaling_matrix(struct slice_api_h264_scaling_matrix *dst_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()
189 sizeof(dst_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()
192 sizeof(dst_matrix->scaling_list_8x8)); in mtk_vdec_h264_copy_scaling_matrix()
Dvdec_h264_req_common.h233 void mtk_vdec_h264_copy_scaling_matrix(struct slice_api_h264_scaling_matrix *dst_matrix,
Dvdec_hevc_req_multi_if.c548 static void vdec_hevc_copy_scaling_matrix(struct slice_api_hevc_scaling_matrix *dst_matrix, in vdec_hevc_copy_scaling_matrix() argument
551 memcpy(dst_matrix, src_matrix, sizeof(*src_matrix)); in vdec_hevc_copy_scaling_matrix()