Home | History | Annotate | Download | only in decoder

Lines Matching refs:ps_prev_short

77         ps_dpb_info[i].ps_prev_short = NULL;
405 ps_dpb_info[i].ps_prev_short = ps_dpb_mgr->ps_dpb_st_head;
484 if((WORD32)ps_next_dpb->ps_prev_short->i4_frame_num == i4_frame_num)
486 ps_next_dpb = ps_next_dpb->ps_prev_short;
517 ps_unmark_node = ps_next_dpb->ps_prev_short;
578 ps_dpb_mgr->ps_dpb_st_head = ps_next_dpb->ps_prev_short;
580 ps_next_dpb->ps_prev_short = ps_unmark_node->ps_prev_short; //update link
592 ps_unmark_node->ps_prev_short = NULL;
633 ps_dpb_info[i].ps_prev_short = NULL;
680 ps_next_dpb = ps_next_dpb->ps_prev_short;
1043 ps_next_dpb = ps_next_dpb->ps_prev_short;
1046 if(ps_next_dpb->ps_prev_short->ps_prev_short != NULL)
1058 ps_next_dpb->ps_prev_short->i4_frame_num,
1067 ps_next_dpb->ps_prev_short->u1_used_as_ref =
1069 ps_next_dpb->ps_prev_short->s_top_field.u1_reference_info =
1071 ps_next_dpb->ps_prev_short->s_bot_field.u1_reference_info =
1074 ps_next_dpb->ps_prev_short->u1_buf_id);
1075 ps_next_dpb->ps_prev_short->ps_pic_buf = NULL;
1076 ps_next_dpb->ps_prev_short = NULL;
1101 ps_next_dpb->ps_prev_short = NULL;
1683 ps_prev_short;
1686 if(ps_next_dpb->ps_prev_short->ps_prev_short != NULL)
1694 ps_next_dpb->ps_prev_short->i4_frame_num,
1703 ps_next_dpb->ps_prev_short->u1_used_as_ref =
1705 ps_next_dpb->ps_prev_short->s_top_field.u1_reference_info =
1707 ps_next_dpb->ps_prev_short->s_bot_field.u1_reference_info =
1710 ps_next_dpb->ps_prev_short->u1_buf_id);
1711 ps_next_dpb->ps_prev_short->ps_pic_buf = NULL;
1712 ps_next_dpb->ps_prev_short = NULL;
1841 ps_next_dpb = ps_next_dpb->ps_prev_short;
1844 if(ps_next_dpb->ps_prev_short->ps_prev_short != NULL)
1852 ps_next_dpb->ps_prev_short->i4_frame_num,
1861 ps_next_dpb->ps_prev_short->u1_used_as_ref = UNUSED_FOR_REF;
1862 ps_next_dpb->ps_prev_short->s_top_field.u1_reference_info =
1864 ps_next_dpb->ps_prev_short->s_bot_field.u1_reference_info =
1867 ps_next_dpb->ps_prev_short->u1_buf_id);
1868 ps_next_dpb->ps_prev_short->ps_pic_buf = NULL;
1869 ps_next_dpb->ps_prev_short = NULL;