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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 914 static void iadst16(const int16_t *input, int16_t *output) { function
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 914 static void iadst16(const int16_t *input, int16_t *output) { function
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 914 static void iadst16(const int16_t *input, int16_t *output) { function
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 638 static void iadst16(const int16_t *input, int16_t *output) { function
811 { iadst16, idct16 }, // ADST_DCT = 1
812 { idct16, iadst16 }, // DCT_ADST = 2
813 { iadst16, iadst16 } // ADST_ADST = 3
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.c 638 static void iadst16(const int16_t *input, int16_t *output) { function
811 { iadst16, idct16 }, // ADST_DCT = 1
812 { idct16, iadst16 }, // DCT_ADST = 2
813 { iadst16, iadst16 } // ADST_ADST = 3
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.c 673 static void iadst16(const tran_low_t *input, tran_low_t *output) { function
847 { iadst16, idct16 }, // ADST_DCT = 1
848 { idct16, iadst16 }, // DCT_ADST = 2
849 { iadst16, iadst16 } // ADST_ADST = 3
    [all...]

Completed in 1086 milliseconds