Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dencode_strategy.h76 RefFrameMapPair ref_frame_map_pairs[REF_FRAMES]);
90 void av1_get_ref_frames(RefFrameMapPair ref_frame_map_pairs[REF_FRAMES],
133 AV1_COMP *cpi, RefFrameMapPair ref_frame_map_pairs[REF_FRAMES],
H A Dencode_strategy.c524 static int get_free_ref_map_index(RefFrameMapPair ref_map_pairs[REF_FRAMES]) {
530 static int get_refresh_idx(RefFrameMapPair ref_frame_map_pairs[REF_FRAMES],
541 RefFrameMapPair ref_pair = ref_frame_map_pairs[map_idx];
594 AV1_COMP *cpi, RefFrameMapPair ref_frame_map_pairs[REF_FRAMES],
616 RefFrameMapPair ref_frame_map_pairs[REF_FRAMES]) {
988 void av1_get_ref_frames(RefFrameMapPair ref_frame_map_pairs[REF_FRAMES],
1043 RefFrameMapPair ref_pair = ref_frame_map_pairs[map_idx];
1571 RefFrameMapPair ref_frame_map_pairs[REF_FRAMES];
H A Dencoder.h3900 } RefFrameMapPair; typedef
3903 AV1_COMP *cpi, RefFrameMapPair ref_frame_map_pairs[REF_FRAMES]) { in init_ref_map_pair()
H A Dencoder.c5022 RefFrameMapPair ref_frame_map_pairs[REF_FRAMES]; in av1_init_parallel_frame_context()
5023 RefFrameMapPair first_ref_frame_map_pairs[REF_FRAMES]; in av1_init_parallel_frame_context()
5026 sizeof(RefFrameMapPair) * REF_FRAMES); in av1_init_parallel_frame_context()
H A Dtpl_model.c1524 RefFrameMapPair ref_frame_map_pairs[REF_FRAMES]; in init_gop_frames_for_tpl()