Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/hantro/
Dhantro_h264.c222 const size_t list_len_8x8 = ARRAY_SIZE(scaling->scaling_list_8x8[0]); in reorder_scaling_list() local
229 BUILD_BUG_ON(ARRAY_SIZE(zig_zag_8x8) != list_len_8x8); in reorder_scaling_list()
232 num_list_8x8 * list_len_8x8); in reorder_scaling_list()
244 for (j = 0; j < list_len_8x8; ++j) in reorder_scaling_list()
246 src += list_len_8x8; in reorder_scaling_list()
247 dst += list_len_8x8; in reorder_scaling_list()