Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
Dvdec_vp9_req_lat_if.c492 struct vdec_vp9_slice_counts_map counts_map; member
1227 static void vdec_vp9_slice_counts_map_helper(struct vdec_vp9_slice_counts_map *counts_map, in vdec_vp9_slice_counts_map_helper() argument
1246 for (i = 0; i < ARRAY_SIZE(counts_map->skip); i++) in vdec_vp9_slice_counts_map_helper()
1247 memcpy(counts_map->skip[i], counts->skip[i], in vdec_vp9_slice_counts_map_helper()
1248 sizeof(counts_map->skip[0])); in vdec_vp9_slice_counts_map_helper()
1249 counts_helper->skip = &counts_map->skip; in vdec_vp9_slice_counts_map_helper()
1251 for (i = 0; i < ARRAY_SIZE(counts_map->y_mode); i++) in vdec_vp9_slice_counts_map_helper()
1252 memcpy(counts_map->y_mode[i], counts->y_mode[i], in vdec_vp9_slice_counts_map_helper()
1253 sizeof(counts_map->y_mode[0])); in vdec_vp9_slice_counts_map_helper()
1254 counts_helper->y_mode = &counts_map->y_mode; in vdec_vp9_slice_counts_map_helper()
[all …]