Searched refs:vpx_highbd_fdct4x4_c (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 430 make_tuple(&vpx_highbd_fdct4x4_c, 433 make_tuple(&vpx_highbd_fdct4x4_c, 436 make_tuple(&vpx_highbd_fdct4x4_c, 439 make_tuple(&vpx_highbd_fdct4x4_c, 442 make_tuple(&vpx_highbd_fdct4x4_c, 445 make_tuple(&vpx_highbd_fdct4x4_c, 584 make_tuple(&vpx_highbd_fdct4x4_c, 588 &vpx_highbd_fdct4x4_c, &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, 591 &vpx_highbd_fdct4x4_c, &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, 593 make_tuple(&vpx_highbd_fdct4x4_c, &highbd_wrapper<vpx_highbd_idct4x4_1_add_c>, [all …]
|
D | dct_test.cc | 459 { &fdct_wrapper<vpx_highbd_fdct4x4_c>,
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_impl_sse2.h | 101 vpx_highbd_fdct4x4_c(input, output, stride); in FDCT4x4_2D() 172 vpx_highbd_fdct4x4_c(input, output, stride); in FDCT4x4_2D() 194 vpx_highbd_fdct4x4_c(input, output, stride); in FDCT4x4_2D() 233 vpx_highbd_fdct4x4_c(input, output, stride); in FDCT4x4_2D()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 770 void vpx_highbd_fdct4x4_c(const int16_t *input, tran_low_t *output, in vpx_highbd_fdct4x4_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 819 void vpx_highbd_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride); 820 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 904 void vpx_highbd_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride); 905 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 904 void vpx_highbd_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride); 905 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_c
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1042 void vpx_highbd_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1049 void vpx_highbd_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
|