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

  /external/libvpx/libvpx/vp9/common/mips/msa/
vp9_idct16x16_msa.c 27 vpx_idct16_1d_rows_msa((input + (i << 7)), (out_ptr + (i << 7)));
41 vpx_idct16_1d_rows_msa((input + (i << 7)), (out_ptr + (i << 7)));
  /external/libvpx/libvpx/vpx_dsp/mips/
idct16x16_msa.c 13 void vpx_idct16_1d_rows_msa(const int16_t *input, int16_t *output) { function
213 vpx_idct16_1d_rows_msa((input + (i << 7)), (out + (i << 7)));
231 vpx_idct16_1d_rows_msa(input, out);
inv_txfm_msa.h 407 void vpx_idct16_1d_rows_msa(const int16_t *input, int16_t *output);

Completed in 76 milliseconds