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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c103 chromaPartWidth width of the predicted part in pixels
118 u32 chromaPartWidth,
132 ASSERT(chromaPartWidth);
137 if ((x0 < 0) || ((u32)x0+chromaPartWidth+1 > width) ||
141 chromaPartWidth + 1, chromaPartHeight, chromaPartWidth + 1);
143 h264bsdFillBlock(pRef, block + (chromaPartWidth+1)*chromaPartHeight,
144 x0, y0, width, height, chromaPartWidth + 1,
145 chromaPartHeight, chromaPartWidth + 1);
150 width = chromaPartWidth
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
428 u32 xFrac, yFrac, width, height, chromaPartWidth, chromaPartHeight; local
[all...]

Completed in 418 milliseconds