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

  /external/webp/src/enc/
token.c 36 struct VP8Tokens {
37 VP8Tokens* next_; // pointer to next page
56 VP8Tokens* p = b->pages_;
58 VP8Tokens* const next = p->next_;
67 VP8Tokens* page = NULL;
70 page = (VP8Tokens*)WebPSafeMalloc(1ULL, size);
204 const VP8Tokens* p = b->pages_;
226 const VP8Tokens* p = b->pages_;
229 const VP8Tokens* const next = p->next_;
252 const VP8Tokens* p = b->pages_
    [all...]
vp8enci.h 304 typedef struct VP8Tokens VP8Tokens; // struct details in token.c
308 VP8Tokens* pages_; // first page
309 VP8Tokens** last_page_; // last page
  /external/opencv3/3rdparty/libwebp/enc/
token.c 35 struct VP8Tokens {
39 VP8Tokens* next_;
54 const VP8Tokens* p = b->pages_;
56 const VP8Tokens* const next = p->next_;
65 VP8Tokens* const page = b->error_ ? NULL : (VP8Tokens*)malloc(sizeof(*page));
197 const VP8Tokens* p = b->pages_;
218 const VP8Tokens* p = b->pages_;
222 const VP8Tokens* const next = p->next_;
vp8enci.h 336 typedef struct VP8Tokens VP8Tokens; // struct details in token.c
340 VP8Tokens* pages_; // first page
341 VP8Tokens** last_page_; // last page

Completed in 149 milliseconds