Searched refs:scaling_list_8x8 (Results 1 – 7 of 7) sorted by relevance
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()
118 unsigned char scaling_list_8x8[6][64]; member
268 scaling->scaling_list_8x8[0], in cedrus_write_scaling_lists()269 sizeof(scaling->scaling_list_8x8[0])); in cedrus_write_scaling_lists()272 scaling->scaling_list_8x8[1], in cedrus_write_scaling_lists()273 sizeof(scaling->scaling_list_8x8[1])); in cedrus_write_scaling_lists()
296 val = ((u32)scaling->scaling_list_8x8[i][j + (k + 3) * 8] << 24) | in cedrus_h265_write_scaling_list()297 ((u32)scaling->scaling_list_8x8[i][j + (k + 2) * 8] << 16) | in cedrus_h265_write_scaling_list()298 ((u32)scaling->scaling_list_8x8[i][j + (k + 1) * 8] << 8) | in cedrus_h265_write_scaling_list()299 scaling->scaling_list_8x8[i][j + k * 8]; in cedrus_h265_write_scaling_list()
119 __entry->s.scaling_list_8x8,120 sizeof(__entry->s.scaling_list_8x8),
279 "scaling_list_8x8 {%s}\n"289 __entry->s.scaling_list_8x8,290 sizeof(__entry->s.scaling_list_8x8),
305 - ``scaling_list_8x8[6][64]``2590 - ``scaling_list_8x8[6][64]``