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

  /external/opencv3/3rdparty/libwebp/enc/
token.c 144 } else if (v < 3 + (8 << 2)) { // VP8Cat4 (4b)
149 tab = VP8Cat4;
vp8enci.h 477 extern const uint8_t VP8Cat4[];
frame.c 51 const uint8_t VP8Cat4[] = { 176, 155, 140, 135 };
434 } else if (v < 3 + (8 << 2)) { // VP8Cat4 (4b)
439 tab = VP8Cat4;
  /external/webp/src/enc/
token.c 152 } else if (residue < (8 << 2)) { // VP8Cat4 (4b)
157 tab = VP8Cat4;
vp8enci.h 436 extern const uint8_t VP8Cat4[];
frame.c 86 const uint8_t VP8Cat4[] = { 176, 155, 140, 135 };
261 } else if (v < 3 + (8 << 2)) { // VP8Cat4 (4b)
266 tab = VP8Cat4;

Completed in 220 milliseconds