Home
last modified time | relevance | path

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

/aosp_15_r20/external/libavc/decoder/mvc/
H A Dimvcd_dpb_manager.h45 typedef struct mvc_dpb_info_t struct
49 struct mvc_dpb_info_t *ps_prev_short; argument
51 struct mvc_dpb_info_t *ps_prev_long; argument
59 } mvc_dpb_info_t; argument
100 mvc_dpb_info_t as_dpb_info[MVC_MAX_REF_PICS];
106 mvc_dpb_info_t *ps_dpb_st_head;
108 mvc_dpb_info_t *ps_dpb_lt_head;
H A Dimvcd_dpb_manager.c134 mvc_dpb_info_t *ps_dpb_info = ps_dpb_mgr->as_dpb_info; in imvcd_init_dpb_mgr()
433 mvc_dpb_info_t *ps_next_dpb; in imvcd_dpb_do_mmco_for_gaps()
595 mvc_dpb_info_t *ps_dpb_info = ps_dpb_mgr->as_dpb_info; in imvcd_reset_dpb()
689 mvc_dpb_info_t *ps_next_dpb; in imvcd_assign_pic_num()
755 mvc_dpb_info_t *ps_dpb_lt_head = ps_dpb_mgr->ps_dpb_lt_head; in imvcd_dpb_st_lt_deduplicator()
756 mvc_dpb_info_t *ps_lt_curr_dpb = ps_dpb_mgr->ps_dpb_lt_head; in imvcd_dpb_st_lt_deduplicator()
757 mvc_dpb_info_t *ps_dpb_st_head = ps_dpb_mgr->ps_dpb_st_head; in imvcd_dpb_st_lt_deduplicator()
769 mvc_dpb_info_t *ps_st_next_dpb = ps_dpb_st_head; in imvcd_dpb_st_lt_deduplicator()
770 mvc_dpb_info_t *ps_st_curr_dpb = ps_dpb_st_head; in imvcd_dpb_st_lt_deduplicator()
825 mvc_dpb_info_t *ps_ref_au_data; in imvcd_init_ref_pic_list()
[all …]