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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp1837 void eChromaDiagonalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, argument
1874 pRef += srcPitch;
1878 // pRef -= srcPitch*(blkheight+1);
1929 void eChromaHorizontalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, argument
1972 pRef += srcPitch;
1978 void eChromaVerticalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, argument
1995 ref += srcPitch;
2012 ref += srcPitch;
2021 void eChromaDiagonalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, argument
2041 pRef += srcPitch;
2064 eChromaHorizontalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, uint8 *pOut, int predPitch, int blkwidth, int blkheight) argument
2086 eChromaVerticalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, uint8 *pOut, int predPitch, int blkwidth, int blkheight) argument
2112 eChromaFullMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, uint8 *pOut, int predPitch, int blkwidth, int blkheight) argument
[all...]

Completed in 38 milliseconds