Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_dpb_mgr.c87 ps_dpb_mgr->ps_dpb_st_head = NULL; in ih264d_init_ref_bufs()
396 ps_dpb_info[i].ps_prev_short = ps_dpb_mgr->ps_dpb_st_head; in ih264d_insert_st_node()
404 ps_dpb_mgr->ps_dpb_st_head = ps_dpb_info + i; in ih264d_insert_st_node()
466 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_delete_st_node_or_make_lt()
568 if(ps_unmark_node == ps_dpb_mgr->ps_dpb_st_head) in ih264d_delete_st_node_or_make_lt()
569 ps_dpb_mgr->ps_dpb_st_head = ps_next_dpb->ps_prev_short; in ih264d_delete_st_node_or_make_lt()
638 ps_dpb_mgr->ps_dpb_st_head = NULL; in ih264d_reset_ref_bufs()
666 struct dpb_info_t *ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_update_default_index_list()
1005 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_do_mmco_buffer()
1093 ps_dpb_mgr->ps_dpb_st_head = NULL; in ih264d_do_mmco_buffer()
[all …]
Dih264d_dpb_manager.h91 struct dpb_info_t *ps_dpb_st_head; /** Pointer to the most recent picNum */ member
Dih264d_process_bslice.c1239 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_init_ref_idx_lx_b()
1294 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_init_ref_idx_lx_b()
1316 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_init_ref_idx_lx_b()
1420 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_init_ref_idx_lx_b()
1450 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_init_ref_idx_lx_b()
Dih264d_process_pslice.c998 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_init_ref_idx_lx_p()
1049 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_init_ref_idx_lx_p()
Dih264d_utils.c1392 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head; in ih264d_assign_pic_num()