Searched refs:lumaPartData (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_reconstruct.c | 1836 u8 *lumaPartData; in h264bsdPredictSamples() local 1850 lumaPartData = data + 16*partY + partX; in h264bsdPredictSamples() 1866 h264bsdFillBlock(refPic->data, lumaPartData, in h264bsdPredictSamples() 1870 h264bsdInterpolateVerQuarter(refPic->data, lumaPartData, in h264bsdPredictSamples() 1874 h264bsdInterpolateVerHalf(refPic->data, lumaPartData, in h264bsdPredictSamples() 1878 h264bsdInterpolateVerQuarter(refPic->data, lumaPartData, in h264bsdPredictSamples() 1882 h264bsdInterpolateHorQuarter(refPic->data, lumaPartData, in h264bsdPredictSamples() 1886 h264bsdInterpolateHorVerQuarter(refPic->data, lumaPartData, in h264bsdPredictSamples() 1890 h264bsdInterpolateMidHorQuarter(refPic->data, lumaPartData, in h264bsdPredictSamples() 1894 h264bsdInterpolateHorVerQuarter(refPic->data, lumaPartData, in h264bsdPredictSamples() [all …]
|