Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dbackward_references_inc.h22 const size_t store_end = num_bytes >= FN(StoreLookahead)() ? in EXPORT_FN()
23 position + num_bytes - FN(StoreLookahead)() + 1 : position; in EXPORT_FN()
130 BROTLI_MAX(size_t, FN(StoreLookahead)() - 1, 4); in EXPORT_FN()
139 BROTLI_MAX(size_t, FN(StoreLookahead)() - 1, 2); in EXPORT_FN()
Dhash_composite_inc.h24 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { in FN() argument
25 size_t a = FN_A(StoreLookahead)(); in FN()
26 size_t b = FN_B(StoreLookahead)(); in FN()
Dhash_rolling_inc.h24 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } in FN() argument
Dhash_longest_match_quickly_inc.h19 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 8; } in FN() argument
Dhash_longest_match64_inc.h20 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 8; } in FN() argument
Dhash_forgetful_chain_inc.h28 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } in FN() argument
Dhash_longest_match_inc.h20 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } in FN() argument
Dhash_to_binary_tree_inc.h23 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { in FN() argument