Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/hantro/
Dhantro_h264.c220 const size_t list_len_4x4 = ARRAY_SIZE(scaling->scaling_list_4x4[0]); in reorder_scaling_list() local
228 BUILD_BUG_ON(ARRAY_SIZE(zig_zag_4x4) != list_len_4x4); in reorder_scaling_list()
231 num_list_4x4 * list_len_4x4 + in reorder_scaling_list()
236 for (j = 0; j < list_len_4x4; ++j) in reorder_scaling_list()
238 src += list_len_4x4; in reorder_scaling_list()
239 dst += list_len_4x4; in reorder_scaling_list()