HomeSort by relevance Sort by last modified time
    Searched refs:VP8Tokens (Results 1 - 2 of 2) sorted by null

  /external/webp/src/enc/
token_enc.c 36 struct VP8Tokens {
37 VP8Tokens* next_; // pointer to next page
56 VP8Tokens* p = b->pages_;
58 VP8Tokens* const next = p->next_;
67 VP8Tokens* page = NULL;
70 page = (VP8Tokens*)WebPSafeMalloc(1ULL, size);
202 const VP8Tokens* p = b->pages_;
205 const VP8Tokens* const next = p->next_;
228 const VP8Tokens* p = b->pages_;
231 const VP8Tokens* const next = p->next_
    [all...]
vp8i_enc.h 302 typedef struct VP8Tokens VP8Tokens; // struct details in token.c
306 VP8Tokens* pages_; // first page
307 VP8Tokens** last_page_; // last page

Completed in 198 milliseconds