Searched refs:VP8Cat4 (Results 1 - 6 of 6) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
H A Dtoken.c144 } else if (v < 3 + (8 << 2)) { // VP8Cat4 (4b)
149 tab = VP8Cat4;
H A Dvp8enci.h477 extern const uint8_t VP8Cat4[];
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 Dtoken.c152 } else if (residue < (8 << 2)) { // VP8Cat4 (4b)
157 tab = VP8Cat4;
H A Dvp8enci.h436 extern const uint8_t VP8Cat4[];
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 144 milliseconds