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

/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvp9_rtcd.h278 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
H A Dvp9_rtcd.h303 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_neon macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
H A Dvp9_rtcd.h303 RTCD_EXTERN void (*vp9_iht8x8_64_add)(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type); variable
756 vp9_iht8x8_64_add = vp9_iht8x8_64_add_c;
757 if (flags & HAS_NEON) vp9_iht8x8_64_add = vp9_iht8x8_64_add_neon;
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvp9_rtcd.h278 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/generic/
H A Dvp9_rtcd.h278 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/
H A Dvp9_rtcd.h344 RTCD_EXTERN void (*vp9_iht8x8_64_add)(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type); variable
994 vp9_iht8x8_64_add = vp9_iht8x8_64_add_c;
995 if (flags & HAS_SSE2) vp9_iht8x8_64_add = vp9_iht8x8_64_add_sse2;
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
H A Dvp9_rtcd.h278 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/x64/
H A Dvp9_rtcd.h347 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_sse2 macro
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/
H A Dvp9_rtcd.h317 RTCD_EXTERN void (*vp9_iht8x8_64_add)(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type); variable
813 vp9_iht8x8_64_add = vp9_iht8x8_64_add_c;
814 if (flags & HAS_SSE2) vp9_iht8x8_64_add = vp9_iht8x8_64_add_sse2;
/external/chromium_org/third_party/libvpx/source/config/mac/x64/
H A Dvp9_rtcd.h347 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_sse2 macro
/external/chromium_org/third_party/libvpx/source/config/nacl/
H A Dvp9_rtcd.h278 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
/external/chromium_org/third_party/libvpx/source/config/win/ia32/
H A Dvp9_rtcd.h344 RTCD_EXTERN void (*vp9_iht8x8_64_add)(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type); variable
994 vp9_iht8x8_64_add = vp9_iht8x8_64_add_c;
995 if (flags & HAS_SSE2) vp9_iht8x8_64_add = vp9_iht8x8_64_add_sse2;
/external/chromium_org/third_party/libvpx/source/config/win/x64/
H A Dvp9_rtcd.h347 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_sse2 macro
/external/libvpx/armv7a/
H A Dvp9_rtcd.h285 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
/external/libvpx/armv7a-neon/
H A Dvp9_rtcd.h310 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_neon macro
/external/libvpx/generic/
H A Dvp9_rtcd.h285 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
/external/libvpx/mips/
H A Dvp9_rtcd.h285 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
/external/libvpx/mips-dspr2/
H A Dvp9_rtcd.h313 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_dspr2 macro

Completed in 2495 milliseconds