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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c427 i32 xInt, yInt; local
442 yInt = (yAL >> 1) + (mv->ver >> 3);
452 h264bsdInterpolateChromaHorVer(ref, mbPartChroma, xInt, yInt, width,
457 h264bsdInterpolateChromaHor(ref, mbPartChroma, xInt, yInt, width,
462 h264bsdInterpolateChromaVer(ref, mbPartChroma, xInt, yInt, width,
467 h264bsdFillBlock(ref, mbPartChroma, xInt, yInt, width, height,
470 h264bsdFillBlock(ref, mbPartChroma + 8*8, xInt, yInt, width, height,
1833 i32 xInt, yInt; local
1857 yInt = (i32)yA + (i32)partY + (mv->ver >> 2);
1865 xInt,yInt,widt
1982 i32 xInt, yInt, x0, y0; local
[all...]

Completed in 37 milliseconds