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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbackward_references_hq.c66 const uint32_t short_code = self->dcode_insert_length >> 27; local in function:ZopfliNodeDistanceCode
67 return short_code == 0 ?
69 short_code - 1;
250 size_t short_code, float cost) {
255 (short_code << 27) | (pos - start_pos));
248 UpdateZopfliNode(ZopfliNode * nodes,size_t pos,size_t start_pos,size_t len,size_t len_code,size_t dist,size_t short_code,float cost) argument

Completed in 103 milliseconds