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

  /external/opencv3/3rdparty/libwebp/enc/
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/
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 35 milliseconds