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

/external/libvpx/libvpx/vpx_dsp/
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);

Completed in 67 milliseconds