Searched refs:vp9_iht8x8_64_add (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_rtcd_defs.pl370 add_proto qw/void vp9_iht8x8_64_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type";
371 specialize qw/vp9_iht8x8_64_add/;
432 add_proto qw/void vp9_iht8x8_64_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type";
433 specialize qw/vp9_iht8x8_64_add sse2 neon_asm dspr2/;
H A Dvp9_idct.c1437 vp9_iht8x8_64_add(input, dest, stride, tx_type);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_rtcd_defs.pl341 add_proto qw/void vp9_iht8x8_64_add/, "const int16_t *input, uint8_t *dest, int dest_stride, int tx_type";
342 specialize qw/vp9_iht8x8_64_add sse2 neon dspr2/;
H A Dvp9_idct.c1395 vp9_iht8x8_64_add(input, dest, stride, tx_type);
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
H A Dvp9_rtcd.h317 RTCD_EXTERN void (*vp9_iht8x8_64_add)(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type); variable
796 vp9_iht8x8_64_add = vp9_iht8x8_64_add_c;
797 if (flags & HAS_NEON) vp9_iht8x8_64_add = vp9_iht8x8_64_add_neon;
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/
H A Dvp9_rtcd.h330 RTCD_EXTERN void (*vp9_iht8x8_64_add)(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type); variable
825 vp9_iht8x8_64_add = vp9_iht8x8_64_add_c;
826 if (flags & HAS_SSE2) vp9_iht8x8_64_add = vp9_iht8x8_64_add_sse2;
/external/libvpx/x86/
H A Dvp9_rtcd.h263 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_sse2 macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvp9_rtcd.h288 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvp9_rtcd.h292 #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.h288 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
H A Dvp9_rtcd.h288 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
H A Dvp9_rtcd.h288 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
/external/chromium_org/third_party/libvpx/source/config/nacl/
H A Dvp9_rtcd.h288 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
/external/libvpx/armv7a/
H A Dvp9_rtcd.h285 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c 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/chromium_org/third_party/libvpx/source/config/linux/ia32/
H A Dvp9_rtcd.h360 RTCD_EXTERN void (*vp9_iht8x8_64_add)(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type); variable
1018 vp9_iht8x8_64_add = vp9_iht8x8_64_add_c;
1019 if (flags & HAS_SSE2) vp9_iht8x8_64_add = vp9_iht8x8_64_add_sse2;
/external/chromium_org/third_party/libvpx/source/config/win/ia32/
H A Dvp9_rtcd.h360 RTCD_EXTERN void (*vp9_iht8x8_64_add)(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type); variable
1018 vp9_iht8x8_64_add = vp9_iht8x8_64_add_c;
1019 if (flags & HAS_SSE2) vp9_iht8x8_64_add = vp9_iht8x8_64_add_sse2;
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
H A Dvp9_rtcd.h317 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_neon macro
/external/libvpx/armv7a-neon/
H A Dvp9_rtcd.h310 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_neon macro
/external/libvpx/mips-dspr2/
H A Dvp9_rtcd.h313 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_dspr2 macro
/external/chromium_org/third_party/libvpx/source/config/linux/x64/
H A Dvp9_rtcd.h363 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_sse2 macro
/external/chromium_org/third_party/libvpx/source/config/mac/x64/
H A Dvp9_rtcd.h363 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_sse2 macro
/external/chromium_org/third_party/libvpx/source/config/win/x64/
H A Dvp9_rtcd.h363 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_sse2 macro

Completed in 365 milliseconds