Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_txfm_impl_sse2.h732 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
753 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
773 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
787 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
809 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
830 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
843 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
866 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
894 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
915 vpx_highbd_fdct16x16_c(input, output, stride); in FDCT16x16_2D()
[all …]
/external/libvpx/libvpx/test/
Ddct16x16_test.cc801 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_10, 0, VPX_BITS_10),
802 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_12, 0, VPX_BITS_12),
870 make_tuple(&vpx_highbd_fdct16x16_c,
874 make_tuple(&vpx_highbd_fdct16x16_c,
/external/libvpx/libvpx/vpx_dsp/
Dfwd_txfm.c799 void vpx_highbd_fdct16x16_c(const int16_t *input, tran_low_t *output, in vpx_highbd_fdct16x16_c() function