Searched refs:oldBandE (Results 1 – 2 of 2) sorted by relevance
/external/libopus/celt/ |
D | celt_decoder.c | 341 opus_val16 *oldBandE, *oldLogE, *oldLogE2, *backgroundLogE; in celt_decode_lost() local 363 oldBandE = lpc+C*LPC_ORDER; in celt_decode_lost() 364 oldLogE = oldBandE + 2*nbEBands; in celt_decode_lost() 400 oldBandE[c*nbEBands+i] -= decay; in celt_decode_lost() 402 plcLogE = oldBandE; in celt_decode_lost() 673 opus_val16 *oldBandE, *oldLogE, *oldLogE2, *backgroundLogE; local 712 oldBandE = lpc+CC*LPC_ORDER; 713 oldLogE = oldBandE + 2*nbEBands; 776 oldBandE[i]=MAX16(oldBandE[i],oldBandE[nbEBands+i]); 829 unquant_coarse_energy(mode, st->start, st->end, oldBandE, [all …]
|
D | celt_encoder.c | 1268 opus_val16 *oldBandE, *oldLogE, *oldLogE2; in celt_encode_with_ec() local 1339 oldBandE = (opus_val16*)(st->in_mem+CC*(st->overlap+COMBFILTER_MAXPERIOD)); in celt_encode_with_ec() 1340 oldLogE = oldBandE + CC*nbEBands; in celt_encode_with_ec() 1669 if (patch_transient_decision(bandLogE, oldBandE, nbEBands, st->end, C)) in celt_encode_with_ec() 1717 oldBandE, total_bits, error, enc, in celt_encode_with_ec() 1961 quant_fine_energy(mode, st->start, st->end, oldBandE, error, fine_quant, enc, C); in celt_encode_with_ec() 1977 …quant_energy_finalise(mode, st->start, st->end, oldBandE, error, fine_quant, fine_priority, nbComp… in celt_encode_with_ec() 1982 oldBandE[i] = -QCONST16(28.f,DB_SHIFT); in celt_encode_with_ec() 1993 st->start, st->end, oldBandE, oldLogE, oldLogE2, pulses, st->rng); in celt_encode_with_ec() 2002 denormalise_bands(mode, X, freq, oldBandE, st->start, effEnd, C, M); in celt_encode_with_ec() [all …]
|