Searched refs:tp_flag (Results 1 – 4 of 4) sorted by relevance
15 for tp_flag in $3; do16 TP_COMPILER_FLAG([-W$tp_flag], [tp_warnings="$tp_warnings -W$tp_flag"])22 for tp_flag in $4; do23 TP_COMPILER_FLAG([-Wno-$tp_flag],24 [tp_warnings="$tp_warnings -Wno-$tp_flag"])31 TP_COMPILER_FLAG([-Wno-error=$tp_flag],32 [tp_error_flags="$tp_error_flags -Wno-error=$tp_flag"], [tp_werror=no])
483 char tp_flag; member
5956 parameters->tp_flag = 'C'; in opj_j2k_set_cinema_parameters()6361 cp->m_specific_param.m_enc.m_tp_flag = (OPJ_BYTE)parameters->tp_flag; in opj_j2k_setup_encoder()
686 parameters->tp_flag='C'; in CinemaProfileCompliance()