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

/external/opencv3/3rdparty/libwebp/enc/
H A Dframe.c51 const uint8_t VP8Cat4[] = { 176, 155, 140, 135 }; variable
434 } else if (v < 3 + (8 << 2)) { // VP8Cat4 (4b)
439 tab = VP8Cat4;
/external/webp/src/enc/
H A Dframe.c86 const uint8_t VP8Cat4[] = { 176, 155, 140, 135 }; variable
261 } else if (v < 3 + (8 << 2)) { // VP8Cat4 (4b)
266 tab = VP8Cat4;

Completed in 88 milliseconds