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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c95 macroblock's chrominance (predPartChroma)
106 predPartChroma pointer where predicted part is written
112 u8 *predPartChroma,
131 ASSERT(predPartChroma);
160 cbr = predPartChroma + comp * 8 * 8;
202 macroblock's chrominance (predPartChroma)
208 u8 *predPartChroma,
227 ASSERT(predPartChroma);
256 cbr = predPartChroma + comp * 8 * 8;
298 is written to macroblock's chrominance (predPartChroma)
110 h264bsdInterpolateChromaHor( u8 *pRef, u8 *predPartChroma, i32 x0, i32 y0, u32 width, u32 height, u32 xFrac, u32 chromaPartWidth, u32 chromaPartHeight) argument
206 h264bsdInterpolateChromaVer( u8 *pRef, u8 *predPartChroma, i32 x0, i32 y0, u32 width, u32 height, u32 yFrac, u32 chromaPartWidth, u32 chromaPartHeight) argument
302 h264bsdInterpolateChromaHorVer( u8 *ref, u8 *predPartChroma, i32 x0, i32 y0, u32 width, u32 height, u32 xFrac, u32 yFrac, u32 chromaPartWidth, u32 chromaPartHeight) argument
[all...]

Completed in 40 milliseconds