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

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_impl_sse2.h732 vpx_highbd_fdct16x16_c(input, output, stride);
753 vpx_highbd_fdct16x16_c(input, output, stride);
773 vpx_highbd_fdct16x16_c(input, output, stride);
787 vpx_highbd_fdct16x16_c(input, output, stride);
809 vpx_highbd_fdct16x16_c(input, output, stride);
830 vpx_highbd_fdct16x16_c(input, output, stride);
843 vpx_highbd_fdct16x16_c(input, output, stride);
866 vpx_highbd_fdct16x16_c(input, output, stride);
894 vpx_highbd_fdct16x16_c(input, output, stride);
915 vpx_highbd_fdct16x16_c(inpu
[all...]
/external/libvpx/libvpx/test/
H A Ddct16x16_test.cc825 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_10, 0, VPX_BITS_10),
826 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_12, 0, VPX_BITS_12),
894 make_tuple(&vpx_highbd_fdct16x16_c,
898 make_tuple(&vpx_highbd_fdct16x16_c,
/external/libvpx/libvpx/vpx_dsp/
H A Dfwd_txfm.c799 void vpx_highbd_fdct16x16_c(const int16_t *input, tran_low_t *output, function

Completed in 199 milliseconds