Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/brotli/dec/
H A Ddecode.c2052 uint8_t dict_id2; in ProcessCommandsInternal() local
2055 for (dict_id2 = 0; dict_id2 < s->dictionary->num_dictionaries; in ProcessCommandsInternal()
2056 dict_id2++) { in ProcessCommandsInternal()
2057 const BrotliDictionary* words2 = s->dictionary->words[dict_id2]; in ProcessCommandsInternal()
2058 if (dict_id2 != dict_id && words2->size_bits_by_length[i] != 0) { in ProcessCommandsInternal()
2060 s->dictionary->transforms[dict_id2]; in ProcessCommandsInternal()
2065 dict_id = dict_id2; in ProcessCommandsInternal()