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

  /external/webp/src/enc/
vp8enci.h 68 // |I16DC16|I16TM16|
89 #define I16DC16 (0 * 16 * BPS)
90 #define I16TM16 (I16DC16 + 16)
quant.c 443 const int VP8I16ModeOffsets[4] = { I16DC16, I16TM16, I16VE16, I16HE16 };
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
vp8enci.h 92 // I16DC16 |YYYY| Intra16 predictions (16x16 block each)
140 #define I16DC16 (0 * 16 * BPS)
quant.c 361 const int VP8I16ModeOffsets[4] = { I16DC16, I16TM16, I16VE16, I16HE16 };
    [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
enc.c 336 DCMode(I16DC16 + dst, left, top, 16, 16, 5);
  /external/webp/src/dsp/
enc.c 328 DCMode(I16DC16 + dst, left, top, 16, 16, 5);
enc_mips_dsp_r2.c     [all...]
enc_sse2.c     [all...]

Completed in 3492 milliseconds