Home
last modified time | relevance | path

Searched refs:pRef (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_comp.cpp1833 void eChromaDiagonalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaDiagonalMC_SIMD() argument
1847 ref = pRef; in eChromaDiagonalMC_SIMD()
1870 pRef += srcPitch; in eChromaDiagonalMC_SIMD()
1925 void eChromaHorizontalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaHorizontalMC_SIMD() argument
1938 ref = pRef; in eChromaHorizontalMC_SIMD()
1968 pRef += srcPitch; in eChromaHorizontalMC_SIMD()
1974 void eChromaVerticalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaVerticalMC_SIMD() argument
1986 ref = pRef; in eChromaVerticalMC_SIMD()
2012 pRef += 4; in eChromaVerticalMC_SIMD()
2017 void eChromaDiagonalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaDiagonalMC2_SIMD() argument
[all …]
Davcenc_lib.h459 void eChromaDiagonalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
462 void eChromaHorizontalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
465 void eChromaVerticalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
468 void eChromaFullMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
471 void eChromaVerticalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
474 void eChromaHorizontalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
477 void eChromaDiagonalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_reconstruct.h83 u8 *pRef,
94 u8 *pRef,
Dh264bsd_reconstruct.c111 u8 *pRef, in h264bsdInterpolateChromaHor() argument
135 ASSERT(pRef); in h264bsdInterpolateChromaHor()
140 h264bsdFillBlock(pRef, block, x0, y0, width, height, in h264bsdInterpolateChromaHor()
142 pRef += width * height; in h264bsdInterpolateChromaHor()
143 h264bsdFillBlock(pRef, block + (chromaPartWidth+1)*chromaPartHeight, in h264bsdInterpolateChromaHor()
147 pRef = block; in h264bsdInterpolateChromaHor()
159 ptrA = pRef + (comp * height + (u32)y0) * width + x0; in h264bsdInterpolateChromaHor()
207 u8 *pRef, in h264bsdInterpolateChromaVer() argument
231 ASSERT(pRef); in h264bsdInterpolateChromaVer()
236 h264bsdFillBlock(pRef, block, x0, y0, width, height, chromaPartWidth, in h264bsdInterpolateChromaVer()
[all …]