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

  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 47 iadst8_dspr2(&out[i * 8], temp_out);
57 iadst8_dspr2(input, outptr);
71 iadst8_dspr2(input, outptr);
80 iadst8_dspr2(temp_in, temp_out);
  /external/libvpx/libvpx/vpx_dsp/mips/
inv_txfm_dspr2.h 61 void iadst8_dspr2(const int16_t *input, int16_t *output);
itrans8_dspr2.c 591 void iadst8_dspr2(const int16_t *input, int16_t *output) { function
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 471 static void iadst8_dspr2(const int16_t *input, int16_t *output) { function
573 iadst8_dspr2(&out[i * 8], temp_out);
583 iadst8_dspr2(input, outptr);
597 iadst8_dspr2(input, outptr);
606 iadst8_dspr2(temp_in, temp_out);
    [all...]

Completed in 1413 milliseconds