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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 29 static void fdct4(const tran_low_t *input, tran_low_t *output) { function
167 { fdct4, fdct4 }, // DCT_DCT = 0
168 { fadst4, fdct4 }, // ADST_DCT = 1
169 { fdct4, fadst4 }, // DCT_ADST = 2
221 // fdct4(step, step);
292 // fdct4(step, step);
428 // fdct4(step, step);
739 // fdct4(step, step);
    [all...]
  /external/libvpx/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...]
  /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 142 milliseconds