Searched refs:pFill (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_inter_prediction.c | 209 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 …]
|
D | h264bsd_conceal.c | 274 u8 *pFill; in ConcealMb() local 285 pFill = ALIGN(fillBuff, 16); in ConcealMb() 323 0x00001010, pFill); in ConcealMb()
|
D | h264bsd_reconstruct.h | 68 u8 *pFill);
|
D | h264bsd_reconstruct.c | 1976 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()
|