Home | History | Annotate | Download | only in src

Lines Matching refs:equiv_rate

774          opus_int32 equiv_rate;
775 equiv_rate = st->bitrate_bps;
777 equiv_rate -= 60*(Fs/frame_size - 50)*st->layout.nb_channels;
778 if (equiv_rate > 10000*st->layout.nb_channels)
780 else if (equiv_rate > 7000*st->layout.nb_channels)
782 else if (equiv_rate > 5000*st->layout.nb_channels)