Searched defs:VP8Tokens (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dtoken.c35 struct VP8Tokens { struct
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_;
H A Dvp8enci.h336 typedef struct VP8Tokens VP8Tokens; // struct details in token.c typedef in typeref:struct:VP8Tokens
340 VP8Tokens* pages_; // first page
341 VP8Tokens** last_page_; // last page
/external/webp/src/enc/
H A Dtoken.c35 struct VP8Tokens { struct
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_;
H A Dvp8enci.h336 typedef struct VP8Tokens VP8Tokens; // struct details in token.c typedef in typeref:struct:VP8Tokens
340 VP8Tokens* pages_; // first page
341 VP8Tokens** last_page_; // last page

Completed in 602 milliseconds