Searched refs:vpx_highbd_fdct4x4_c (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 422 make_tuple(&vpx_highbd_fdct4x4_c, 425 make_tuple(&vpx_highbd_fdct4x4_c, 428 make_tuple(&vpx_highbd_fdct4x4_c, 431 make_tuple(&vpx_highbd_fdct4x4_c, 434 make_tuple(&vpx_highbd_fdct4x4_c, 437 make_tuple(&vpx_highbd_fdct4x4_c, 574 make_tuple(&vpx_highbd_fdct4x4_c, 578 &vpx_highbd_fdct4x4_c, &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, 581 &vpx_highbd_fdct4x4_c, &highbd_wrapper<vpx_highbd_idct4x4_16_add_c>, 583 make_tuple(&vpx_highbd_fdct4x4_c, &highbd_wrapper<vpx_highbd_idct4x4_1_add_c>, [all …]
|
D | fdct4x4_test.cc | 391 make_tuple(&vpx_highbd_fdct4x4_c, &idct4x4_10, 0, VPX_BITS_10), 392 make_tuple(&vpx_highbd_fdct4x4_c, &idct4x4_12, 0, VPX_BITS_12), 483 make_tuple(&vpx_highbd_fdct4x4_c, &idct4x4_10_sse2, 0, VPX_BITS_10), 485 make_tuple(&vpx_highbd_fdct4x4_c, &idct4x4_12_sse2, 0, VPX_BITS_12),
|
/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
|