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

  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 235 static void fadst4(const tran_low_t *input, tran_low_t *output) { function
511 { fadst4, fdct4 }, // ADST_DCT = 1
512 { fdct4, fadst4 }, // DCT_ADST = 2
513 { fadst4, fadst4 } // ADST_ADST = 3
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 111 static void fadst4(const int16_t *input, int16_t *output) { function
153 { fadst4, fdct4 }, // ADST_DCT = 1
154 { fdct4, fadst4 }, // DCT_ADST = 2
155 { fadst4, fadst4 } // ADST_ADST = 3
    [all...]

Completed in 51 milliseconds