Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dhash_composite_inc.h52 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN()
68 self->params, one_shot, input_size); in FN()
76 FN_A(Prepare)(self->ha, one_shot, input_size, data); in FN()
77 FN_B(Prepare)(self->hb, one_shot, input_size, data); in FN()
81 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
84 FN_A(HashMemAllocInBytes)(params, one_shot, input_size) + in FN()
85 FN_B(HashMemAllocInBytes)(params, one_shot, input_size); in FN()
Dhash_rolling_inc.h82 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN()
93 BROTLI_UNUSED(one_shot); in FN()
97 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
101 BROTLI_UNUSED(one_shot); in FN()
Dhash_longest_match_quickly_inc.h51 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN()
56 if (one_shot && input_size <= partial_prepare_threshold) { in FN()
72 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
75 BROTLI_UNUSED(one_shot); in FN()
Dhash.h412 BROTLI_BOOL one_shot, const size_t input_size) { in HasherSize() argument
417 result += HashMemAllocInBytesH ## N(params, one_shot, input_size); \ in HasherSize()
432 BROTLI_BOOL one_shot = (position == 0 && is_last); in HasherSetup() local
436 alloc_size = HasherSize(params, one_shot, input_size); in HasherSetup()
461 PrepareH ## N(self, one_shot, input_size, data); \ in HasherSetup()
Dhash_longest_match64_inc.h78 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN()
84 if (one_shot && input_size <= partial_prepare_threshold) { in FN()
97 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
101 BROTLI_UNUSED(one_shot); in FN()
Dhash_forgetful_chain_inc.h67 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN()
72 if (one_shot && input_size <= partial_prepare_threshold) { in FN()
92 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
95 BROTLI_UNUSED(one_shot); in FN()
Dhash_longest_match_inc.h73 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN()
79 if (one_shot && input_size <= partial_prepare_threshold) { in FN()
91 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
95 BROTLI_UNUSED(one_shot); in FN()
Dhash_to_binary_tree_inc.h72 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN()
78 BROTLI_UNUSED(one_shot); in FN()
86 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN()
89 if (one_shot && input_size < num_nodes) { in FN()