Searched refs:vpx_highbd_hadamard_8x8_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | avg.c | 104 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/ |
D | hadamard_test.cc | 306 ::testing::Values(HadamardFuncWithSize(&vpx_highbd_hadamard_8x8_c, 8),
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 846 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/ |
D | vpx_dsp_rtcd.h | 936 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/ |
D | vpx_dsp_rtcd.h | 936 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/ |
D | vpx_dsp_rtcd.h | 1075 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/ |
D | vpx_dsp_rtcd.h | 1082 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
|