Field Summary |
|
final public static int | FIRST_BYPASS_PASS_IDX The index of the first "raw" pass, if bypass mode is on. |
final public static int | MAX_CB_AREA The maximum code-block area (width x height). |
final public static int | MAX_CB_DIM The maximum code-block dimension. |
final public static int | MIN_CB_DIM The minimum code-block dimension. |
final public static int | NUM_EMPTY_PASSES_IN_MS_BP The number of empty passes in the most significant bit-plane. |
final public static int | NUM_NON_BYPASS_MS_BP The number of most significant bit-planes where bypass mode is not to
be used, even if bypass mode is on: 4. |
final public static int | NUM_PASSES The number of coding passes per bit-plane. |
final public static int | OPT_BYPASS The flag bit to indicate that selective arithmetic coding bypass
should be used. |
final public static int | OPT_PRED_TERM The flag bit to indicate that error resilience info is embedded on MQ
termination. |
final public static int | OPT_RESET_MQ The flag bit to indicate that the MQ states for all contexts should be
reset at the end of each non-bypass coding pass. |
final public static int | OPT_SEG_SYMBOLS The flag bit to indicate that a segmentation marker is to be
inserted at the end of each normalization coding pass. |
final public static int | OPT_TERM_PASS The flag bit to indicate that regular termination should be used. |
final public static int | OPT_VERT_STR_CAUSAL The flag bit to indicate the vertically stripe-causal context
formation should be used. |
final public static int | STRIPE_HEIGHT The stripe height. |