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

  /external/opencv3/3rdparty/libwebp/enc/
frame.c 52 const uint8_t VP8Cat5[] = { 180, 157, 141, 134, 130 };
440 } else if (v < 3 + (8 << 3)) { // VP8Cat5 (5b)
445 tab = VP8Cat5;
  /external/webp/src/enc/
frame.c 87 const uint8_t VP8Cat5[] = { 180, 157, 141, 134, 130 };
267 } else if (v < 3 + (8 << 3)) { // VP8Cat5 (5b)
272 tab = VP8Cat5;

Completed in 41 milliseconds