Home
last modified time | relevance | path

Searched refs:h264bsdGetRefPicData (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_inter_prediction.c546 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()
Dh264bsd_dpb.h121 u8* h264bsdGetRefPicData(dpbStorage_t *dpb, u32 index);
Dh264bsd_conceal.c151 refData = h264bsdGetRefPicData(pStorage->dpb, i); in h264bsdConceal()
Dh264bsd_dpb.c846 u8* h264bsdGetRefPicData(dpbStorage_t *dpb, u32 index) in h264bsdGetRefPicData() function