Searched refs:h264bsdFillBlock (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_reconstruct.c | 140 h264bsdFillBlock(pRef, block, x0, y0, width, height, in h264bsdInterpolateChromaHor() 143 h264bsdFillBlock(pRef, block + (chromaPartWidth+1)*chromaPartHeight, in h264bsdInterpolateChromaHor() 236 h264bsdFillBlock(pRef, block, x0, y0, width, height, chromaPartWidth, in h264bsdInterpolateChromaVer() 239 h264bsdFillBlock(pRef, block + chromaPartWidth*(chromaPartHeight+1), in h264bsdInterpolateChromaVer() 331 h264bsdFillBlock(ref, block, x0, y0, width, height, in h264bsdInterpolateChromaHorVer() 334 h264bsdFillBlock(ref, block + (chromaPartWidth+1)*(chromaPartHeight+1), in h264bsdInterpolateChromaHorVer() 469 h264bsdFillBlock(ref, mbPartChroma, xInt, yInt, width, height, in PredictChroma() 472 h264bsdFillBlock(ref, mbPartChroma + 8*8, xInt, yInt, width, height, in PredictChroma() 515 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height, in h264bsdInterpolateVerHalf() 634 h264bsdFillBlock(ref, (u8*)p1, x0, y0, width, height, in h264bsdInterpolateVerQuarter() [all …]
|
D | h264bsd_reconstruct.h | 71 void h264bsdFillBlock(
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
D | h264bsd_interpolate_chroma_ver.s | 71 IMPORT h264bsdFillBlock 116 BL h264bsdFillBlock 125 BL h264bsdFillBlock
|
D | h264bsd_interpolate_chroma_hor.s | 72 IMPORT h264bsdFillBlock 117 BL h264bsdFillBlock 126 BL h264bsdFillBlock
|
D | h264bsd_interpolate_chroma_hor_ver.s | 73 IMPORT h264bsdFillBlock 122 BL h264bsdFillBlock 131 BL h264bsdFillBlock
|
D | h264bsd_interpolate_hor_quarter.s | 71 IMPORT h264bsdFillBlock 122 BL h264bsdFillBlock
|
D | h264bsd_interpolate_hor_half.s | 70 IMPORT h264bsdFillBlock 120 BL h264bsdFillBlock
|
D | h264bsd_interpolate_ver_half.s | 67 IMPORT h264bsdFillBlock 121 BL h264bsdFillBlock
|
D | h264bsd_interpolate_ver_quarter.s | 66 IMPORT h264bsdFillBlock 120 BL h264bsdFillBlock
|
D | h264bsd_interpolate_hor_ver_quarter.s | 77 IMPORT h264bsdFillBlock 129 BL h264bsdFillBlock
|