Searched refs:empty_idx (Results 1 – 2 of 2) sorted by relevance
475 MS_S32 i, empty_idx; in h264DpbHandling() local488 empty_idx = -1; in h264DpbHandling()491 empty_idx = i; in h264DpbHandling()494 if (empty_idx==-1) { in h264DpbHandling()497 empty_idx = pInfo->dpb_size-1; // Kick-off the least recent frame in h264DpbHandling()500 ms_dprintk(DRV_L3, "empty_idx = %d\n", (int)empty_idx); in h264DpbHandling()504 if(empty_idx != 0) { in h264DpbHandling()505 for (i=empty_idx; i>=1; i--) { in h264DpbHandling()534 pInfo->dpb[empty_idx].addr[0] = pBufInfo->m_nRecYAddr; in h264DpbHandling()535 pInfo->dpb[empty_idx].addr[1] = pBufInfo->m_nRecCAddr; in h264DpbHandling()[all …]
394 int i, empty_idx; in h264DpbHandling() local406 empty_idx = -1; in h264DpbHandling()409 empty_idx = i; in h264DpbHandling()411 if (empty_idx==-1) { in h264DpbHandling()414 empty_idx = DPB_SIZE-1; // Kick-off the least recent frame in h264DpbHandling()416 if (empty_idx!=0) { in h264DpbHandling()417 for (i=empty_idx; i>=1; i--) { in h264DpbHandling()