Searched refs:vpx_fdct16x16_1_c (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 368 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct16x16_1_c() function 806 vpx_fdct16x16_1_c(input, output, stride); in vpx_highbd_fdct16x16_1_c()
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 211 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride); 212 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 211 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride); 212 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 211 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride); 212 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 211 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride); 212 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 222 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride); 223 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 239 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride); 240 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 239 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride); 240 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 258 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 | 258 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
|