Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c973 int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc, in dynalloc_analysis() argument
1037 if (effectiveBytes > 50 && LM>=1 && !lfe) in dynalloc_analysis()
1144 && (tot_boost+boost_bits)>>BITRES>>3 > 2*effectiveBytes/3) in dynalloc_analysis()
1146 opus_int32 cap = ((2*effectiveBytes/3)<<BITRES<<3); in dynalloc_analysis()
1446 int effectiveBytes; in celt_encode_with_ec() local
1562 effectiveBytes = vbr_rate>>(3+BITRES); in celt_encode_with_ec()
1572 effectiveBytes = nbCompressedBytes - nbFilledBytes; in celt_encode_with_ec()
1639 effectiveBytes=nbCompressedBytes=IMIN(nbCompressedBytes, nbFilledBytes+2); in celt_encode_with_ec()
1698 int allow_weak_transients = hybrid && effectiveBytes<15 && st->silk_info.signalType != 2; in celt_encode_with_ec()
1873 enable_tf_analysis = effectiveBytes>=15*C && !hybrid && st->complexity>=2 && !st->lfe; in celt_encode_with_ec()
[all …]