Home
last modified time | relevance | path

Searched refs:BCJ2_STREAM_CALL (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/C/
DBcj2.h16 BCJ2_STREAM_CALL, enumerator
40 #define BCJ2_IS_32BIT_STREAM(s) ((unsigned)((unsigned)(s) - (unsigned)BCJ2_STREAM_CALL) < 2)
DBcj2.c242 const unsigned cj = (((v + 0x57) >> 6) & 1) + BCJ2_STREAM_CALL; in Bcj2Dec_Decode()
DBcj2Enc.c335 const unsigned cj = (((v + 0x57) >> 6) & 1) + BCJ2_STREAM_CALL; in Bcj2Enc_Encode_2()