Searched refs:oldLogE (Results 1 – 2 of 2) sorted by relevance
/external/libopus/celt/ |
D | celt_decoder.c | 472 opus_val16 *oldBandE, *oldLogE, *oldLogE2, *backgroundLogE; in celt_decode_lost() local 493 oldLogE = oldBandE + 2*nbEBands; in celt_decode_lost() 494 oldLogE2 = oldLogE + 2*nbEBands; in celt_decode_lost() 805 opus_val16 *oldBandE, *oldLogE, *oldLogE2, *backgroundLogE; local 846 oldLogE = oldBandE + 2*nbEBands; 847 oldLogE2 = oldLogE + 2*nbEBands; 1066 start, end, oldBandE, oldLogE, oldLogE2, pulses, st->rng, st->arch); 1109 OPUS_COPY(oldLogE2, oldLogE, 2*nbEBands); 1110 OPUS_COPY(oldLogE, oldBandE, 2*nbEBands); 1122 oldLogE[i] = MIN16(oldLogE[i], oldBandE[i]); [all …]
|
D | celt_encoder.c | 1369 opus_val16 *oldBandE, *oldLogE, *oldLogE2, *energyError; in celt_encode_with_ec() local 1448 oldLogE = oldBandE + CC*nbEBands; in celt_encode_with_ec() 1449 oldLogE2 = oldLogE + CC*nbEBands; in celt_encode_with_ec() 2173 start, end, oldBandE, oldLogE, oldLogE2, pulses, st->rng); in celt_encode_with_ec() 2225 OPUS_COPY(oldLogE2, oldLogE, CC*nbEBands); in celt_encode_with_ec() 2226 OPUS_COPY(oldLogE, oldBandE, CC*nbEBands); in celt_encode_with_ec() 2229 oldLogE[i] = MIN16(oldLogE[i], oldBandE[i]); in celt_encode_with_ec() 2237 oldLogE[c*nbEBands+i]=oldLogE2[c*nbEBands+i]=-QCONST16(28.f,DB_SHIFT); in celt_encode_with_ec() 2242 oldLogE[c*nbEBands+i]=oldLogE2[c*nbEBands+i]=-QCONST16(28.f,DB_SHIFT); in celt_encode_with_ec() 2453 opus_val16 *oldBandE, *oldLogE, *oldLogE2; in opus_custom_encoder_ctl() local [all …]
|