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

  /external/opencv3/3rdparty/libwebp/enc/
token.c 150 } else if (v < 3 + (8 << 3)) { // VP8Cat5 (5b)
155 tab = VP8Cat5;
vp8enci.h 478 extern const uint8_t VP8Cat5[];
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/
token.c 158 } else if (residue < (8 << 3)) { // VP8Cat5 (5b)
163 tab = VP8Cat5;
vp8enci.h 437 extern const uint8_t VP8Cat5[];
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 171 milliseconds