Searched refs:xInt (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c429 i32 xInt, yInt; local
443 xInt = (xAL >> 1) + (mv->hor >> 3);
454 h264bsdInterpolateChromaHorVer(ref, mbPartChroma, xInt, yInt, width,
459 h264bsdInterpolateChromaHor(ref, mbPartChroma, xInt, yInt, width,
464 h264bsdInterpolateChromaVer(ref, mbPartChroma, xInt, yInt, width,
469 h264bsdFillBlock(ref, mbPartChroma, xInt, yInt, width, height,
472 h264bsdFillBlock(ref, mbPartChroma + 8*8, xInt, yInt, width, height,
1835 i32 xInt, yInt; local
1858 xInt = (i32)xA + (i32)partX + (mv->hor >> 2);
1867 xInt,yIn
1984 i32 xInt, yInt, x0, y0; local
[all...]

Completed in 46 milliseconds