Searched refs:vpx_fdct16x16_1_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct_partial_test.cc | 121 make_tuple(&vpx_fdct16x16_1_c, 16, VPX_BITS_8), 130 make_tuple(&vpx_fdct16x16_1_c, 16, VPX_BITS_8),
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 363 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct16x16_1_c() function 792 vpx_fdct16x16_1_c(input, output, stride); in vpx_highbd_fdct16x16_1_c()
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 186 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride); 187 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 222 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 222 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 236 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 236 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
|