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

  /external/libavc/decoder/
ih264d_dpb_mgr.c 77 ps_dpb_info[i].ps_prev_short = NULL;
406 ps_dpb_info[i].ps_prev_short = ps_dpb_mgr->ps_dpb_st_head;
485 if((WORD32)ps_next_dpb->ps_prev_short->i4_frame_num == i4_frame_num)
487 ps_next_dpb = ps_next_dpb->ps_prev_short;
518 ps_unmark_node = ps_next_dpb->ps_prev_short;
579 ps_dpb_mgr->ps_dpb_st_head = ps_next_dpb->ps_prev_short;
581 ps_next_dpb->ps_prev_short = ps_unmark_node->ps_prev_short; //update link
593 ps_unmark_node->ps_prev_short = NULL;
634 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_parse_slice.c     [all...]
ih264d_process_pslice.c     [all...]
ih264d_utils.c     [all...]

Completed in 75 milliseconds