Home | History | Annotate | Download | only in pending

Lines Matching defs:STATES

1004  * Maximum number of position states. A position state is the lowest pb
1006 * are different sets of probabilities for different position states.
1038 /* Total number of states */
1039 #define STATES 12
1041 /* The lowest 7 states indicate that the previous state was a literal. */
1321 uint16_t is_match[STATES][POS_STATES_MAX];
1324 uint16_t is_rep[STATES];
1330 uint16_t is_rep0[STATES];
1336 uint16_t is_rep1[STATES];
1339 uint16_t is_rep2[STATES];
1345 uint16_t is_rep0_long[STATES][POS_STATES_MAX];