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

/external/opencv3/3rdparty/libwebp/enc/
H A Dframe.c50 const uint8_t VP8Cat3[] = { 173, 148, 140 }; variable
428 if (v < 3 + (8 << 1)) { // VP8Cat3 (3b)
433 tab = VP8Cat3;
/external/webp/src/enc/
H A Dframe.c85 const uint8_t VP8Cat3[] = { 173, 148, 140 }; variable
255 if (v < 3 + (8 << 1)) { // VP8Cat3 (3b)
260 tab = VP8Cat3;

Completed in 101 milliseconds