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

/external/libvpx/libvpx/vpx_dsp/
H A Dfwd_txfm.h24 void vpx_fdct32(const tran_high_t *input, tran_high_t *output, int round);
H A Dfwd_txfm.c392 void vpx_fdct32(const tran_high_t *input, tran_high_t *output, int round) { function
724 vpx_fdct32(temp_in, temp_out, 0);
734 vpx_fdct32(temp_in, temp_out, 0);
753 vpx_fdct32(temp_in, temp_out, 0);
766 vpx_fdct32(temp_in, temp_out, 1);
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_dct32x32_impl_sse2.h30 vpx_fdct32(temp_in, temp_out, 0);
45 vpx_fdct32(temp_in, temp_out, 1);

Completed in 516 milliseconds