Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c892 int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc) in dynalloc_analysis() argument
920 if (effectiveBytes > 50 && LM>=1 && !lfe) in dynalloc_analysis()
989 && (tot_boost+boost_bits)>>BITRES>>3 > effectiveBytes/4) in dynalloc_analysis()
991 opus_int32 cap = ((effectiveBytes/4)<<BITRES<<3); in dynalloc_analysis()
1283 int effectiveBytes; in celt_encode_with_ec() local
1390 effectiveBytes = vbr_rate>>(3+BITRES); in celt_encode_with_ec()
1400 effectiveBytes = nbCompressedBytes; in celt_encode_with_ec()
1466 effectiveBytes=nbCompressedBytes=IMIN(nbCompressedBytes, nbFilledBytes+2); in celt_encode_with_ec()
1693 if (effectiveBytes>=15*C && st->start==0 && st->complexity>=2 && !st->lfe) in celt_encode_with_ec()
1696 if (effectiveBytes<40) in celt_encode_with_ec()
[all …]