Searched defs:yInt (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
444 yInt = (yAL >> 1) + (mv->ver >> 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
1859 yInt = (i32)yA + (i32)partY + (mv->ver >> 2);
1867 xInt,yInt,widt
1984 i32 xInt, yInt, x0, y0; local
[all...]

Completed in 50 milliseconds