Lines Matching defs:BCJ2_STREAM_MAIN
15 BCJ2_STREAM_MAIN,
68 (dest) is allowed to overlap with bufs[BCJ2_STREAM_MAIN], with the following conditions:
69 bufs[BCJ2_STREAM_MAIN] >= dest &&
70 bufs[BCJ2_STREAM_MAIN] - dest >=
73 reserve = bufs[BCJ2_STREAM_MAIN] - dest -
100 unsigned state; /* BCJ2_STREAM_MAIN has more priority than BCJ2_STATE_ORIG */
137 /* (state == BCJ2_STREAM_MAIN) means that decoder is ready for
138 additional input data in BCJ2_STREAM_MAIN stream.
139 Note that (state == BCJ2_STREAM_MAIN) is allowed for non-finished decoding.
141 #define Bcj2Dec_IsMaybeFinished_state_MAIN(_p_) ((_p_)->state == BCJ2_STREAM_MAIN)