Lines Matching refs:effectiveBytes
892 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()
1698 else if (effectiveBytes<60) in celt_encode_with_ec()
1700 else if (effectiveBytes<100) in celt_encode_with_ec()
1765 eBands, LM, effectiveBytes, &tot_boost, st->lfe, surround_dynalloc); in celt_encode_with_ec()
1768 offsets[0] = IMIN(8, effectiveBytes/3); in celt_encode_with_ec()