Searched refs:vpx_fdct32x32_c (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 205 make_tuple(&vpx_fdct32x32_c, 209 make_tuple(&vpx_fdct32x32_c, 238 make_tuple(&vpx_fdct32x32_c, 268 make_tuple(&vpx_fdct32x32_c, 272 make_tuple(&vpx_fdct32x32_c, 313 make_tuple(&vpx_fdct32x32_c, 317 make_tuple(&vpx_fdct32x32_c,
|
D | dct32x32_test.cc | 198 vpx_fdct32x32_c(input_block, output_ref_block, stride); in TEST_P() 235 vpx_fdct32x32_c(input_extreme_block, output_ref_block, stride); in TEST_P() 326 make_tuple(&vpx_fdct32x32_c, 334 make_tuple(&vpx_fdct32x32_c, 344 make_tuple(&vpx_fdct32x32_c,
|
D | vp10_inv_txfm_test.cc | 293 make_tuple(&vpx_fdct32x32_c, 297 make_tuple(&vpx_fdct32x32_c,
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 715 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *out, int stride) { in vpx_fdct32x32_c() function 810 vpx_fdct32x32_c(input, out, stride); in vpx_highbd_fdct32x32_c()
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 214 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); 215 #define vpx_fdct32x32 vpx_fdct32x32_c
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 214 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); 215 #define vpx_fdct32x32 vpx_fdct32x32_c
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 214 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); 215 #define vpx_fdct32x32 vpx_fdct32x32_c
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 214 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); 215 #define vpx_fdct32x32 vpx_fdct32x32_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 225 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); 226 #define vpx_fdct32x32 vpx_fdct32x32_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 242 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); 243 #define vpx_fdct32x32 vpx_fdct32x32_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 242 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); 243 #define vpx_fdct32x32 vpx_fdct32x32_c
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 262 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 262 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride);
|