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

  /external/webp/src/enc/
vp8enci.h 72 // |C8VE8|C8HE8|
96 #define C8VE8 (2 * 16 * BPS + 8 * BPS)
97 #define C8HE8 (C8VE8 + 1 * 16)
quant.c 444 const int VP8UVModeOffsets[4] = { C8DC8, C8TM8, C8VE8, C8HE8 };
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
vp8enci.h 113 // C8VE8 |UUVV|
147 #define C8VE8 (5 * 16 * BPS)
quant.c 362 const int VP8UVModeOffsets[4] = { C8DC8, C8TM8, C8VE8, C8HE8 };
    [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
enc.c 318 VerticalPred(C8VE8 + dst, top, 8);
326 VerticalPred(C8VE8 + dst, top, 8);
  /external/webp/src/dsp/
enc.c 310 VerticalPred(C8VE8 + dst, top, 8);
318 VerticalPred(C8VE8 + dst, top, 8);
enc_mips_dsp_r2.c     [all...]
enc_sse2.c     [all...]

Completed in 79 milliseconds