Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dtoken.c101 static WEBP_INLINE void AddConstantToken(VP8TBuffer* const b, in AddConstantToken() function
137 AddConstantToken(tokens, v == 6, 159); in VP8RecordCoeffTokens()
139 AddConstantToken(tokens, v >= 9, 165); in VP8RecordCoeffTokens()
140 AddConstantToken(tokens, !(v & 1), 145); in VP8RecordCoeffTokens()
171 AddConstantToken(tokens, !!(v & mask), *tab++); in VP8RecordCoeffTokens()
177 AddConstantToken(tokens, sign, 128); in VP8RecordCoeffTokens()
/external/chromium_org/third_party/libwebp/enc/
Dtoken.c101 static WEBP_INLINE void AddConstantToken(VP8TBuffer* const b, in AddConstantToken() function
137 AddConstantToken(tokens, v == 6, 159); in VP8RecordCoeffTokens()
139 AddConstantToken(tokens, v >= 9, 165); in VP8RecordCoeffTokens()
140 AddConstantToken(tokens, !(v & 1), 145); in VP8RecordCoeffTokens()
171 AddConstantToken(tokens, !!(v & mask), *tab++); in VP8RecordCoeffTokens()
177 AddConstantToken(tokens, sign, 128); in VP8RecordCoeffTokens()