Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_dpb_mgr.c88 ps_dpb_mgr->ps_dpb_ht_head = NULL; in ih264d_init_ref_bufs()
150 ps_next_dpb = ps_dpb_mgr->ps_dpb_ht_head; in ih264d_delete_lt_node()
217 if(ps_unmark_node == ps_dpb_mgr->ps_dpb_ht_head) in ih264d_delete_lt_node()
218 ps_dpb_mgr->ps_dpb_ht_head = ps_next_dpb->ps_prev_long; in ih264d_delete_lt_node()
307 struct dpb_info_t *ps_next_dpb = ps_dpb_mgr->ps_dpb_ht_head; in ih264d_insert_lt_node()
313 ps_dpb_mgr->ps_dpb_ht_head = ps_mov_node; in ih264d_insert_lt_node()
334 ps_dpb_mgr->ps_dpb_ht_head = ps_mov_node; in ih264d_insert_lt_node()
650 ps_dpb_mgr->ps_dpb_ht_head = NULL; in ih264d_reset_ref_bufs()
686 ps_next_dpb = ps_dpb_mgr->ps_dpb_ht_head; in ih264d_update_default_index_list()
1280 ps_nxtDPB = ps_dpb_mgr->ps_dpb_ht_head; in ih264d_do_mmco_buffer()
[all …]
Dih264d_dpb_manager.h93 struct dpb_info_t *ps_dpb_ht_head; /** Pointer to the smallest LT index */ member
Dih264d_process_pslice.c1041 ps_next_dpb = ps_dpb_mgr->ps_dpb_ht_head; in ih264d_init_ref_idx_lx_p()
1091 ps_next_dpb = ps_dpb_mgr->ps_dpb_ht_head; in ih264d_init_ref_idx_lx_p()
Dih264d_process_bslice.c1288 ps_next_dpb = ps_dpb_mgr->ps_dpb_ht_head; in ih264d_init_ref_idx_lx_b()
1366 ps_next_dpb = ps_dpb_mgr->ps_dpb_ht_head; in ih264d_init_ref_idx_lx_b()
1478 ps_next_dpb = ps_dpb_mgr->ps_dpb_ht_head; in ih264d_init_ref_idx_lx_b()
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()