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

  /external/webp/src/enc/
token.c 34 uint16_t tokens_[MAX_NUM_TOKEN]; // bit#15: bit member in struct:VP8Tokens
43 b->tokens_ = NULL;
71 b->tokens_ = page->tokens_;
87 b->tokens_[slot] = (bit << 15) | proba_idx;
98 b->tokens_[slot] = (bit << 15) | FIXED_PROBA_BIT | proba;
200 const uint16_t token = p->tokens_[n];
224 const uint16_t token = p->tokens_[n];
vp8enci.h 339 uint16_t* tokens_; // set to (*last_page_)->tokens_ member in struct:__anon18237
388 VP8TBuffer tokens_; // token buffer member in struct:VP8Encoder

Completed in 45 milliseconds