Searched refs:token_t (Results 1 – 1 of 1) sorted by relevance
33 typedef uint16_t token_t; // bit #15: bit value typedef41 #define TOKEN_DATA(p) ((const token_t*)&(p)[1])69 const size_t size = sizeof(*page) + b->page_size_ * sizeof(token_t); in TBufferNewPage()81 b->tokens_ = (token_t*)TOKEN_DATA(page); in TBufferNewPage()208 const token_t* const tokens = TOKEN_DATA(p); in VP8EmitTokens()210 const token_t token = tokens[n]; in VP8EmitTokens()234 const token_t* const tokens = TOKEN_DATA(p); in VP8EstimateTokenSize()236 const token_t token = tokens[n]; in VP8EstimateTokenSize()
Completed in 3 milliseconds