Home
last modified time | relevance | path

Searched refs:VP8Tokens (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
Dtoken.c35 struct VP8Tokens { struct
39 VP8Tokens* next_; argument
54 const VP8Tokens* p = b->pages_; in VP8TBufferClear()
56 const VP8Tokens* const next = p->next_; in VP8TBufferClear()
65 VP8Tokens* const page = b->error_ ? NULL : (VP8Tokens*)malloc(sizeof(*page)); in TBufferNewPage()
197 const VP8Tokens* p = b->pages_;
218 const VP8Tokens* p = b->pages_; in VP8EmitTokens()
222 const VP8Tokens* const next = p->next_; in VP8EmitTokens()
Dvp8enci.h336 typedef struct VP8Tokens VP8Tokens; // struct details in token.c typedef
340 VP8Tokens* pages_; // first page
341 VP8Tokens** last_page_; // last page
/external/webp/src/enc/
Dtoken.c35 struct VP8Tokens { struct
39 VP8Tokens* next_; argument
54 const VP8Tokens* p = b->pages_; in VP8TBufferClear()
56 const VP8Tokens* const next = p->next_; in VP8TBufferClear()
65 VP8Tokens* const page = b->error_ ? NULL : (VP8Tokens*)malloc(sizeof(*page)); in TBufferNewPage()
197 const VP8Tokens* p = b->pages_;
218 const VP8Tokens* p = b->pages_; in VP8EmitTokens()
222 const VP8Tokens* const next = p->next_; in VP8EmitTokens()
Dvp8enci.h336 typedef struct VP8Tokens VP8Tokens; // struct details in token.c typedef
340 VP8Tokens* pages_; // first page
341 VP8Tokens** last_page_; // last page