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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c138 h264bsdFillBlock(pRef, block, x0, y0, width, height,
141 h264bsdFillBlock(pRef, block + (chromaPartWidth+1)*chromaPartHeight,
234 h264bsdFillBlock(pRef, block, x0, y0, width, height, chromaPartWidth,
237 h264bsdFillBlock(pRef, block + chromaPartWidth*(chromaPartHeight+1),
329 h264bsdFillBlock(ref, block, x0, y0, width, height,
332 h264bsdFillBlock(ref, block + (chromaPartWidth+1)*(chromaPartHeight+1),
467 h264bsdFillBlock(ref, mbPartChroma, xInt, yInt, width, height,
470 h264bsdFillBlock(ref, mbPartChroma + 8*8, xInt, yInt, width, height,
513 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
632 h264bsdFillBlock(re
2219 void h264bsdFillBlock( function
[all...]

Completed in 272 milliseconds