Searched refs:BCJ2_STREAM_JUMP (Results 1 – 3 of 3) sorted by relevance
17 BCJ2_STREAM_JUMP, enumerator39 #define BCJ2_IS_32BIT_STREAM(s) ((s) == BCJ2_STREAM_CALL || (s) == BCJ2_STREAM_JUMP)
214 unsigned cj = (p->temp[3] == 0xE8) ? BCJ2_STREAM_CALL : BCJ2_STREAM_JUMP; in Bcj2Dec_Decode()
215 unsigned cj = (b == 0xE8) ? BCJ2_STREAM_CALL : BCJ2_STREAM_JUMP; in Bcj2Enc_Encode_2()