Home
last modified time | relevance | path

Searched refs:vpx_highbd_fdct16x16_c (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
Dpartial_idct_test.cc360 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>,
363 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>,
366 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>,
369 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>,
372 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>,
375 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>,
378 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>,
381 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>,
384 &vpx_highbd_fdct16x16_c, &highbd_wrapper<vpx_highbd_idct16x16_256_add_c>,
386 make_tuple(&vpx_highbd_fdct16x16_c,
[all …]
Ddct16x16_test.cc813 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_10, 0, VPX_BITS_10),
814 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_12, 0, VPX_BITS_12),
889 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_256_add_10_sse2, 0,
892 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_256_add_12_sse2, 0,
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_txfm_impl_sse2.h723 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
743 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
763 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
777 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
799 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
820 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
833 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
856 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
884 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
904 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
[all …]
/external/libvpx/libvpx/vpx_dsp/
Dfwd_txfm.c785 void vpx_highbd_fdct16x16_c(const int16_t *input, tran_low_t *output, in vpx_highbd_fdct16x16_c() function