• Home
  • Raw
  • Download

Lines Matching refs:oldBandE

1430    opus_val16 *oldBandE, *oldLogE, *oldLogE2, *energyError;  in celt_encode_with_ec()  local
1509 oldBandE = (opus_val16*)(st->in_mem+CC*(overlap+COMBFILTER_MAXPERIOD)); in celt_encode_with_ec()
1510 oldLogE = oldBandE + CC*nbEBands; in celt_encode_with_ec()
1851 if (patch_transient_decision(bandLogE, oldBandE, nbEBands, start, end, C)) in celt_encode_with_ec()
1920 if (ABS32(SUB32(bandLogE[i+c*nbEBands], oldBandE[i+c*nbEBands])) < QCONST16(2.f, DB_SHIFT)) in celt_encode_with_ec()
1927 oldBandE, total_bits, error, enc, in celt_encode_with_ec()
2202 quant_fine_energy(mode, start, end, oldBandE, error, fine_quant, enc, C); in celt_encode_with_ec()
2219 …quant_energy_finalise(mode, start, end, oldBandE, error, fine_quant, fine_priority, nbCompressedBy… in celt_encode_with_ec()
2232 oldBandE[i] = -QCONST16(28.f,DB_SHIFT); in celt_encode_with_ec()
2243 start, end, oldBandE, oldLogE, oldLogE2, pulses, st->rng); in celt_encode_with_ec()
2254 celt_synthesis(mode, X, out_mem, oldBandE, start, effEnd, in celt_encode_with_ec()
2290 OPUS_COPY(&oldBandE[nbEBands], oldBandE, 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()
2306 oldBandE[c*nbEBands+i]=0; in celt_encode_with_ec()
2311 oldBandE[c*nbEBands+i]=0; in celt_encode_with_ec()
2523 opus_val16 *oldBandE, *oldLogE, *oldLogE2; in opus_custom_encoder_ctl() local
2524 oldBandE = (opus_val16*)(st->in_mem+st->channels*(st->mode->overlap+COMBFILTER_MAXPERIOD)); in opus_custom_encoder_ctl()
2525 oldLogE = oldBandE + st->channels*st->mode->nbEBands; in opus_custom_encoder_ctl()