HomeSort by relevance Sort by last modified time
    Searched refs:chromaPartHeight (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.h 91 u32 chromaPartHeight);
102 u32 chromaPartHeight);
114 u32 chromaPartHeight);
h264bsd_reconstruct.c 102 chromaPartHeight height of the predicted part in pixels
117 u32 chromaPartHeight)
131 ASSERT(chromaPartHeight);
136 (y0 < 0) || ((u32)y0+chromaPartHeight > height))
139 chromaPartWidth + 1, chromaPartHeight, chromaPartWidth + 1);
141 h264bsdFillBlock(pRef, block + (chromaPartWidth+1)*chromaPartHeight,
143 chromaPartHeight, chromaPartWidth + 1);
149 height = chromaPartHeight;
162 for (y = (chromaPartHeight >> 1); y; y--)
213 u32 chromaPartHeight)
    [all...]

Completed in 246 milliseconds