Home | History | Annotate | Download | only in decoder

Lines Matching refs:ps_next_dpb

1212     struct dpb_info_t *ps_next_dpb;
1240 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head;
1243 i_ref_poc = ps_next_dpb->ps_pic_buf->i4_poc;
1256 ps_next_dpb = ps_next_dpb->ps_prev_short;
1260 ps_next_dpb = ps_dpb_mgr->ps_dpb_ht_head;
1261 if(ps_next_dpb)
1263 u1_max_lt_index = ps_next_dpb->u1_lt_idx;
1264 u1_min_lt_index = ps_next_dpb->u1_lt_idx;
1268 u4_lt_index = ps_next_dpb->u1_lt_idx;
1273 ps_next_dpb = ps_next_dpb->ps_prev_long;
1295 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head;
1298 if((WORD32)ps_next_dpb->ps_pic_buf->i4_poc == i_temp_poc)
1302 ps_next_dpb->ps_pic_buf);
1307 ps_next_dpb = ps_next_dpb->ps_prev_short;
1317 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head;
1320 if((WORD32)ps_next_dpb->ps_pic_buf->i4_poc == i_temp_poc)
1323 ps_next_dpb->ps_pic_buf);
1328 ps_next_dpb = ps_next_dpb->ps_prev_short;
1339 ps_next_dpb = ps_dpb_mgr->ps_dpb_ht_head;
1342 if(ps_next_dpb->u1_lt_idx == u4_lt_index)
1345 ps_next_dpb->ps_pic_buf);
1353 ps_next_dpb = ps_next_dpb->ps_prev_long;
1421 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head;
1424 if((WORD32)ps_next_dpb->ps_pic_buf->i4_poc == i_temp_poc)
1427 ps_next_dpb->ps_pic_buf);
1432 ps_next_dpb = ps_next_dpb->ps_prev_short;
1451 ps_next_dpb = ps_dpb_mgr->ps_dpb_st_head;
1454 if((WORD32)ps_next_dpb->ps_pic_buf->i4_poc == i_temp_poc)
1457 ps_next_dpb->ps_pic_buf);
1462 ps_next_dpb = ps_next_dpb->ps_prev_short;
1473 ps_next_dpb = ps_dpb_mgr->ps_dpb_ht_head;
1476 if(ps_next_dpb->u1_lt_idx == u4_lt_index)
1479 ps_next_dpb->ps_pic_buf);
1486 ps_next_dpb = ps_next_dpb->ps_prev_long;