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

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_impl_sse2.h325 vpx_highbd_fdct8x8_c(input, output, stride);
340 vpx_highbd_fdct8x8_c(input, output, stride);
383 vpx_highbd_fdct8x8_c(input, output, stride);
413 vpx_highbd_fdct8x8_c(input, output, stride);
426 vpx_highbd_fdct8x8_c(input, output, stride);
469 vpx_highbd_fdct8x8_c(input, output, stride);
/external/libvpx/libvpx/test/
H A Dfdct8x8_test.cc662 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_10, 0, VPX_BITS_10),
663 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_12, 0, VPX_BITS_12)));
735 make_tuple(&vpx_highbd_fdct8x8_c,
739 make_tuple(&vpx_highbd_fdct8x8_c,
/external/libvpx/libvpx/vpx_dsp/
H A Dfwd_txfm.c789 void vpx_highbd_fdct8x8_c(const int16_t *input, tran_low_t *final_output, function

Completed in 93 milliseconds