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()202 const VP8Tokens* p = b->pages_; in VP8EmitTokens()205 const VP8Tokens* const next = p->next_; in VP8EmitTokens()228 const VP8Tokens* p = b->pages_; in VP8EstimateTokenSize()231 const VP8Tokens* const next = p->next_; in VP8EstimateTokenSize()
311 typedef struct VP8Tokens VP8Tokens; // struct details in token.c typedef315 VP8Tokens* pages_; // first page316 VP8Tokens** last_page_; // last page