Home | History | Annotate | Download | only in celt

Lines Matching refs:logp

291    int logp;
297 logp = isTransient ? 2 : 4;
298 tf_select_rsv = LM>0 && tell+logp+1<=budget;
303 if (tell+logp<=budget)
305 curr ^= ec_dec_bit_logp(dec, logp);
310 logp = isTransient ? 4 : 5;