Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_dpb_mgr.h48 typedef struct dpb_info_t dpb_info_t; typedef
56 struct dpb_info_t struct
66 dpb_info_t *ps_prev_dpb; argument
75 dpb_info_t *ps_dpb_head;
80 dpb_info_t as_dpb_info[MAX_DPB_BUFS];
Dihevc_dpb_mgr.c78 dpb_info_t *ps_dpb_info = ps_dpb_mgr->as_dpb_info; in ihevc_dpb_mgr_init()
124 dpb_info_t *ps_dpb_info; in ihevc_dpb_mgr_insert_ref()
201 dpb_info_t *ps_next_dpb; in ihevc_dpb_mgr_del_ref()
203 dpb_info_t *ps_unmark_node; in ihevc_dpb_mgr_del_ref()
345 dpb_info_t *ps_next_ref; in ihevc_dpb_mgr_get_ref_by_poc()
399 dpb_info_t *ps_next_ref; in ihevc_dpb_mgr_get_ref_by_poc_lsb()
448 dpb_info_t *ps_dpb_info; in ihevc_dpb_mgr_reset()
/external/libavc/common/
Dih264_dpb_mgr.c90 dpb_info_t *ps_dpb_info = ps_dpb_mgr->as_dpb_info; in ih264_dpb_mgr_init()
143 dpb_info_t *ps_dpb_node1 = ps_dpb_mgr->ps_dpb_short_term_head; in ih264_dpb_mgr_sort_short_term_fields_by_frame_num()
144 dpb_info_t *ps_dpb_node2; in ih264_dpb_mgr_sort_short_term_fields_by_frame_num()
231 dpb_info_t *ps_dpb_node1 = ps_dpb_mgr->ps_dpb_short_term_head; in ih264_dpb_mgr_sort_short_term_fields_by_poc_l0()
232 dpb_info_t *ps_dpb_node2; in ih264_dpb_mgr_sort_short_term_fields_by_poc_l0()
320 dpb_info_t *ps_dpb_node1 = ps_dpb_mgr->ps_dpb_short_term_head; in ih264_dpb_mgr_sort_short_term_fields_by_poc_l1()
321 dpb_info_t *ps_dpb_node2; in ih264_dpb_mgr_sort_short_term_fields_by_poc_l1()
403 dpb_info_t *ps_dpb_node1 = ps_dpb_mgr->ps_dpb_long_term_head; in ih264_dpb_mgr_sort_long_term_fields_by_frame_idx()
404 dpb_info_t *ps_dpb_node2; in ih264_dpb_mgr_sort_long_term_fields_by_frame_idx()
486 dpb_info_t s_dpb_head; in ih264_dpb_mgr_alternate_ref_fields()
[all …]
Dih264_dpb_mgr.h50 typedef struct dpb_info_t dpb_info_t; typedef
59 struct dpb_info_t struct
69 dpb_info_t *ps_prev_dpb; argument
78 dpb_info_t *ps_dpb_short_term_head;
83 dpb_info_t *ps_dpb_long_term_head;
88 dpb_info_t as_dpb_info[MAX_DPB_BUFS];
/external/libavc/decoder/
Dih264d_dpb_manager.h70 struct dpb_info_t struct
74 struct dpb_info_t *ps_prev_short;/** Link to the DPB with previous picNum */ argument
75 struct dpb_info_t *ps_prev_long; /** Link to the DPB with previous long term frame*/ argument
92 struct dpb_info_t *ps_dpb_st_head; /** Pointer to the most recent picNum */ argument
93 struct dpb_info_t *ps_dpb_ht_head; /** Pointer to the smallest LT index */
94 …struct dpb_info_t as_dpb_info[MAX_REF_BUFS]; /** Physical storage for dpbInfo for ref bufs */
Dih264d_dpb_mgr.c72 struct dpb_info_t *ps_dpb_info = ps_dpb_mgr->as_dpb_info; in ih264d_init_ref_bufs()
138 struct dpb_info_t *ps_lt_node_to_insert, in ih264d_delete_lt_node()
145 struct dpb_info_t *ps_next_dpb; in ih264d_delete_lt_node()
148 struct dpb_info_t *ps_unmark_node; in ih264d_delete_lt_node()
249 struct dpb_info_t *ps_mov_node, in ih264d_insert_lt_node()
307 struct dpb_info_t *ps_next_dpb = ps_dpb_mgr->ps_dpb_ht_head; in ih264d_insert_lt_node()
318 struct dpb_info_t *ps_nxtDPB = ps_next_dpb; in ih264d_insert_lt_node()
370 struct dpb_info_t *ps_dpb_info = ps_dpb_mgr->as_dpb_info; in ih264d_insert_st_node()
459 struct dpb_info_t *ps_next_dpb; in ih264d_delete_st_node_or_make_lt()
461 struct dpb_info_t *ps_unmark_node = NULL; in ih264d_delete_st_node_or_make_lt()
[all …]
Dih264d_parse_slice.c1014 struct dpb_info_t *ps_lt_curr_dpb = ps_dec->ps_dpb_mgr->ps_dpb_ht_head; in ih264d_fix_error_in_dpb()
1022 struct dpb_info_t *ps_st_next_dpb = ps_dec->ps_dpb_mgr->ps_dpb_st_head; in ih264d_fix_error_in_dpb()
1023 struct dpb_info_t *ps_st_curr_dpb = ps_dec->ps_dpb_mgr->ps_dpb_st_head; in ih264d_fix_error_in_dpb()
Dih264d_process_pslice.c988 struct dpb_info_t *ps_next_dpb; in ih264d_init_ref_idx_lx_p()
Dih264d_process_bslice.c1229 struct dpb_info_t *ps_next_dpb; in ih264d_init_ref_idx_lx_b()
Dih264d_utils.c1442 struct dpb_info_t *ps_next_dpb; in ih264d_assign_pic_num()