Searched refs:vp9_iht4x4_16_add (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_rtcd_defs.pl367 add_proto qw/void vp9_iht4x4_16_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type";
368 specialize qw/vp9_iht4x4_16_add/;
428 add_proto qw/void vp9_iht4x4_16_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type";
429 specialize qw/vp9_iht4x4_16_add sse2 neon_asm dspr2/;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_rtcd_defs.pl338 add_proto qw/void vp9_iht4x4_16_add/, "const int16_t *input, uint8_t *dest, int dest_stride, int tx_type";
339 specialize qw/vp9_iht4x4_16_add sse2 neon dspr2/;
H A Dvp9_idct.c1387 vp9_iht4x4_16_add(input, dest, stride, tx_type);
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
H A Dvp9_rtcd.h313 RTCD_EXTERN void (*vp9_iht4x4_16_add)(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type); variable
794 vp9_iht4x4_16_add = vp9_iht4x4_16_add_c;
795 if (flags & HAS_NEON) vp9_iht4x4_16_add = vp9_iht4x4_16_add_neon;
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/
H A Dvp9_rtcd.h326 RTCD_EXTERN void (*vp9_iht4x4_16_add)(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type); variable
823 vp9_iht4x4_16_add = vp9_iht4x4_16_add_c;
824 if (flags & HAS_SSE2) vp9_iht4x4_16_add = vp9_iht4x4_16_add_sse2;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c591 vp9_iht4x4_16_add(dqcoeff, dst, dst_stride, tx_type);
/external/libvpx/x86/
H A Dvp9_rtcd.h259 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_sse2 macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvp9_rtcd.h285 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvp9_rtcd.h289 #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.h285 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
H A Dvp9_rtcd.h285 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
H A Dvp9_rtcd.h285 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/chromium_org/third_party/libvpx/source/config/nacl/
H A Dvp9_rtcd.h285 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemb.c714 vp9_iht4x4_16_add(dqcoeff, dst, dst_stride, tx_type);
/external/libvpx/armv7a/
H A Dvp9_rtcd.h282 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c 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/chromium_org/third_party/libvpx/source/config/linux/ia32/
H A Dvp9_rtcd.h356 RTCD_EXTERN void (*vp9_iht4x4_16_add)(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type); variable
1016 vp9_iht4x4_16_add = vp9_iht4x4_16_add_c;
1017 if (flags & HAS_SSE2) vp9_iht4x4_16_add = vp9_iht4x4_16_add_sse2;
/external/chromium_org/third_party/libvpx/source/config/win/ia32/
H A Dvp9_rtcd.h356 RTCD_EXTERN void (*vp9_iht4x4_16_add)(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type); variable
1016 vp9_iht4x4_16_add = vp9_iht4x4_16_add_c;
1017 if (flags & HAS_SSE2) vp9_iht4x4_16_add = vp9_iht4x4_16_add_sse2;
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
H A Dvp9_rtcd.h313 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon macro
/external/libvpx/armv7a-neon/
H A Dvp9_rtcd.h306 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon macro
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c204 vp9_iht4x4_16_add(dqcoeff, dst, stride, tx_type);
/external/libvpx/mips-dspr2/
H A Dvp9_rtcd.h309 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_dspr2 macro
/external/chromium_org/third_party/libvpx/source/config/linux/x64/
H A Dvp9_rtcd.h359 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_sse2 macro
/external/chromium_org/third_party/libvpx/source/config/mac/x64/
H A Dvp9_rtcd.h359 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_sse2 macro

Completed in 161 milliseconds

12