Searched defs:mbPartChroma (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c417 u8 *mbPartChroma,
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,
416 PredictChroma( u8 *mbPartChroma, u32 xAL, u32 yAL, u32 partWidth, u32 partHeight, mv_t *mv, image_t *refPic) argument

Completed in 60 milliseconds