Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dtoken_enc.c103 static WEBP_INLINE void AddConstantToken(VP8TBuffer* const b, in AddConstantToken() function
145 AddConstantToken(tokens, v == 6, 159); in VP8RecordCoeffTokens()
147 AddConstantToken(tokens, v >= 9, 165); in VP8RecordCoeffTokens()
148 AddConstantToken(tokens, !(v & 1), 145); in VP8RecordCoeffTokens()
180 AddConstantToken(tokens, !!(residue & mask), *tab++); in VP8RecordCoeffTokens()
187 AddConstantToken(tokens, sign, 128); in VP8RecordCoeffTokens()