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()
407 ps_dpb_info[i].ps_prev_short = ps_dpb_mgr->ps_dpb_st_head; in ih264d_insert_st_node()
415 ps_dpb_mgr->ps_dpb_st_head = ps_dpb_info + i; in ih264d_insert_st_node()
477 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_delete_st_node_or_make_lt()
579 if(ps_unmark_node == ps_dpb_mgr->ps_dpb_st_head) in ih264d_delete_st_node_or_make_lt()
580 ps_dpb_mgr->ps_dpb_st_head = ps_next_dpb->ps_prev_short; in ih264d_delete_st_node_or_make_lt()
649 ps_dpb_mgr->ps_dpb_st_head = NULL; in ih264d_reset_ref_bufs()
678 struct dpb_info_t *ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_update_default_index_list()
1036 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_do_mmco_buffer()
1124 ps_dpb_mgr->ps_dpb_st_head = NULL; in ih264d_do_mmco_buffer()
[all …]
Dih264d_dpb_manager.h92 struct dpb_info_t *ps_dpb_st_head; /** Pointer to the most recent picNum */ member
Dih264d_parse_slice.c1017 if(ps_dec->ps_dpb_mgr->ps_dpb_st_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()
1031 ps_dec->ps_dpb_mgr->ps_dpb_st_head = in ih264d_fix_error_in_dpb()
1032 ps_dec->ps_dpb_mgr->ps_dpb_st_head->ps_prev_short; in ih264d_fix_error_in_dpb()
1033 ps_st_curr_dpb = ps_dec->ps_dpb_mgr->ps_dpb_st_head; in ih264d_fix_error_in_dpb()
Dih264d_process_pslice.c1016 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_init_ref_idx_lx_p()
1031 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_init_ref_idx_lx_p()
Dih264d_process_bslice.c1258 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_init_ref_idx_lx_b()
1278 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_init_ref_idx_lx_b()
Dih264d_utils.c1453 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_assign_pic_num()