Searched refs:vpx_highbd_fdct16x16_1_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct_partial_test.cc | 119 make_tuple(&vpx_highbd_fdct16x16_1_c, 16, VPX_BITS_12), 120 make_tuple(&vpx_highbd_fdct16x16_1_c, 16, VPX_BITS_10),
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 790 void vpx_highbd_fdct16x16_1_c(const int16_t *input, tran_low_t *output, in vpx_highbd_fdct16x16_1_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 807 void vpx_highbd_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride); 808 #define vpx_highbd_fdct16x16_1 vpx_highbd_fdct16x16_1_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 892 void vpx_highbd_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride); 893 #define vpx_highbd_fdct16x16_1 vpx_highbd_fdct16x16_1_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 892 void vpx_highbd_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride); 893 #define vpx_highbd_fdct16x16_1 vpx_highbd_fdct16x16_1_c
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1028 void vpx_highbd_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride); 1029 #define vpx_highbd_fdct16x16_1 vpx_highbd_fdct16x16_1_c
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1035 void vpx_highbd_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride); 1036 #define vpx_highbd_fdct16x16_1 vpx_highbd_fdct16x16_1_c
|