Searched refs:is_match_found (Results 1 - 6 of 6) sorted by relevance

/external/brotli/enc/
H A Dhash_longest_match_quickly_inc.h142 BROTLI_BOOL is_match_found = BROTLI_FALSE; local
161 is_match_found = BROTLI_TRUE;
215 is_match_found = BROTLI_TRUE;
220 if (USE_DICTIONARY && !is_match_found) {
221 is_match_found = SearchInStaticDictionary(dictionary, dictionary_hash,
226 return is_match_found;
H A Dbackward_references_inc.h52 BROTLI_BOOL is_match_found; local
60 is_match_found = FN(FindLongestMatch)(hasher, dictionary,
63 if (is_match_found && sr2.score >= sr.score + cost_diff_lazy) {
H A Dhash_forgetful_chain_inc.h164 BROTLI_BOOL is_match_found = BROTLI_FALSE; local
197 is_match_found = BROTLI_TRUE;
237 is_match_found = BROTLI_TRUE;
244 if (!is_match_found) {
245 is_match_found = SearchInStaticDictionary(dictionary, dictionary_hash,
249 return is_match_found;
H A Dhash_longest_match64_inc.h171 BROTLI_BOOL is_match_found = BROTLI_FALSE; local
212 is_match_found = BROTLI_TRUE;
253 is_match_found = BROTLI_TRUE;
261 if (!is_match_found) {
262 is_match_found = SearchInStaticDictionary(dictionary, dictionary_hash,
266 return is_match_found;
H A Dhash_longest_match_inc.h164 BROTLI_BOOL is_match_found = BROTLI_FALSE; local
205 is_match_found = BROTLI_TRUE;
245 is_match_found = BROTLI_TRUE;
253 if (!is_match_found) {
254 is_match_found = SearchInStaticDictionary(dictionary, dictionary_hash,
258 return is_match_found;
H A Dhash.h193 BROTLI_BOOL is_match_found = BROTLI_FALSE; local
207 is_match_found = BROTLI_TRUE;
211 return is_match_found;

Completed in 553 milliseconds