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

/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Davcdec_lib.h166 void ChromaDiagonalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
169 void ChromaHorizontalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
172 void ChromaVerticalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
175 void ChromaFullMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
178 void ChromaVerticalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
181 void ChromaHorizontalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
184 void ChromaDiagonalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy,
H A Dpred_inter.cpp2016 void ChromaDiagonalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, argument
2053 pRef += srcPitch;
2057 // pRef -= srcPitch*(blkheight+1);
2108 void ChromaHorizontalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, argument
2150 pRef += srcPitch;
2156 void ChromaVerticalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, argument
2172 ref += srcPitch;
2189 ref += srcPitch;
2198 void ChromaDiagonalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, argument
2217 pRef += srcPitch;
2240 ChromaHorizontalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, uint8 *pOut, int predPitch, int blkwidth, int blkheight) argument
2261 ChromaVerticalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, uint8 *pOut, int predPitch, int blkwidth, int blkheight) argument
2286 ChromaFullMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, uint8 *pOut, int predPitch, int blkwidth, int blkheight) argument
[all...]
/frameworks/base/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.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 137 milliseconds