Searched refs:VP8Tokens (Results 1 – 4 of 4) sorted by relevance
35 struct VP8Tokens { struct39 VP8Tokens* next_; argument54 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()
336 typedef struct VP8Tokens VP8Tokens; // struct details in token.c typedef340 VP8Tokens* pages_; // first page341 VP8Tokens** last_page_; // last page