Searched refs:ProcessRepeatedCodeLength (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/brotli/c/dec/ |
H A D | decode.c | 545 static BROTLI_INLINE void ProcessRepeatedCodeLength(uint32_t code_len, in ProcessRepeatedCodeLength() function 634 ProcessRepeatedCodeLength(code_len, repeat_delta, alphabet_size, in ReadSymbolCodeLengths() 681 ProcessRepeatedCodeLength(code_len, repeat_delta, alphabet_size, in SafeReadSymbolCodeLengths()
|
/aosp_15_r20/external/cronet/third_party/brotli/dec/ |
H A D | decode.c | 546 static BROTLI_INLINE void ProcessRepeatedCodeLength(uint32_t code_len, in ProcessRepeatedCodeLength() function 635 ProcessRepeatedCodeLength(code_len, repeat_delta, alphabet_size, in ReadSymbolCodeLengths() 682 ProcessRepeatedCodeLength(code_len, repeat_delta, alphabet_size, in SafeReadSymbolCodeLengths()
|