HomeSort by relevance Sort by last modified time
    Searched refs:fdct8x16_1d_column (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vpx_dsp/mips/
fwd_txfm_msa.c 13 void fdct8x16_1d_column(const int16_t *input, int16_t *tmp_ptr, function
238 fdct8x16_1d_column((input + 8 * i), (&tmp_buf[0] + 8 * i), src_stride);
fwd_txfm_msa.h 361 void fdct8x16_1d_column(const int16_t *input, int16_t *tmp_ptr,
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c 445 fdct8x16_1d_column(input + 8 * i, tmp + 8 * i, stride);
468 fdct8x16_1d_column(input + 8 * i, tmp + 8 * i, stride);

Completed in 1072 milliseconds