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

  /external/opencv3/3rdparty/libwebp/enc/
token.c 138 if (v < 3 + (8 << 1)) { // VP8Cat3 (3b)
143 tab = VP8Cat3;
vp8enci.h 476 extern const uint8_t VP8Cat3[];
frame.c 50 const uint8_t VP8Cat3[] = { 173, 148, 140 };
428 if (v < 3 + (8 << 1)) { // VP8Cat3 (3b)
433 tab = VP8Cat3;
  /external/webp/src/enc/
token.c 146 if (residue < (8 << 1)) { // VP8Cat3 (3b)
151 tab = VP8Cat3;
vp8enci.h 435 extern const uint8_t VP8Cat3[];
frame.c 85 const uint8_t VP8Cat3[] = { 173, 148, 140 };
255 if (v < 3 + (8 << 1)) { // VP8Cat3 (3b)
260 tab = VP8Cat3;

Completed in 1632 milliseconds