Searched refs:vpx_hadamard_8x8 (Results 1 - 13 of 13) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp_rtcd_defs.pl779 add_proto qw/void vpx_hadamard_8x8/, "const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff";
780 specialize qw/vpx_hadamard_8x8 sse2 neon vsx/, "$ssse3_x86_64";
788 add_proto qw/void vpx_hadamard_8x8/, "const int16_t *src_diff, ptrdiff_t src_stride, int16_t *coeff";
789 specialize qw/vpx_hadamard_8x8 sse2 neon msa vsx/, "$ssse3_x86_64";
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h238 #define vpx_hadamard_8x8 vpx_hadamard_8x8_c macro
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h238 #define vpx_hadamard_8x8 vpx_hadamard_8x8_c macro
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h238 #define vpx_hadamard_8x8 vpx_hadamard_8x8_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h252 #define vpx_hadamard_8x8 vpx_hadamard_8x8_c macro
/external/libvpx/config/mips32-msa/
H A Dvpx_dsp_rtcd.h273 #define vpx_hadamard_8x8 vpx_hadamard_8x8_c macro
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h238 #define vpx_hadamard_8x8 vpx_hadamard_8x8_c macro
/external/libvpx/config/mips64-msa/
H A Dvpx_dsp_rtcd.h273 #define vpx_hadamard_8x8 vpx_hadamard_8x8_c macro
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.c724 vpx_hadamard_8x8(src_diff, diff_stride, coeff);
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h291 #define vpx_hadamard_8x8 vpx_hadamard_8x8_neon macro
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h291 #define vpx_hadamard_8x8 vpx_hadamard_8x8_neon macro
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h305 #define vpx_hadamard_8x8 vpx_hadamard_8x8_sse2 macro
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h306 #define vpx_hadamard_8x8 vpx_hadamard_8x8_ssse3 macro

Completed in 178 milliseconds