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

/external/libvpx/libvpx/vpx_dsp/mips/
H A Dfwd_txfm_msa.c133 void fdct16x8_1d_row(int16_t *input, int16_t *output) { function
243 fdct16x8_1d_row((&tmp_buf[0] + (128 * i)), (output + (128 * i)));
H A Dfwd_txfm_msa.h363 void fdct16x8_1d_row(int16_t *input, int16_t *output);
/external/libvpx/libvpx/vp9/encoder/mips/msa/
H A Dvp9_fdct16x16_msa.c450 fdct16x8_1d_row(tmp + (128 * i), output + (128 * i));

Completed in 286 milliseconds