Home
last modified time | relevance | path

Searched refs:chromaPartWidth (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_reconstruct.c118 u32 chromaPartWidth, in h264bsdInterpolateChromaHor() argument
132 ASSERT(chromaPartWidth); in h264bsdInterpolateChromaHor()
137 if ((x0 < 0) || ((u32)x0+chromaPartWidth+1 > width) || in h264bsdInterpolateChromaHor()
141 chromaPartWidth + 1, chromaPartHeight, chromaPartWidth + 1); in h264bsdInterpolateChromaHor()
143 h264bsdFillBlock(pRef, block + (chromaPartWidth+1)*chromaPartHeight, in h264bsdInterpolateChromaHor()
144 x0, y0, width, height, chromaPartWidth + 1, in h264bsdInterpolateChromaHor()
145 chromaPartHeight, chromaPartWidth + 1); in h264bsdInterpolateChromaHor()
150 width = chromaPartWidth+1; in h264bsdInterpolateChromaHor()
166 for (x = (chromaPartWidth >> 1); x; x--) in h264bsdInterpolateChromaHor()
187 cbr += 2*8 - chromaPartWidth; in h264bsdInterpolateChromaHor()
[all …]
Dh264bsd_reconstruct.h90 u32 chromaPartWidth,
101 u32 chromaPartWidth,
113 u32 chromaPartWidth,