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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c93 macroblock's chrominance (predPartChroma)
104 predPartChroma pointer where predicted part is written
110 u8 *predPartChroma,
129 ASSERT(predPartChroma);
158 cbr = predPartChroma + comp * 8 * 8;
200 macroblock's chrominance (predPartChroma)
206 u8 *predPartChroma,
225 ASSERT(predPartChroma);
254 cbr = predPartChroma + comp * 8 * 8;
296 is written to macroblock's chrominance (predPartChroma)
108 h264bsdInterpolateChromaHor( u8 *pRef, u8 *predPartChroma, i32 x0, i32 y0, u32 width, u32 height, u32 xFrac, u32 chromaPartWidth, u32 chromaPartHeight) argument
204 h264bsdInterpolateChromaVer( u8 *pRef, u8 *predPartChroma, i32 x0, i32 y0, u32 width, u32 height, u32 yFrac, u32 chromaPartWidth, u32 chromaPartHeight) argument
300 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 208 milliseconds