Searched refs:PrepareDistanceCache (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dhash_composite_inc.h103 static BROTLI_INLINE void FN(PrepareDistanceCache)(
105 FN_A(PrepareDistanceCache)(&self->ha, distance_cache);
106 FN_B(PrepareDistanceCache)(&self->hb, distance_cache);
H A Dbackward_references_inc.h38 FN(PrepareDistanceCache)(privat, dist_cache); local in function:EXPORT_FN
100 FN(PrepareDistanceCache)(privat, dist_cache); local in function:EXPORT_FN
H A Dhash_forgetful_chain_inc.h173 static BROTLI_INLINE void FN(PrepareDistanceCache)(
177 PrepareDistanceCache(distance_cache, NUM_LAST_DISTANCES_TO_CHECK);
183 REQUIRES: FN(PrepareDistanceCache) must be invoked for current distance cache
185 cache values, it is enough to invoke FN(PrepareDistanceCache) once.
H A Dhash_longest_match64_inc.h145 static BROTLI_INLINE void FN(PrepareDistanceCache)(
148 PrepareDistanceCache(distance_cache, self->num_last_distances_to_check_);
154 REQUIRES: FN(PrepareDistanceCache) must be invoked for current distance cache
156 cache values, it is enough to invoke FN(PrepareDistanceCache) once.
H A Dhash_longest_match_inc.h141 static BROTLI_INLINE void FN(PrepareDistanceCache)(
144 PrepareDistanceCache(distance_cache, self->num_last_distances_to_check_);
150 REQUIRES: FN(PrepareDistanceCache) must be invoked for current distance cache
152 cache values, it is enough to invoke FN(PrepareDistanceCache) once.
H A Dhash_rolling_inc.h143 static BROTLI_INLINE void FN(PrepareDistanceCache)(
H A Dhash_longest_match_quickly_inc.h132 static BROTLI_INLINE void FN(PrepareDistanceCache)(
H A Dhash.h76 static BROTLI_INLINE void PrepareDistanceCache( function in typeref:typename:BROTLI_INLINE void

Completed in 6 milliseconds