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

  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 27 static void fdct4(const int16_t *input, int16_t *output) { function
163 { fdct4, fdct4 }, // DCT_DCT = 0
164 { fadst4, fdct4 }, // ADST_DCT = 1
165 { fdct4, fadst4 }, // DCT_ADST = 2
217 // fdct4(step, step);
288 // fdct4(step, step);
423 // fdct4(step, step);
732 // fdct4(step, step);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 27 static void fdct4(const int16_t *input, int16_t *output) { function
152 { fdct4, fdct4 }, // DCT_DCT = 0
153 { fadst4, fdct4 }, // ADST_DCT = 1
154 { fdct4, fadst4 }, // DCT_ADST = 2
206 // fdct4(step, step);
266 // fdct4(step, step);
390 // fdct4(step, step);
699 // fdct4(step, step);
    [all...]

Completed in 66 milliseconds