Searched refs:h264bsdGetRefPicData (Results 1 – 4 of 4) sorted by relevance
546 tmp = h264bsdGetRefPicData(dpb, refIndex); in MvPrediction16x16()620 tmp = h264bsdGetRefPicData(dpb, refIndex); in MvPrediction16x8()660 tmp = h264bsdGetRefPicData(dpb, refIndex); in MvPrediction16x8()727 tmp = h264bsdGetRefPicData(dpb, refIndex); in MvPrediction8x16()770 tmp = h264bsdGetRefPicData(dpb, refIndex); in MvPrediction8x16()808 pMb->refAddr[i] = h264bsdGetRefPicData(dpb, subMbPred->refIdxL0[i]); in MvPrediction8x8()
121 u8* h264bsdGetRefPicData(dpbStorage_t *dpb, u32 index);
151 refData = h264bsdGetRefPicData(pStorage->dpb, i); in h264bsdConceal()
847 u8* h264bsdGetRefPicData(dpbStorage_t *dpb, u32 index) in h264bsdGetRefPicData() function