Searched refs:vpx_highbd_fdct32x32_c (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 332 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, 335 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, 338 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, 341 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, 344 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, 347 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, 350 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, 353 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, 356 &vpx_highbd_fdct32x32_c, &highbd_wrapper<vpx_highbd_idct32x32_1024_add_c>, 358 make_tuple(&vpx_highbd_fdct32x32_c, [all …]
|
D | dct32x32_test.cc | 323 make_tuple(&vpx_highbd_fdct32x32_c, &idct32x32_10, 0, VPX_BITS_10), 325 make_tuple(&vpx_highbd_fdct32x32_c, &idct32x32_12, 0, VPX_BITS_12),
|
D | dct_test.cc | 465 { &fdct_wrapper<vpx_highbd_fdct32x32_c>,
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 795 void vpx_highbd_fdct32x32_c(const int16_t *input, tran_low_t *output, in vpx_highbd_fdct32x32_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 810 void vpx_highbd_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); 811 #define vpx_highbd_fdct32x32 vpx_highbd_fdct32x32_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 895 void vpx_highbd_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); 896 #define vpx_highbd_fdct32x32 vpx_highbd_fdct32x32_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 895 void vpx_highbd_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); 896 #define vpx_highbd_fdct32x32 vpx_highbd_fdct32x32_c
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1031 void vpx_highbd_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_dct32x32_impl_sse2.h | 35 #define HIGH_FDCT32x32_2D_C vpx_highbd_fdct32x32_c
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1038 void vpx_highbd_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride);
|