• Home
  • Raw
  • Download

Lines Matching refs:ps_prev_short

77         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()
1045 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_do_mmco_buffer()
1048 if(ps_next_dpb->ps_prev_short->ps_prev_short != NULL) in ih264d_do_mmco_buffer()
1060 … ps_next_dpb->ps_prev_short->i4_frame_num, in ih264d_do_mmco_buffer()
1069 ps_next_dpb->ps_prev_short->u1_used_as_ref = in ih264d_do_mmco_buffer()
1071 ps_next_dpb->ps_prev_short->s_top_field.u1_reference_info = in ih264d_do_mmco_buffer()
1073 ps_next_dpb->ps_prev_short->s_bot_field.u1_reference_info = in ih264d_do_mmco_buffer()
1076 ps_next_dpb->ps_prev_short->u1_buf_id); in ih264d_do_mmco_buffer()
1077 ps_next_dpb->ps_prev_short->ps_pic_buf = NULL; in ih264d_do_mmco_buffer()
1078 ps_next_dpb->ps_prev_short = NULL; in ih264d_do_mmco_buffer()
1103 ps_next_dpb->ps_prev_short = NULL; in ih264d_do_mmco_buffer()
1696 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_do_mmco_for_gaps()
1699 if(ps_next_dpb->ps_prev_short->ps_prev_short != NULL) in ih264d_do_mmco_for_gaps()
1707 … ps_next_dpb->ps_prev_short->i4_frame_num, in ih264d_do_mmco_for_gaps()
1716 ps_next_dpb->ps_prev_short->u1_used_as_ref = in ih264d_do_mmco_for_gaps()
1718 ps_next_dpb->ps_prev_short->s_top_field.u1_reference_info = in ih264d_do_mmco_for_gaps()
1720 ps_next_dpb->ps_prev_short->s_bot_field.u1_reference_info = in ih264d_do_mmco_for_gaps()
1723 ps_next_dpb->ps_prev_short->u1_buf_id); in ih264d_do_mmco_for_gaps()
1724 ps_next_dpb->ps_prev_short->ps_pic_buf = NULL; in ih264d_do_mmco_for_gaps()
1725 ps_next_dpb->ps_prev_short = NULL; in ih264d_do_mmco_for_gaps()
1854 ps_next_dpb = ps_next_dpb->ps_prev_short; in ih264d_free_node_from_dpb()
1857 if(ps_next_dpb->ps_prev_short->ps_prev_short != NULL) in ih264d_free_node_from_dpb()
1865 ps_next_dpb->ps_prev_short->i4_frame_num, in ih264d_free_node_from_dpb()
1874 ps_next_dpb->ps_prev_short->u1_used_as_ref = UNUSED_FOR_REF; in ih264d_free_node_from_dpb()
1875 ps_next_dpb->ps_prev_short->s_top_field.u1_reference_info = in ih264d_free_node_from_dpb()
1877 ps_next_dpb->ps_prev_short->s_bot_field.u1_reference_info = in ih264d_free_node_from_dpb()
1880 ps_next_dpb->ps_prev_short->u1_buf_id); in ih264d_free_node_from_dpb()
1881 ps_next_dpb->ps_prev_short->ps_pic_buf = NULL; in ih264d_free_node_from_dpb()
1882 ps_next_dpb->ps_prev_short = NULL; in ih264d_free_node_from_dpb()