Home | History | Annotate | Download | only in celt

Lines Matching refs:logp

718    int logp;
723 logp = isTransient ? 2 : 4;
725 tf_select_rsv = LM>0 && tell+logp+1 <= budget;
730 if (tell+logp<=budget)
732 ec_enc_bit_logp(enc, tf_res[i] ^ curr, logp);
739 logp = isTransient ? 4 : 5;