• Home
  • Raw
  • Download

Lines Matching refs:ps_prev_short

78         ps_dpb_info[i].ps_prev_short = NULL;  in ih264d_init_ref_bufs()
407 ps_dpb_info[i].ps_prev_short = ps_dpb_mgr->ps_dpb_st_head; in ih264d_insert_st_node()
486 if((WORD32)ps_next_dpb->ps_prev_short->i4_frame_num == i4_frame_num) in ih264d_delete_st_node_or_make_lt()
488 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_delete_st_node_or_make_lt()
519 ps_unmark_node = ps_next_dpb->ps_prev_short; in ih264d_delete_st_node_or_make_lt()
580 ps_dpb_mgr->ps_dpb_st_head = ps_next_dpb->ps_prev_short; in ih264d_delete_st_node_or_make_lt()
582 ps_next_dpb->ps_prev_short = ps_unmark_node->ps_prev_short; //update link in ih264d_delete_st_node_or_make_lt()
594 ps_unmark_node->ps_prev_short = NULL; in ih264d_delete_st_node_or_make_lt()
635 ps_dpb_info[i].ps_prev_short = NULL; in ih264d_reset_ref_bufs()
682 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_update_default_index_list()
1049 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_do_mmco_buffer()
1052 if(ps_next_dpb->ps_prev_short->ps_prev_short != NULL) in ih264d_do_mmco_buffer()
1064 … ps_next_dpb->ps_prev_short->i4_frame_num, in ih264d_do_mmco_buffer()
1073 ps_next_dpb->ps_prev_short->u1_used_as_ref = in ih264d_do_mmco_buffer()
1075 ps_next_dpb->ps_prev_short->s_top_field.u1_reference_info = in ih264d_do_mmco_buffer()
1077 ps_next_dpb->ps_prev_short->s_bot_field.u1_reference_info = in ih264d_do_mmco_buffer()
1080 ps_next_dpb->ps_prev_short->u1_buf_id); in ih264d_do_mmco_buffer()
1081 ps_next_dpb->ps_prev_short->ps_pic_buf = NULL; in ih264d_do_mmco_buffer()
1082 ps_next_dpb->ps_prev_short = NULL; in ih264d_do_mmco_buffer()
1107 ps_next_dpb->ps_prev_short = NULL; in ih264d_do_mmco_buffer()
1700 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_do_mmco_for_gaps()
1703 if(ps_next_dpb->ps_prev_short->ps_prev_short != NULL) in ih264d_do_mmco_for_gaps()
1711 … ps_next_dpb->ps_prev_short->i4_frame_num, in ih264d_do_mmco_for_gaps()
1720 ps_next_dpb->ps_prev_short->u1_used_as_ref = in ih264d_do_mmco_for_gaps()
1722 ps_next_dpb->ps_prev_short->s_top_field.u1_reference_info = in ih264d_do_mmco_for_gaps()
1724 ps_next_dpb->ps_prev_short->s_bot_field.u1_reference_info = in ih264d_do_mmco_for_gaps()
1727 ps_next_dpb->ps_prev_short->u1_buf_id); in ih264d_do_mmco_for_gaps()
1728 ps_next_dpb->ps_prev_short->ps_pic_buf = NULL; in ih264d_do_mmco_for_gaps()
1729 ps_next_dpb->ps_prev_short = NULL; in ih264d_do_mmco_for_gaps()
1858 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_free_node_from_dpb()
1861 if(ps_next_dpb->ps_prev_short->ps_prev_short != NULL) in ih264d_free_node_from_dpb()
1869 ps_next_dpb->ps_prev_short->i4_frame_num, in ih264d_free_node_from_dpb()
1878 ps_next_dpb->ps_prev_short->u1_used_as_ref = UNUSED_FOR_REF; in ih264d_free_node_from_dpb()
1879 ps_next_dpb->ps_prev_short->s_top_field.u1_reference_info = in ih264d_free_node_from_dpb()
1881 ps_next_dpb->ps_prev_short->s_bot_field.u1_reference_info = in ih264d_free_node_from_dpb()
1884 ps_next_dpb->ps_prev_short->u1_buf_id); in ih264d_free_node_from_dpb()
1885 ps_next_dpb->ps_prev_short->ps_pic_buf = NULL; in ih264d_free_node_from_dpb()
1886 ps_next_dpb->ps_prev_short = NULL; in ih264d_free_node_from_dpb()