Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dcommand.h138 static BROTLI_INLINE void InitInsertCommand(Command* self, size_t insertlen) { in InitInsertCommand() function
Dencode.c1084 InitInsertCommand(&s->commands_[s->num_commands_++], s->last_insert_len_); in EncodeData()
1278 InitInsertCommand(&commands[num_commands++], last_insert_len); in BrotliCompressBufferQuality10()