Home
last modified time | relevance | path

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

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