OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_rep1
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_encoder_private.h
125
probability
is_rep1
[STATES];
member in struct:lzma_lzma1_encoder_s
lzma_decoder.c
121
/// Otherwise check
is_rep1
.
126
probability
is_rep1
[STATES];
member in struct:__anon398
589
rc_if_0(coder->
is_rep1
[state]) {
591
rc_update_0(coder->
is_rep1
[state]);
598
rc_update_1(coder->
is_rep1
[state]);
924
rc_if_0_safe(coder->
is_rep1
[state], SEQ_IS_REP1) {
925
rc_update_0(coder->
is_rep1
[state]);
932
rc_update_1(coder->
is_rep1
[state]);
1072
bit_reset(coder->
is_rep1
[i]);
lzma_encoder.c
202
rc_bit(&coder->rc, &coder->
is_rep1
[coder->state], 0);
204
rc_bit(&coder->rc, &coder->
is_rep1
[coder->state], 1);
558
bit_reset(coder->
is_rep1
[i]);
lzma_encoder_optimum_normal.c
88
price += rc_bit_0_price(coder->
is_rep1
[state]);
90
price += rc_bit_1_price(coder->
is_rep1
[state]);
Completed in 65 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026