Searched refs:copy_length (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dhash.h120 size_t copy_length, size_t backward_reference_offset) {
121 return BROTLI_SCORE_BASE + BROTLI_LITERAL_BYTE_SCORE * (score_t)copy_length -
126 size_t copy_length) {
127 return BROTLI_LITERAL_BYTE_SCORE * (score_t)copy_length +
119 BackwardReferenceScore(size_t copy_length,size_t backward_reference_offset) argument
125 BackwardReferenceScoreUsingLastDistance(size_t copy_length) argument
H A Dbackward_references_hq.c583 size_t copy_length = ZopfliNodeCopyLength(next); local in function:BrotliZopfliCreateCommands
600 copy_length, (int)len_code - (int)copy_length, dist_code);
611 pos += copy_length;
/xsrc/external/mit/brotli/dist/c/dec/
H A Dstate.h296 int copy_length; member in struct:BrotliDecoderStateStruct
H A Ddecode.c1670 uint32_t copy_length; local in function:ReadCommandInternal
1690 copy_length = BrotliReadBits24(br, v.copy_len_extra_bits);
1693 !SafeReadBits(br, v.copy_len_extra_bits, &copy_length)) {
1698 s->copy_length = (int)copy_length + v.copy_len_offset;
1778 pos, i, s->copy_length));
1893 i = s->copy_length;

Completed in 9 milliseconds