OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RC_MOVE_BITS
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/rangecoder/
range_common.h
31
#define
RC_MOVE_BITS
5
range_decoder.h
58
// Negative RC_BIT_MODEL_TOTAL but the lowest
RC_MOVE_BITS
are flipped.
64
// prob -= (prob + tmp) >>
RC_MOVE_BITS
;
66
((UINT32_C(1) <<
RC_MOVE_BITS
) - 1 - RC_BIT_MODEL_TOTAL)
202
prob += (RC_BIT_MODEL_TOTAL - (prob)) >>
RC_MOVE_BITS
; \
203
/* prob -= ((prob) + RC_BIT_MODEL_OFFSET) >>
RC_MOVE_BITS
; */ \
213
prob -= (prob) >>
RC_MOVE_BITS
; \
415
*p -= (*p + rc_mask) >>
RC_MOVE_BITS
; \
545
// prob -= (prob + (bit ? 0 : RC_BIT_MODEL_OFFSET)) >>
RC_MOVE_BITS
;
669
[move_bits] "n"(
RC_MOVE_BITS
) \
829
[move_bits] "n"(
RC_MOVE_BITS
) \
[
all
...]
range_encoder.h
211
prob += (RC_BIT_MODEL_TOTAL - prob) >>
RC_MOVE_BITS
;
222
prob -= prob >>
RC_MOVE_BITS
;
Completed in 15 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026