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

  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 831 static void fadst16(const int16_t *input, int16_t *output) { function
995 { fadst16, fdct16 }, // ADST_DCT = 1
996 { fdct16, fadst16 }, // DCT_ADST = 2
997 { fadst16, fadst16 } // ADST_ADST = 3
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 798 static void fadst16(const int16_t *input, int16_t *output) { function
962 { fadst16, fdct16 }, // ADST_DCT = 1
963 { fdct16, fadst16 }, // DCT_ADST = 2
964 { fadst16, fadst16 } // ADST_ADST = 3
    [all...]

Completed in 1911 milliseconds