Searched refs:srcPitch (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | avcenc_lib.h | 459 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,
|
D | motion_comp.cpp | 1833 void eChromaDiagonalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaDiagonalMC_SIMD() argument 1870 pRef += srcPitch; in eChromaDiagonalMC_SIMD() 1925 void eChromaHorizontalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaHorizontalMC_SIMD() argument 1968 pRef += srcPitch; in eChromaHorizontalMC_SIMD() 1974 void eChromaVerticalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaVerticalMC_SIMD() argument 1991 ref += srcPitch; in eChromaVerticalMC_SIMD() 2008 ref += srcPitch; in eChromaVerticalMC_SIMD() 2017 void eChromaDiagonalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaDiagonalMC2_SIMD() argument 2037 pRef += srcPitch; in eChromaDiagonalMC2_SIMD() 2040 pRef -= srcPitch * (blkheight + 1); in eChromaDiagonalMC2_SIMD() [all …]
|