Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dcommand.h32 static BROTLI_INLINE uint16_t GetInsertLengthCode(size_t insertlen) { in GetInsertLengthCode() function
86 uint16_t inscode = GetInsertLengthCode(insertlen); in GetLengthCode()
Dbackward_references_hq.c438 const uint16_t inscode = GetInsertLengthCode(pos - start); in UpdateNodes()
Dbrotli_bit_stream.c88 uint16_t inscode = GetInsertLengthCode(cmd->insert_len_); in StoreCommandExtra()