Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_dpb_mgr.c87 ps_dpb_mgr->ps_dpb_st_head = NULL; in ih264d_init_ref_bufs()
406 ps_dpb_info[i].ps_prev_short = ps_dpb_mgr->ps_dpb_st_head; in ih264d_insert_st_node()
414 ps_dpb_mgr->ps_dpb_st_head = ps_dpb_info + i; in ih264d_insert_st_node()
476 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_delete_st_node_or_make_lt()
578 if(ps_unmark_node == ps_dpb_mgr->ps_dpb_st_head) in ih264d_delete_st_node_or_make_lt()
579 ps_dpb_mgr->ps_dpb_st_head = ps_next_dpb->ps_prev_short; in ih264d_delete_st_node_or_make_lt()
648 ps_dpb_mgr->ps_dpb_st_head = NULL; in ih264d_reset_ref_bufs()
676 struct dpb_info_t *ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_update_default_index_list()
1028 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_do_mmco_buffer()
1116 ps_dpb_mgr->ps_dpb_st_head = NULL; in ih264d_do_mmco_buffer()
[all …]
Dih264d_parse_slice.c1009 if(ps_dec->ps_dpb_mgr->ps_dpb_st_head in ih264d_fix_error_in_dpb()
1014 struct dpb_info_t *ps_st_next_dpb = ps_dec->ps_dpb_mgr->ps_dpb_st_head; in ih264d_fix_error_in_dpb()
1015 struct dpb_info_t *ps_st_curr_dpb = ps_dec->ps_dpb_mgr->ps_dpb_st_head; in ih264d_fix_error_in_dpb()
1023 ps_dec->ps_dpb_mgr->ps_dpb_st_head = in ih264d_fix_error_in_dpb()
1024 ps_dec->ps_dpb_mgr->ps_dpb_st_head->ps_prev_short; in ih264d_fix_error_in_dpb()
1025 ps_st_curr_dpb = ps_dec->ps_dpb_mgr->ps_dpb_st_head; in ih264d_fix_error_in_dpb()
Dih264d_dpb_manager.h91 struct dpb_info_t *ps_dpb_st_head; /** Pointer to the most recent picNum */ member
Dih264d_process_bslice.c1240 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_init_ref_idx_lx_b()
1295 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_init_ref_idx_lx_b()
1317 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_init_ref_idx_lx_b()
1421 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_init_ref_idx_lx_b()
1451 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_init_ref_idx_lx_b()
Dih264d_process_pslice.c999 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_init_ref_idx_lx_p()
1050 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_init_ref_idx_lx_p()
Dih264d_utils.c1397 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_assign_pic_num()