Lines Matching refs:oldLogE
1430 opus_val16 *oldBandE, *oldLogE, *oldLogE2, *energyError; in celt_encode_with_ec() local
1510 oldLogE = oldBandE + CC*nbEBands; in celt_encode_with_ec()
1511 oldLogE2 = oldLogE + CC*nbEBands; in celt_encode_with_ec()
2243 start, end, oldBandE, oldLogE, oldLogE2, pulses, st->rng); in celt_encode_with_ec()
2295 OPUS_COPY(oldLogE2, oldLogE, CC*nbEBands); in celt_encode_with_ec()
2296 OPUS_COPY(oldLogE, oldBandE, CC*nbEBands); in celt_encode_with_ec()
2299 oldLogE[i] = MIN16(oldLogE[i], oldBandE[i]); in celt_encode_with_ec()
2307 oldLogE[c*nbEBands+i]=oldLogE2[c*nbEBands+i]=-QCONST16(28.f,DB_SHIFT); in celt_encode_with_ec()
2312 oldLogE[c*nbEBands+i]=oldLogE2[c*nbEBands+i]=-QCONST16(28.f,DB_SHIFT); in celt_encode_with_ec()
2523 opus_val16 *oldBandE, *oldLogE, *oldLogE2; in opus_custom_encoder_ctl() local
2525 oldLogE = oldBandE + st->channels*st->mode->nbEBands; in opus_custom_encoder_ctl()
2526 oldLogE2 = oldLogE + st->channels*st->mode->nbEBands; in opus_custom_encoder_ctl()
2531 oldLogE[i]=oldLogE2[i]=-QCONST16(28.f,DB_SHIFT); in opus_custom_encoder_ctl()