Home
last modified time | relevance | path

Searched refs:oldLogE (Results 1 – 2 of 2) sorted by relevance

/external/libopus/celt/
Dcelt_decoder.c422 opus_val16 *oldBandE, *oldLogE, *oldLogE2, *backgroundLogE; in celt_decode_lost() local
443 oldLogE = oldBandE + 2*nbEBands; in celt_decode_lost()
444 oldLogE2 = oldLogE + 2*nbEBands; in celt_decode_lost()
734 opus_val16 *oldBandE, *oldLogE, *oldLogE2, *backgroundLogE; local
775 oldLogE = oldBandE + 2*nbEBands;
776 oldLogE2 = oldLogE + 2*nbEBands;
994 start, end, oldBandE, oldLogE, oldLogE2, pulses, st->rng, st->arch);
1037 OPUS_COPY(oldLogE2, oldLogE, 2*nbEBands);
1038 OPUS_COPY(oldLogE, oldBandE, 2*nbEBands);
1050 oldLogE[i] = MIN16(oldLogE[i], oldBandE[i]);
[all …]
Dcelt_encoder.c1334 opus_val16 *oldBandE, *oldLogE, *oldLogE2; in celt_encode_with_ec() local
1410 oldLogE = oldBandE + CC*nbEBands; in celt_encode_with_ec()
1411 oldLogE2 = oldLogE + CC*nbEBands; in celt_encode_with_ec()
2067 start, end, oldBandE, oldLogE, oldLogE2, pulses, st->rng); in celt_encode_with_ec()
2119 OPUS_COPY(oldLogE2, oldLogE, CC*nbEBands); in celt_encode_with_ec()
2120 OPUS_COPY(oldLogE, oldBandE, CC*nbEBands); in celt_encode_with_ec()
2123 oldLogE[i] = MIN16(oldLogE[i], oldBandE[i]); in celt_encode_with_ec()
2131 oldLogE[c*nbEBands+i]=oldLogE2[c*nbEBands+i]=-QCONST16(28.f,DB_SHIFT); in celt_encode_with_ec()
2136 oldLogE[c*nbEBands+i]=oldLogE2[c*nbEBands+i]=-QCONST16(28.f,DB_SHIFT); in celt_encode_with_ec()
2333 opus_val16 *oldBandE, *oldLogE, *oldLogE2; in opus_custom_encoder_ctl() local
[all …]