Searched refs:vpx_fdct16x16_c (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 213 make_tuple(&vpx_fdct16x16_c, 217 make_tuple(&vpx_fdct16x16_c, 242 make_tuple(&vpx_fdct16x16_c, 246 make_tuple(&vpx_fdct16x16_c, 276 make_tuple(&vpx_fdct16x16_c, 280 make_tuple(&vpx_fdct16x16_c, 321 make_tuple(&vpx_fdct16x16_c, 325 make_tuple(&vpx_fdct16x16_c,
|
D | vp10_inv_txfm_test.cc | 301 make_tuple(&vpx_fdct16x16_c, 305 make_tuple(&vpx_fdct16x16_c,
|
D | dct16x16_test.cc | 251 vpx_fdct16x16_c(in, out, stride); in fdct16x16_ref() 803 make_tuple(&vpx_fdct16x16_c, &vpx_idct16x16_256_add_c, 0, VPX_BITS_8))); 808 make_tuple(&vpx_fdct16x16_c, &vpx_idct16x16_256_add_c, 0, VPX_BITS_8))); 841 make_tuple(&vpx_fdct16x16_c,
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 188 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct16x16_c() function 801 vpx_fdct16x16_c(input, output, stride); in vpx_highbd_fdct16x16_c()
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 208 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride); 209 #define vpx_fdct16x16 vpx_fdct16x16_c
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 208 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride); 209 #define vpx_fdct16x16 vpx_fdct16x16_c
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 208 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride); 209 #define vpx_fdct16x16 vpx_fdct16x16_c
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 208 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride); 209 #define vpx_fdct16x16 vpx_fdct16x16_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 219 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride); 220 #define vpx_fdct16x16 vpx_fdct16x16_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 236 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride); 237 #define vpx_fdct16x16 vpx_fdct16x16_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 236 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride); 237 #define vpx_fdct16x16 vpx_fdct16x16_c
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 763 vpx_fdct16x16_c(input, output, stride); in vp9_fht16x16_c()
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 254 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 254 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride);
|