Searched refs:use_last_distance (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/brotli/c/enc/ |
D | command.h | 63 uint16_t inscode, uint16_t copycode, BROTLI_BOOL use_last_distance) { in CombineLengthCodes() argument 66 if (use_last_distance && inscode < 8u && copycode < 16u) { in CombineLengthCodes() 84 BROTLI_BOOL use_last_distance, in GetLengthCode() argument 88 *code = CombineLengthCodes(inscode, copycode, use_last_distance); in GetLengthCode()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | command.h | 63 uint16_t inscode, uint16_t copycode, BROTLI_BOOL use_last_distance) { in CombineLengthCodes() argument 66 if (use_last_distance && inscode < 8u && copycode < 16u) { in CombineLengthCodes() 84 BROTLI_BOOL use_last_distance, in GetLengthCode() argument 88 *code = CombineLengthCodes(inscode, copycode, use_last_distance); in GetLengthCode()
|