Searched refs:oldLogE2 (Results 1 – 2 of 2) sorted by relevance
/external/libopus/celt/ |
D | celt_decoder.c | 504 opus_val16 *oldBandE, *oldLogE, *oldLogE2, *backgroundLogE; in celt_decode_lost() local 526 oldLogE2 = oldLogE + 2*nbEBands; in celt_decode_lost() 527 backgroundLogE = oldLogE2 + 2*nbEBands; in celt_decode_lost() 836 opus_val16 *oldBandE, *oldLogE, *oldLogE2, *backgroundLogE; local 879 oldLogE2 = oldLogE + 2*nbEBands; 880 backgroundLogE = oldLogE2 + 2*nbEBands; 1098 start, end, oldBandE, oldLogE, oldLogE2, pulses, st->rng, st->arch); 1141 OPUS_COPY(oldLogE2, oldLogE, 2*nbEBands); 1161 oldLogE[c*nbEBands+i]=oldLogE2[c*nbEBands+i]=-QCONST16(28.f,DB_SHIFT); 1166 oldLogE[c*nbEBands+i]=oldLogE2[c*nbEBands+i]=-QCONST16(28.f,DB_SHIFT); [all …]
|
D | celt_encoder.c | 1430 opus_val16 *oldBandE, *oldLogE, *oldLogE2, *energyError; in celt_encode_with_ec() local 1511 oldLogE2 = oldLogE + CC*nbEBands; in celt_encode_with_ec() 1512 energyError = oldLogE2 + 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() 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 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()
|