HomeSort by relevance Sort by last modified time
    Searched refs:ps_prev_short (Results 1 - 5 of 5) sorted by null

  /external/libavc/decoder/
ih264d_dpb_mgr.c 78 ps_dpb_info[i].ps_prev_short = NULL;
408 ps_dpb_info[i].ps_prev_short = ps_dpb_mgr->ps_dpb_st_head;
487 if((WORD32)ps_next_dpb->ps_prev_short->i4_frame_num == i4_frame_num)
489 ps_next_dpb = ps_next_dpb->ps_prev_short;
520 ps_unmark_node = ps_next_dpb->ps_prev_short;
581 ps_dpb_mgr->ps_dpb_st_head = ps_next_dpb->ps_prev_short;
583 ps_next_dpb->ps_prev_short = ps_unmark_node->ps_prev_short; //update link
595 ps_unmark_node->ps_prev_short = NULL;
636 ps_dpb_info[i].ps_prev_short = NULL
    [all...]
ih264d_dpb_manager.h 73 struct dpb_info_t *ps_prev_short;/** Link to the DPB with previous picNum */ member in struct:dpb_info_t
ih264d_process_bslice.c     [all...]
ih264d_process_pslice.c     [all...]
ih264d_utils.c     [all...]

Completed in 103 milliseconds