Lines Matching refs:ps_nxtDPB
312 struct dpb_info_t *ps_nxtDPB = ps_next_dpb; in ih264d_insert_lt_node() local
318 ps_nxtDPB = ps_next_dpb; in ih264d_insert_lt_node()
322 ps_nxtDPB->ps_prev_long = ps_mov_node; in ih264d_insert_lt_node()
1218 struct dpb_info_t *ps_nxtDPB; in ih264d_do_mmco_buffer() local
1220 ps_nxtDPB = ps_dpb_mgr->ps_dpb_ht_head; in ih264d_do_mmco_buffer()
1221 ps_next_dpb = ps_nxtDPB->ps_prev_long; in ih264d_do_mmco_buffer()
1222 if(ps_nxtDPB->u1_lt_idx >= u4_lt_idx) in ih264d_do_mmco_buffer()
1233 ps_nxtDPB = ps_next_dpb; in ih264d_do_mmco_buffer()
1236 … ps_nxtDPB->ps_prev_long = NULL; //Terminate the link of the closest LTIndex that is <=Max in ih264d_do_mmco_buffer()
1240 ps_next_dpb = ps_nxtDPB; in ih264d_do_mmco_buffer()
1244 ps_nxtDPB = ps_next_dpb; in ih264d_do_mmco_buffer()
1245 ps_nxtDPB->u1_lt_idx = MAX_REF_BUFS + 1; in ih264d_do_mmco_buffer()
1246 ps_nxtDPB->u1_used_as_ref = UNUSED_FOR_REF; in ih264d_do_mmco_buffer()
1247 ps_nxtDPB->s_top_field.u1_reference_info = in ih264d_do_mmco_buffer()
1249 ps_nxtDPB->s_bot_field.u1_reference_info = in ih264d_do_mmco_buffer()
1252 ps_nxtDPB->ps_pic_buf = NULL; in ih264d_do_mmco_buffer()
1255 ps_nxtDPB->u1_buf_id); in ih264d_do_mmco_buffer()
1256 ps_next_dpb = ps_nxtDPB->ps_prev_long; in ih264d_do_mmco_buffer()
1257 ps_nxtDPB->ps_prev_long = NULL; in ih264d_do_mmco_buffer()