Searched refs:vpx_fdct8x8_1_c (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 174 void vpx_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct8x8_1_c() function 782 vpx_fdct8x8_1_c(input, final_output, stride); in vpx_highbd_fdct8x8_1_c()
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 205 void vpx_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride); 206 #define vpx_fdct8x8_1 vpx_fdct8x8_1_c
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 205 void vpx_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride); 206 #define vpx_fdct8x8_1 vpx_fdct8x8_1_c
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 205 void vpx_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride); 206 #define vpx_fdct8x8_1 vpx_fdct8x8_1_c
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 205 void vpx_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride); 206 #define vpx_fdct8x8_1 vpx_fdct8x8_1_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 216 void vpx_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride); 217 #define vpx_fdct8x8_1 vpx_fdct8x8_1_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 241 void vpx_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 241 void vpx_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 238 void vpx_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 238 void vpx_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 262 void vpx_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 263 void vpx_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride);
|