Lines Matching refs:channels_out
618 cfg->channels_out = (gfp->mode == MONO) ? 1 : 2;
654 gfp->brate = gfp->samplerate_out * 16 * cfg->channels_out / (1.e3 * gfp->compression_ratio);
797 gfp->compression_ratio = gfp->samplerate_out * 16 * cfg->channels_out / (1.e3 * gfp->brate);
801 gfp->samplerate_out * 16 * cfg->channels_out / (1.e3 * gfp->VBR_mean_bitrate_kbps);
852 cfg->samplerate_out * 16 * cfg->channels_out / (1.e3 * gfp->VBR_mean_bitrate_kbps);
855 gfp->compression_ratio = cfg->samplerate_out * 16 * cfg->channels_out / (1.e3 * gfp->brate);
964 cfg->sideinfo_len = (cfg->channels_out == 1) ? 4 + 17 : 4 + 32;
966 cfg->sideinfo_len = (cfg->channels_out == 1) ? 4 + 9 : 4 + 17;
975 gfc->sv_enc.pefirbuf[k] = 700 * cfg->mode_gr * cfg->channels_out;
1251 if (cfg->channels_in == 2 && cfg->channels_out == 1) {
1387 if (cfg->channels_in == 2 && cfg->channels_out == 1 /* mono */ ) {
1491 MSGF(gfc, "\t%d channel - %s\n", cfg->channels_out, pc);
1755 cfg->channels_out) == GAIN_ANALYSIS_ERROR)
1763 if (cfg->channels_out == 2)
1803 for (ch = 0; ch < cfg->channels_out; ch++)