Searched refs:vpx_highbd_hadamard_32x32_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | hadamard_test.cc | 308 HadamardFuncWithSize(&vpx_highbd_hadamard_32x32_c, 32)));
|
/external/libvpx/libvpx/vpx_dsp/ |
D | avg.c | 162 void vpx_highbd_hadamard_32x32_c(const int16_t *src_diff, ptrdiff_t src_stride, in vpx_highbd_hadamard_32x32_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 843 void vpx_highbd_hadamard_32x32_c(const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff); 844 #define vpx_highbd_hadamard_32x32 vpx_highbd_hadamard_32x32_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 933 void vpx_highbd_hadamard_32x32_c(const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff); 934 #define vpx_highbd_hadamard_32x32 vpx_highbd_hadamard_32x32_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 933 void vpx_highbd_hadamard_32x32_c(const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff); 934 #define vpx_highbd_hadamard_32x32 vpx_highbd_hadamard_32x32_c
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1072 void vpx_highbd_hadamard_32x32_c(const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff); 1073 #define vpx_highbd_hadamard_32x32 vpx_highbd_hadamard_32x32_c
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1079 void vpx_highbd_hadamard_32x32_c(const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff); 1080 #define vpx_highbd_hadamard_32x32 vpx_highbd_hadamard_32x32_c
|