Searched refs:oldLogE (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 525 oldLogE = oldBandE + 2*nbEBands; in celt_decode_lost() 526 oldLogE2 = oldLogE + 2*nbEBands; in celt_decode_lost() 836 opus_val16 *oldBandE, *oldLogE, *oldLogE2, *backgroundLogE; local 878 oldLogE = oldBandE + 2*nbEBands; 879 oldLogE2 = oldLogE + 2*nbEBands; 1098 start, end, oldBandE, oldLogE, oldLogE2, pulses, st->rng, st->arch); 1141 OPUS_COPY(oldLogE2, oldLogE, 2*nbEBands); 1142 OPUS_COPY(oldLogE, oldBandE, 2*nbEBands); 1154 oldLogE[i] = MIN16(oldLogE[i], oldBandE[i]); [all …]
|
D | celt_encoder.c | 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 [all …]
|