Searched refs:vpx_highbd_fdct8x8_1_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct_partial_test.cc | 122 make_tuple(&vpx_highbd_fdct8x8_1_c, 8, VPX_BITS_12), 123 make_tuple(&vpx_highbd_fdct8x8_1_c, 8, VPX_BITS_10),
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 780 void vpx_highbd_fdct8x8_1_c(const int16_t *input, tran_low_t *output, in vpx_highbd_fdct8x8_1_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 825 void vpx_highbd_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride); 826 #define vpx_highbd_fdct8x8_1 vpx_highbd_fdct8x8_1_c
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1050 void vpx_highbd_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride); 1051 #define vpx_highbd_fdct8x8_1 vpx_highbd_fdct8x8_1_c
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1057 void vpx_highbd_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride); 1058 #define vpx_highbd_fdct8x8_1 vpx_highbd_fdct8x8_1_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 910 void vpx_highbd_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 910 void vpx_highbd_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride);
|