Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_inter_prediction.c209 u8 *pFill; in h264bsdInterPrediction() local
218 pFill = ALIGN(fillBuff, 16); in h264bsdInterPrediction()
238 colAndRow, tmp, pFill); in h264bsdInterPrediction()
247 colAndRow, tmp, pFill); in h264bsdInterPrediction()
252 colAndRow, tmp, pFill); in h264bsdInterPrediction()
261 colAndRow, tmp, pFill); in h264bsdInterPrediction()
265 colAndRow, tmp, pFill); in h264bsdInterPrediction()
283 colAndRow, tmp, pFill); in h264bsdInterPrediction()
289 colAndRow, tmp, pFill); in h264bsdInterPrediction()
292 colAndRow, tmp, pFill); in h264bsdInterPrediction()
[all …]
Dh264bsd_conceal.c274 u8 *pFill; in ConcealMb() local
285 pFill = ALIGN(fillBuff, 16); in ConcealMb()
323 0x00001010, pFill); in ConcealMb()
Dh264bsd_reconstruct.h68 u8 *pFill);
Dh264bsd_reconstruct.c1976 u8 *pFill) in h264bsdPredictSamples() argument
2047 h264bsdFillBlock(refPic->data, (u8*)pFill, x0, y0, width, height, in h264bsdPredictSamples()
2052 ref = pFill; in h264bsdPredictSamples()
2091 h264bsdFillBlock(ref, pFill, x0, y0, width, height, in h264bsdPredictSamples()
2094 h264bsdFillBlock(ref, pFill + fillWidth*fillHeight, in h264bsdPredictSamples()
2098 ref = pFill; in h264bsdPredictSamples()