Lines Matching refs:thm
411 FLOAT enn[SBMAX_s], thm[SBMAX_s];
413 convert_partition2scalefac(gds, eb, thr, enn, thm);
416 psv->thm[chn].s[sb][sblock] = thm[sb];
427 FLOAT *thm = &psv->thm[chn].l[0];
428 convert_partition2scalefac(gdl, eb, thr, enn, thm);
437 FLOAT enn[SBMAX_s], thm[SBMAX_s];
439 convert_partition2scalefac(gds, eb, thr, enn, thm);
443 FLOAT const tmp_thm = thm[sb] * scale;
446 psv->thm[chn].s[sb][sblock] = tmp_thm;
492 FLOAT const thm = mr->thm.s[sb][sblock];
494 if (thm > 0.0f) {
495 FLOAT const x = thm * masking_lower;
545 FLOAT const thm = mr->thm.l[sb];
547 if (thm > 0.0f) {
548 FLOAT const x = thm * masking_lower;
807 masking_ratio[gr_out][chn].thm = psv->thm[chn];
812 masking_MS_ratio[gr_out][chn].thm = psv->thm[chn + 2];
1451 memcpy(&last_thm[0], &psv->thm[0], sizeof(last_thm));
1517 thmm = psv->thm[chn].s[sb][sblock];
1560 psv->thm[chn].s[sb][sblock] = new_thmm[sblock];
1917 psv->thm[i].l[sb] = 1e20;
1922 psv->thm[i].s[sb][j] = 1e20;