Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_reconstruct.c119 u32 chromaPartHeight) in h264bsdInterpolateChromaHor() argument
133 ASSERT(chromaPartHeight); in h264bsdInterpolateChromaHor()
138 (y0 < 0) || ((u32)y0+chromaPartHeight > height)) in h264bsdInterpolateChromaHor()
141 chromaPartWidth + 1, chromaPartHeight, chromaPartWidth + 1); in h264bsdInterpolateChromaHor()
143 h264bsdFillBlock(pRef, block + (chromaPartWidth+1)*chromaPartHeight, in h264bsdInterpolateChromaHor()
145 chromaPartHeight, chromaPartWidth + 1); in h264bsdInterpolateChromaHor()
151 height = chromaPartHeight; in h264bsdInterpolateChromaHor()
164 for (y = (chromaPartHeight >> 1); y; y--) in h264bsdInterpolateChromaHor()
215 u32 chromaPartHeight) in h264bsdInterpolateChromaVer() argument
229 ASSERT(chromaPartHeight); in h264bsdInterpolateChromaVer()
[all …]
Dh264bsd_reconstruct.h91 u32 chromaPartHeight);
102 u32 chromaPartHeight);
114 u32 chromaPartHeight);