Home
last modified time | relevance | path

Searched refs:token_t (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dtoken_enc.c33 typedef uint16_t token_t; // bit #15: bit value typedef
41 #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