Searched refs:BCJ2_IS_32BIT_STREAM (Results 1 – 4 of 4) sorted by relevance
417 while (totalRead < 4 && BCJ2_IS_32BIT_STREAM(dec.state)); in Code()427 if (BCJ2_IS_32BIT_STREAM(dec.state)) in Code()613 while (totalRead < 4 && BCJ2_IS_32BIT_STREAM(dec.state)); in Read()622 if (BCJ2_IS_32BIT_STREAM(dec.state)) in Read()
39 #define BCJ2_IS_32BIT_STREAM(s) ((s) == BCJ2_STREAM_CALL || (s) == BCJ2_STREAM_JUMP) macro
107 if (BCJ2_IS_32BIT_STREAM(p->state)) in Bcj2Dec_Decode()
82 if (BCJ2_IS_32BIT_STREAM(p->state)) in Bcj2Enc_Encode_2()