Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/mediatek/vcodec/vdec/ !
Dvdec_vp9_req_lat_if.c493 struct vdec_vp9_slice_counts_map counts_map; member
1230 static void vdec_vp9_slice_counts_map_helper(struct vdec_vp9_slice_counts_map *counts_map, in vdec_vp9_slice_counts_map_helper() argument
1249 for (i = 0; i < ARRAY_SIZE(counts_map->skip); i++) in vdec_vp9_slice_counts_map_helper()
1250 memcpy(counts_map->skip[i], counts->skip[i], in vdec_vp9_slice_counts_map_helper()
1251 sizeof(counts_map->skip[0])); in vdec_vp9_slice_counts_map_helper()
1252 counts_helper->skip = &counts_map->skip; in vdec_vp9_slice_counts_map_helper()
1254 for (i = 0; i < ARRAY_SIZE(counts_map->y_mode); i++) in vdec_vp9_slice_counts_map_helper()
1255 memcpy(counts_map->y_mode[i], counts->y_mode[i], in vdec_vp9_slice_counts_map_helper()
1256 sizeof(counts_map->y_mode[0])); in vdec_vp9_slice_counts_map_helper()
1257 counts_helper->y_mode = &counts_map->y_mode; in vdec_vp9_slice_counts_map_helper()
[all …]