Searched refs:T1_SIGMA_THIS (Results 1 – 2 of 2) sorted by relevance
348 if ((flags & ((T1_SIGMA_THIS | T1_PI_THIS) << (ci * 3U))) == 0U && in opj_t1_enc_sigpass_step()402 if ((flags & ((T1_SIGMA_THIS | T1_PI_THIS) << (ci * 3U))) == 0U && in opj_t1_dec_sigpass_step_raw()417 if ((flags & ((T1_SIGMA_THIS | T1_PI_THIS) << (ci * 3U))) == 0U && \734 if ((shift_flags & (T1_SIGMA_THIS | T1_PI_THIS)) == T1_SIGMA_THIS) { in opj_t1_enc_refpass_step()764 if ((*flagsp & ((T1_SIGMA_THIS | T1_PI_THIS) << (ci * 3U))) == in opj_t1_dec_refpass_step_raw()765 (T1_SIGMA_THIS << (ci * 3U))) { in opj_t1_dec_refpass_step_raw()775 if ((flags & ((T1_SIGMA_THIS | T1_PI_THIS) << (ci * 3U))) == \776 (T1_SIGMA_THIS << (ci * 3U))) { \1076 if (!(flags & ((T1_SIGMA_THIS | T1_PI_THIS) << (ci * 3U)))) { in opj_t1_enc_clnpass_step()1120 if ( !check_flags || !(flags & ((T1_SIGMA_THIS | T1_PI_THIS) << (ci * 3U)))) {\
153 #define T1_SIGMA_THIS T1_SIGMA_4 macro