Searched refs:VP8Tokens (Results 1 – 2 of 2) sorted by relevance
36 struct VP8Tokens { struct37 VP8Tokens* next_; // pointer to next page argument56 VP8Tokens* p = b->pages_; in VP8TBufferClear()58 VP8Tokens* const next = p->next_; in VP8TBufferClear()67 VP8Tokens* page = NULL; in TBufferNewPage()70 page = (VP8Tokens*)WebPSafeMalloc(1ULL, size); in TBufferNewPage()213 const VP8Tokens* p = b->pages_;235 const VP8Tokens* p = b->pages_; in VP8EmitTokens()238 const VP8Tokens* const next = p->next_; in VP8EmitTokens()261 const VP8Tokens* p = b->pages_; in VP8EstimateTokenSize()[all …]
302 typedef struct VP8Tokens VP8Tokens; // struct details in token.c typedef306 VP8Tokens* pages_; // first page307 VP8Tokens** last_page_; // last page