Searched refs:srcPitch (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A 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,
H A Dmotion_comp.cpp1833 void eChromaDiagonalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, argument
1870 pRef += srcPitch;
1874 // pRef -= srcPitch*(blkheight+1);
1925 void eChromaHorizontalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, argument
1968 pRef += srcPitch;
1974 void eChromaVerticalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, argument
1991 ref += srcPitch;
2008 ref += srcPitch;
2017 void eChromaDiagonalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, argument
2037 pRef += srcPitch;
2060 eChromaHorizontalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, uint8 *pOut, int predPitch, int blkwidth, int blkheight) argument
2082 eChromaVerticalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, uint8 *pOut, int predPitch, int blkwidth, int blkheight) argument
2108 eChromaFullMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, uint8 *pOut, int predPitch, int blkwidth, int blkheight) argument
[all...]

Completed in 101 milliseconds