Home | History | Annotate | Download | only in decoder

Lines Matching refs:ps_prev_short

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;
681 ps_next_dpb = ps_next_dpb->ps_prev_short;
1057 ps_next_dpb = ps_next_dpb->ps_prev_short;
1060 if(ps_next_dpb->ps_prev_short->ps_prev_short != NULL)
1072 ps_next_dpb->ps_prev_short->i4_frame_num,
1081 ps_next_dpb->ps_prev_short->u1_used_as_ref =
1083 ps_next_dpb->ps_prev_short->s_top_field.u1_reference_info =
1085 ps_next_dpb->ps_prev_short->s_bot_field.u1_reference_info =
1088 ps_next_dpb->ps_prev_short->u1_buf_id);
1089 ps_next_dpb->ps_prev_short->ps_pic_buf = NULL;
1090 ps_next_dpb->ps_prev_short = NULL;
1115 ps_next_dpb->ps_prev_short = NULL;
1708 ps_next_dpb = ps_next_dpb->ps_prev_short;
1711 if(ps_next_dpb->ps_prev_short->ps_prev_short != NULL)
1719 ps_next_dpb->ps_prev_short->i4_frame_num,
1728 ps_next_dpb->ps_prev_short->u1_used_as_ref =
1730 ps_next_dpb->ps_prev_short->s_top_field.u1_reference_info =
1732 ps_next_dpb->ps_prev_short->s_bot_field.u1_reference_info =
1735 ps_next_dpb->ps_prev_short->u1_buf_id);
1736 ps_next_dpb->ps_prev_short->ps_pic_buf = NULL;
1737 ps_next_dpb->ps_prev_short = NULL;
1866 ps_next_dpb = ps_next_dpb->ps_prev_short;
1869 if(ps_next_dpb->ps_prev_short->ps_prev_short != NULL)
1877 ps_next_dpb->ps_prev_short->i4_frame_num,
1886 ps_next_dpb->ps_prev_short->u1_used_as_ref = UNUSED_FOR_REF;
1887 ps_next_dpb->ps_prev_short->s_top_field.u1_reference_info =
1889 ps_next_dpb->ps_prev_short->s_bot_field.u1_reference_info =
1892 ps_next_dpb->ps_prev_short->u1_buf_id);
1893 ps_next_dpb->ps_prev_short->ps_pic_buf = NULL;
1894 ps_next_dpb->ps_prev_short = NULL;