Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_dpb_mgr.c77 ps_dpb_info[i].ps_prev_short = 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()
485 if((WORD32)ps_next_dpb->ps_prev_short->i4_frame_num == i4_frame_num) in ih264d_delete_st_node_or_make_lt()
487 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_delete_st_node_or_make_lt()
518 ps_unmark_node = ps_next_dpb->ps_prev_short; 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()
581 ps_next_dpb->ps_prev_short = ps_unmark_node->ps_prev_short; //update link in ih264d_delete_st_node_or_make_lt()
593 ps_unmark_node->ps_prev_short = NULL; in ih264d_delete_st_node_or_make_lt()
634 ps_dpb_info[i].ps_prev_short = NULL; in ih264d_reset_ref_bufs()
681 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_update_default_index_list()
[all …]
Dih264d_dpb_manager.h73 struct dpb_info_t *ps_prev_short;/** Link to the DPB with previous picNum */ member
Dih264d_process_bslice.c1256 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_init_ref_idx_lx_b()
1307 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_init_ref_idx_lx_b()
1328 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_init_ref_idx_lx_b()
1432 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_init_ref_idx_lx_b()
1462 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_init_ref_idx_lx_b()
Dih264d_parse_slice.c1024 ps_dec->ps_dpb_mgr->ps_dpb_st_head->ps_prev_short; in ih264d_fix_error_in_dpb()
1029 ps_st_next_dpb->ps_prev_short = ps_st_curr_dpb->ps_prev_short; in ih264d_fix_error_in_dpb()
1037 ps_st_curr_dpb = ps_st_curr_dpb->ps_prev_short; in ih264d_fix_error_in_dpb()
Dih264d_process_pslice.c1010 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_init_ref_idx_lx_p()
1062 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_init_ref_idx_lx_p()
Dih264d_utils.c1427 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_assign_pic_num()