Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfwd_txfm.h24 void vpx_fdct32(const tran_high_t *input, tran_high_t *output, int round);
Dfwd_txfm.c385 void vpx_fdct32(const tran_high_t *input, tran_high_t *output, int round) { in vpx_fdct32() function
716 vpx_fdct32(temp_in, temp_out, 0); in vpx_fdct32x32_c()
725 vpx_fdct32(temp_in, temp_out, 0); in vpx_fdct32x32_c()
743 vpx_fdct32(temp_in, temp_out, 0); in vpx_fdct32x32_rd_c()
755 vpx_fdct32(temp_in, temp_out, 1); in vpx_fdct32x32_rd_c()
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_sse2.h29 vpx_fdct32(temp_in, temp_out, 0); in vpx_fdct32x32_rows_c()
44 vpx_fdct32(temp_in, temp_out, 1); in vpx_fdct32x32_rd_rows_c()