Searched refs:T1_PI_1 (Results 1 – 2 of 2) sorted by relevance
828 if ((*f & (T1_PI_0 | T1_PI_1 | T1_PI_2 | T1_PI_3)) == in opj_t1_enc_refpass()829 (T1_PI_0 | T1_PI_1 | T1_PI_2 | T1_PI_3)) { in opj_t1_enc_refpass()1050 T1_PI_0 | T1_PI_1 | T1_PI_2 | T1_PI_3); in opj_t1_enc_clnpass_step()1054 *flagsp &= ~(T1_PI_0 | T1_PI_1 | T1_PI_2 | T1_PI_3); in opj_t1_enc_clnpass_step()1056 *flagsp &= ~(T1_PI_1 | T1_PI_2 | T1_PI_3); in opj_t1_enc_clnpass_step()1319 *flagsp = flags & ~(T1_PI_0 | T1_PI_1 | T1_PI_2 | T1_PI_3); \1328 *flagsp &= ~(T1_PI_0 | T1_PI_1 | T1_PI_2 | T1_PI_3); \1498 *p++ = (T1_PI_0 | T1_PI_1 | T1_PI_2 | T1_PI_3); in opj_t1_allocate_buffers()1504 *p++ = (T1_PI_0 | T1_PI_1 | T1_PI_2 | T1_PI_3); in opj_t1_allocate_buffers()1511 v |= T1_PI_1 | T1_PI_2 | T1_PI_3; in opj_t1_allocate_buffers()
119 #define T1_PI_1 (1U << 24) macro