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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.h 90 u32 chromaPartWidth,
101 u32 chromaPartWidth,
113 u32 chromaPartWidth,
h264bsd_reconstruct.c 101 chromaPartWidth width of the predicted part in pixels
116 u32 chromaPartWidth,
130 ASSERT(chromaPartWidth);
135 if ((x0 < 0) || ((u32)x0+chromaPartWidth+1 > width) ||
139 chromaPartWidth + 1, chromaPartHeight, chromaPartWidth + 1);
141 h264bsdFillBlock(pRef, block + (chromaPartWidth+1)*chromaPartHeight,
142 x0, y0, width, height, chromaPartWidth + 1,
143 chromaPartHeight, chromaPartWidth + 1);
148 width = chromaPartWidth+1
    [all...]

Completed in 26 milliseconds