Lines Matching refs:ps_nxtDPB
315 struct dpb_info_t *ps_nxtDPB = ps_next_dpb; in ih264d_insert_lt_node() local
321 ps_nxtDPB = ps_next_dpb; in ih264d_insert_lt_node()
325 ps_nxtDPB->ps_prev_long = ps_mov_node; in ih264d_insert_lt_node()
1228 struct dpb_info_t *ps_nxtDPB; in ih264d_do_mmco_buffer() local
1230 ps_nxtDPB = ps_dpb_mgr->ps_dpb_ht_head; in ih264d_do_mmco_buffer()
1231 ps_next_dpb = ps_nxtDPB->ps_prev_long; in ih264d_do_mmco_buffer()
1232 if(ps_nxtDPB->u1_lt_idx >= u4_lt_idx) in ih264d_do_mmco_buffer()
1243 ps_nxtDPB = ps_next_dpb; in ih264d_do_mmco_buffer()
1246 … ps_nxtDPB->ps_prev_long = NULL; //Terminate the link of the closest LTIndex that is <=Max in ih264d_do_mmco_buffer()
1250 ps_next_dpb = ps_nxtDPB; in ih264d_do_mmco_buffer()
1254 ps_nxtDPB = ps_next_dpb; in ih264d_do_mmco_buffer()
1255 ps_nxtDPB->u1_lt_idx = MAX_REF_BUFS + 1; in ih264d_do_mmco_buffer()
1256 ps_nxtDPB->u1_used_as_ref = UNUSED_FOR_REF; in ih264d_do_mmco_buffer()
1257 ps_nxtDPB->s_top_field.u1_reference_info = in ih264d_do_mmco_buffer()
1259 ps_nxtDPB->s_bot_field.u1_reference_info = in ih264d_do_mmco_buffer()
1262 ps_nxtDPB->ps_pic_buf = NULL; in ih264d_do_mmco_buffer()
1265 ps_nxtDPB->u1_buf_id); in ih264d_do_mmco_buffer()
1266 ps_next_dpb = ps_nxtDPB->ps_prev_long; in ih264d_do_mmco_buffer()
1267 ps_nxtDPB->ps_prev_long = NULL; in ih264d_do_mmco_buffer()