/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
D | avcdec_lib.h | 166 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,
|
D | pred_inter.cpp | 2017 void ChromaDiagonalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in ChromaDiagonalMC_SIMD() argument 2054 pRef += srcPitch; in ChromaDiagonalMC_SIMD() 2109 void ChromaHorizontalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in ChromaHorizontalMC_SIMD() argument 2151 pRef += srcPitch; in ChromaHorizontalMC_SIMD() 2157 void ChromaVerticalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in ChromaVerticalMC_SIMD() argument 2173 ref += srcPitch; in ChromaVerticalMC_SIMD() 2190 ref += srcPitch; in ChromaVerticalMC_SIMD() 2199 void ChromaDiagonalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in ChromaDiagonalMC2_SIMD() argument 2218 pRef += srcPitch; in ChromaDiagonalMC2_SIMD() 2221 pRef -= srcPitch * (blkheight + 1); in ChromaDiagonalMC2_SIMD() [all …]
|
/external/opencore/codecs_v2/video/avc_h264/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 | 1838 void eChromaDiagonalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaDiagonalMC_SIMD() argument 1875 pRef += srcPitch; in eChromaDiagonalMC_SIMD() 1930 void eChromaHorizontalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaHorizontalMC_SIMD() argument 1973 pRef += srcPitch; in eChromaHorizontalMC_SIMD() 1979 void eChromaVerticalMC_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaVerticalMC_SIMD() argument 1996 ref += srcPitch; in eChromaVerticalMC_SIMD() 2013 ref += srcPitch; in eChromaVerticalMC_SIMD() 2022 void eChromaDiagonalMC2_SIMD(uint8 *pRef, int srcPitch, int dx, int dy, in eChromaDiagonalMC2_SIMD() argument 2042 pRef += srcPitch; in eChromaDiagonalMC2_SIMD() 2045 pRef -= srcPitch * (blkheight + 1); in eChromaDiagonalMC2_SIMD() [all …]
|