Home
last modified time | relevance | path

Searched refs:colAndRow (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_inter_prediction.c205 u32 colAndRow; in h264bsdInterPrediction() local
221 colAndRow = mbNum / currImage->width; in h264bsdInterPrediction()
223 colAndRow += (mbNum - colAndRow * currImage->width) << 16; in h264bsdInterPrediction()
224 colAndRow <<= 4; 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()
[all …]
Dh264bsd_reconstruct.h66 u32 colAndRow,/* packaged data | column | row |*/
Dh264bsd_reconstruct.c1974 u32 colAndRow, in h264bsdPredictSamples() argument
2003 xA = (colAndRow & 0xFFFF0000) >> 16; in h264bsdPredictSamples()
2004 yA = (colAndRow & 0x0000FFFF); in h264bsdPredictSamples()