Lines Matching defs:gdl
425 PsyConst_CB2SB_t const *const gdl = &gfc->cd_psy->l;
428 convert_partition2scalefac(gdl, eb, thr, enn, thm);
597 PsyConst_CB2SB_t const *const gdl = &gfc->cd_psy->l;
608 assert((gdl->numlines[b] + gdl->numlines[b + 1] - 1) > 0);
610 / (a * (gdl->numlines[b] + gdl->numlines[b + 1] - 1));
620 for (b = 1; b < gdl->npart - 1; b++) {
629 assert((gdl->numlines[b - 1] + gdl->numlines[b] + gdl->numlines[b + 1] - 1) > 0);
631 / (a * (gdl->numlines[b - 1] + gdl->numlines[b] + gdl->numlines[b + 1] - 1));
642 assert(b == gdl->npart - 1);
650 assert((gdl->numlines[b - 1] + gdl->numlines[b] - 1) > 0);
652 / (a * (gdl->numlines[b - 1] + gdl->numlines[b] - 1));
661 assert(b == (gdl->npart - 1));
1149 PsyConst_CB2SB_t const *const gdl = &gfc->cd_psy->l;
1157 calc_energy(gdl, fftenergy, eb_l, max, avg);
1165 for (b = 0; b < gdl->npart; b++) {
1167 FLOAT const masking_lower = gdl->masking_lower[b] * gfc->sv_qnt.masking_lower;
1169 int kk = gdl->s3ind[b][0];
1170 int const last = gdl->s3ind[b][1];
1176 ecb = gdl->s3[k] * eb_l[kk] * tab[mask_idx_l[kk]];
1181 x = gdl->s3[k] * eb_l[kk] * tab[mask_idx_l[kk]];
1251 x *= gdl->minval[b];
1417 PsyConst_CB2SB_t const *const gdl = &gfc->cd_psy->l;
1470 vbrpsy_compute_MS_thresholds(const_eb, thr, gdl->mld_cb, gfc->ATH->cb_l,
1471 ath_factor, cfg->msfix, gdl->npart);