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

/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvp9_rtcd.h275 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
H A Dvp9_rtcd.h299 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
H A Dvp9_rtcd.h299 RTCD_EXTERN void (*vp9_iht4x4_16_add)(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type); variable
754 vp9_iht4x4_16_add = vp9_iht4x4_16_add_c;
755 if (flags & HAS_NEON) vp9_iht4x4_16_add = vp9_iht4x4_16_add_neon;
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvp9_rtcd.h275 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/generic/
H A Dvp9_rtcd.h275 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/
H A Dvp9_rtcd.h340 RTCD_EXTERN void (*vp9_iht4x4_16_add)(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type); variable
992 vp9_iht4x4_16_add = vp9_iht4x4_16_add_c;
993 if (flags & HAS_SSE2) vp9_iht4x4_16_add = vp9_iht4x4_16_add_sse2;
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
H A Dvp9_rtcd.h275 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/x64/
H A Dvp9_rtcd.h343 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_sse2 macro
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/
H A Dvp9_rtcd.h313 RTCD_EXTERN void (*vp9_iht4x4_16_add)(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type); variable
811 vp9_iht4x4_16_add = vp9_iht4x4_16_add_c;
812 if (flags & HAS_SSE2) vp9_iht4x4_16_add = vp9_iht4x4_16_add_sse2;
/external/chromium_org/third_party/libvpx/source/config/mac/x64/
H A Dvp9_rtcd.h343 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_sse2 macro
/external/chromium_org/third_party/libvpx/source/config/nacl/
H A Dvp9_rtcd.h275 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/chromium_org/third_party/libvpx/source/config/win/ia32/
H A Dvp9_rtcd.h340 RTCD_EXTERN void (*vp9_iht4x4_16_add)(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type); variable
992 vp9_iht4x4_16_add = vp9_iht4x4_16_add_c;
993 if (flags & HAS_SSE2) vp9_iht4x4_16_add = vp9_iht4x4_16_add_sse2;
/external/chromium_org/third_party/libvpx/source/config/win/x64/
H A Dvp9_rtcd.h343 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_sse2 macro
/external/libvpx/armv7a/
H A Dvp9_rtcd.h282 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/libvpx/armv7a-neon/
H A Dvp9_rtcd.h306 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon macro
/external/libvpx/generic/
H A Dvp9_rtcd.h282 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/libvpx/mips/
H A Dvp9_rtcd.h282 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/libvpx/mips-dspr2/
H A Dvp9_rtcd.h309 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_dspr2 macro

Completed in 84 milliseconds