Searched refs:vpx_fdct32x32_rd_c (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct32x32_test.cc | 367 make_tuple(&vpx_fdct32x32_rd_c, &vpx_idct32x32_1024_add_c, 1, 379 make_tuple(&vpx_fdct32x32_rd_c, &vpx_idct32x32_1024_add_c, 391 make_tuple(&vpx_fdct32x32_rd_c,
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 735 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *out, int stride) { in vpx_fdct32x32_rd_c() function 801 vpx_fdct32x32_rd_c(input, out, stride); in vpx_highbd_fdct32x32_rd_c()
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 193 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride); 194 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 193 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride); 194 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 193 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride); 194 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 193 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride); 194 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 204 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride); 205 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 227 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride); 228 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 227 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride); 228 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 223 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 223 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 246 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 246 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
|