Searched defs:VP8Cat5 (Results 1 - 2 of 2) sorted by relevance

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

Completed in 92 milliseconds