HomeSort by: relevance | last modified time | path
    Searched refs:rc_update_0 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_decoder.c 39 rc_update_0(ld.choice); \
47 rc_update_0(ld.choice2); \
74 rc_update_0(ld.choice); \
81 rc_update_0(ld.choice2); \
359 rc_update_0(coder->is_match[state][pos_state]);
411 rc_update_0(coder->is_rep[state]);
555 rc_update_0(coder->is_rep0[state]);
567 rc_update_0(coder->is_rep0_long[
591 rc_update_0(coder->is_rep1[state]);
602 rc_update_0(coder->is_rep2
    [all...]
  /src/external/public-domain/xz/dist/src/liblzma/rangecoder/
range_decoder.h 171 /// Start decoding a bit. This must be used together with rc_update_0()
175 /// rc_update_0(prob);
199 #define rc_update_0(prob) \ macro
224 rc_update_0(prob); \
236 rc_update_0(prob); \
514 // The values in t0 and t1 are needed for rc_update_0(prob) and
515 // rc_update_1(prob). If the bit is 0, rc_update_0(prob)...

Completed in 22 milliseconds