Searched refs:vpx_fdct32 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.h | 24 void vpx_fdct32(const tran_high_t *input, tran_high_t *output, int round);
|
D | fwd_txfm.c | 385 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/ |
D | fwd_dct32x32_impl_sse2.h | 29 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()
|