Home
last modified time | relevance | path

Searched refs:refImage (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_inter_prediction.c207 image_t refImage; in h264bsdInterPrediction() local
226 refImage.width = currImage->width; in h264bsdInterPrediction()
227 refImage.height = currImage->height; in h264bsdInterPrediction()
235 refImage.data = pMb->refAddr[0]; in h264bsdInterPrediction()
237 h264bsdPredictSamples(data, pMb->mv, &refImage, in h264bsdInterPrediction()
244 refImage.data = pMb->refAddr[0]; in h264bsdInterPrediction()
246 h264bsdPredictSamples(data, pMb->mv, &refImage, in h264bsdInterPrediction()
249 refImage.data = pMb->refAddr[2]; in h264bsdInterPrediction()
251 h264bsdPredictSamples(data, pMb->mv+8, &refImage, in h264bsdInterPrediction()
258 refImage.data = pMb->refAddr[0]; in h264bsdInterPrediction()
[all …]
Dh264bsd_conceal.c311 image_t refImage; in ConcealMb() local
312 refImage.width = width; in ConcealMb()
313 refImage.height = height; in ConcealMb()
314 refImage.data = refData; in ConcealMb()
315 if (refImage.data) in ConcealMb()
318 h264bsdPredictSamples(data, &mv, &refImage, col*16, row*16, in ConcealMb()
321 h264bsdPredictSamples(data, &mv, &refImage, in ConcealMb()