Lines Matching refs:ps_prev_short

77         ps_dpb_info[i].ps_prev_short = NULL;  in ih264d_init_ref_bufs()
406 ps_dpb_info[i].ps_prev_short = ps_dpb_mgr->ps_dpb_st_head; in ih264d_insert_st_node()
485 if((WORD32)ps_next_dpb->ps_prev_short->i4_frame_num == i4_frame_num) in ih264d_delete_st_node_or_make_lt()
487 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_delete_st_node_or_make_lt()
518 ps_unmark_node = ps_next_dpb->ps_prev_short; in ih264d_delete_st_node_or_make_lt()
579 ps_dpb_mgr->ps_dpb_st_head = ps_next_dpb->ps_prev_short; in ih264d_delete_st_node_or_make_lt()
581 ps_next_dpb->ps_prev_short = ps_unmark_node->ps_prev_short; //update link in ih264d_delete_st_node_or_make_lt()
593 ps_unmark_node->ps_prev_short = NULL; in ih264d_delete_st_node_or_make_lt()
634 ps_dpb_info[i].ps_prev_short = NULL; in ih264d_reset_ref_bufs()
681 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_update_default_index_list()
1057 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_do_mmco_buffer()
1060 if(ps_next_dpb->ps_prev_short->ps_prev_short != NULL) in ih264d_do_mmco_buffer()
1072 … ps_next_dpb->ps_prev_short->i4_frame_num, in ih264d_do_mmco_buffer()
1081 ps_next_dpb->ps_prev_short->u1_used_as_ref = in ih264d_do_mmco_buffer()
1083 ps_next_dpb->ps_prev_short->s_top_field.u1_reference_info = in ih264d_do_mmco_buffer()
1085 ps_next_dpb->ps_prev_short->s_bot_field.u1_reference_info = in ih264d_do_mmco_buffer()
1088 ps_next_dpb->ps_prev_short->u1_buf_id); in ih264d_do_mmco_buffer()
1089 ps_next_dpb->ps_prev_short->ps_pic_buf = NULL; in ih264d_do_mmco_buffer()
1090 ps_next_dpb->ps_prev_short = NULL; in ih264d_do_mmco_buffer()
1115 ps_next_dpb->ps_prev_short = NULL; in ih264d_do_mmco_buffer()
1708 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_do_mmco_for_gaps()
1711 if(ps_next_dpb->ps_prev_short->ps_prev_short != NULL) in ih264d_do_mmco_for_gaps()
1719 … ps_next_dpb->ps_prev_short->i4_frame_num, in ih264d_do_mmco_for_gaps()
1728 ps_next_dpb->ps_prev_short->u1_used_as_ref = in ih264d_do_mmco_for_gaps()
1730 ps_next_dpb->ps_prev_short->s_top_field.u1_reference_info = in ih264d_do_mmco_for_gaps()
1732 ps_next_dpb->ps_prev_short->s_bot_field.u1_reference_info = in ih264d_do_mmco_for_gaps()
1735 ps_next_dpb->ps_prev_short->u1_buf_id); in ih264d_do_mmco_for_gaps()
1736 ps_next_dpb->ps_prev_short->ps_pic_buf = NULL; in ih264d_do_mmco_for_gaps()
1737 ps_next_dpb->ps_prev_short = NULL; in ih264d_do_mmco_for_gaps()
1866 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_free_node_from_dpb()
1869 if(ps_next_dpb->ps_prev_short->ps_prev_short != NULL) in ih264d_free_node_from_dpb()
1877 ps_next_dpb->ps_prev_short->i4_frame_num, in ih264d_free_node_from_dpb()
1886 ps_next_dpb->ps_prev_short->u1_used_as_ref = UNUSED_FOR_REF; in ih264d_free_node_from_dpb()
1887 ps_next_dpb->ps_prev_short->s_top_field.u1_reference_info = in ih264d_free_node_from_dpb()
1889 ps_next_dpb->ps_prev_short->s_bot_field.u1_reference_info = in ih264d_free_node_from_dpb()
1892 ps_next_dpb->ps_prev_short->u1_buf_id); in ih264d_free_node_from_dpb()
1893 ps_next_dpb->ps_prev_short->ps_pic_buf = NULL; in ih264d_free_node_from_dpb()
1894 ps_next_dpb->ps_prev_short = NULL; in ih264d_free_node_from_dpb()