Searched refs:DPB_SIZE (Results 1 – 3 of 3) sorted by relevance
401 for (i=0; i<DPB_SIZE; i++) in h264DpbHandling()407 for (i=DPB_SIZE-1; i>=0; i--) { in h264DpbHandling()412 bufpool_return(&pInfo->BufPool, pInfo->dpb[DPB_SIZE-1].addr); in h264DpbHandling()413 pInfo->dpb[DPB_SIZE-1].is_used = 0; in h264DpbHandling()414 empty_idx = DPB_SIZE-1; // Kick-off the least recent frame in h264DpbHandling()
259 #define DPB_SIZE 3 macro314 DPB_ITEM dpb[DPB_SIZE];
195 for (i=0; i<DPB_SIZE; i++) in mfeH264_Init()