Searched refs:vpx_highbd_fdct32x32_1_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct_partial_test.cc | 116 ::testing::Values(make_tuple(&vpx_highbd_fdct32x32_1_c, 32, VPX_BITS_12), 117 make_tuple(&vpx_highbd_fdct32x32_1_c, 32, VPX_BITS_10),
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 805 void vpx_highbd_fdct32x32_1_c(const int16_t *input, tran_low_t *output, in vpx_highbd_fdct32x32_1_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 813 void vpx_highbd_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride); 814 #define vpx_highbd_fdct32x32_1 vpx_highbd_fdct32x32_1_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 898 void vpx_highbd_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride); 899 #define vpx_highbd_fdct32x32_1 vpx_highbd_fdct32x32_1_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 898 void vpx_highbd_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride); 899 #define vpx_highbd_fdct32x32_1 vpx_highbd_fdct32x32_1_c
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1035 void vpx_highbd_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride); 1036 #define vpx_highbd_fdct32x32_1 vpx_highbd_fdct32x32_1_c
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1042 void vpx_highbd_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride); 1043 #define vpx_highbd_fdct32x32_1 vpx_highbd_fdct32x32_1_c
|