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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c140 h264bsdFillBlock(pRef, block, x0, y0, width, height,
143 h264bsdFillBlock(pRef, block + (chromaPartWidth+1)*chromaPartHeight,
236 h264bsdFillBlock(pRef, block, x0, y0, width, height, chromaPartWidth,
239 h264bsdFillBlock(pRef, block + chromaPartWidth*(chromaPartHeight+1),
331 h264bsdFillBlock(ref, block, x0, y0, width, height,
334 h264bsdFillBlock(ref, block + (chromaPartWidth+1)*(chromaPartHeight+1),
469 h264bsdFillBlock(ref, mbPartChroma, xInt, yInt, width, height,
472 h264bsdFillBlock(ref, mbPartChroma + 8*8, xInt, yInt, width, height,
515 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height,
634 h264bsdFillBlock(re
2222 void h264bsdFillBlock( function
[all...]

Completed in 771 milliseconds