Home
last modified time | relevance | path

Searched refs:vpx_highbd_hadamard_8x8_c (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Davg.c104 void vpx_highbd_hadamard_8x8_c(const int16_t *src_diff, ptrdiff_t src_stride, in vpx_highbd_hadamard_8x8_c() function
137 vpx_highbd_hadamard_8x8_c(src_ptr, src_stride, coeff + idx * 64); in vpx_highbd_hadamard_16x16_c()
/external/libvpx/libvpx/test/
Dhadamard_test.cc306 ::testing::Values(HadamardFuncWithSize(&vpx_highbd_hadamard_8x8_c, 8),
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h846 void vpx_highbd_hadamard_8x8_c(const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff);
847 #define vpx_highbd_hadamard_8x8 vpx_highbd_hadamard_8x8_c
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h936 void vpx_highbd_hadamard_8x8_c(const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff);
937 #define vpx_highbd_hadamard_8x8 vpx_highbd_hadamard_8x8_c
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h936 void vpx_highbd_hadamard_8x8_c(const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff);
937 #define vpx_highbd_hadamard_8x8 vpx_highbd_hadamard_8x8_c
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h1075 void vpx_highbd_hadamard_8x8_c(const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff);
1076 #define vpx_highbd_hadamard_8x8 vpx_highbd_hadamard_8x8_c
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h1082 void vpx_highbd_hadamard_8x8_c(const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff);
1083 #define vpx_highbd_hadamard_8x8 vpx_highbd_hadamard_8x8_c