Searched defs:distance_code (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/dec/ | ||
| H A D | prefix.h | 19 int8_t distance_code; member in struct:CmdLutElement |
| H A D | state.h | 297 int distance_code; member in struct:BrotliDecoderStateStruct |
| /xsrc/external/mit/brotli/dist/c/enc/ | ||
| H A D | prefix.h | 24 static BROTLI_INLINE void PrefixEncodeCopyDistance(size_t distance_code, argument |
| H A D | backward_references_inc.h | 93 size_t distance_code = ComputeDistanceCode( local in function:EXPORT_FN |
| H A D | command.h | 120 InitCommand(Command * self,const BrotliDistanceParams * dist,size_t insertlen,size_t copylen,int copylen_code_delta,size_t distance_code) argument |
| H A D | encode.c | 926 uint32_t distance_code = CommandRestoreDistanceCode(last_command, local in function:ExtendLastCommand |
Completed in 10 milliseconds