Lines Matching refs:eb
361 convert_partition2scalefac(PsyConst_CB2SB_t const *const gd, FLOAT const *eb, FLOAT const *thr,
372 assert(eb[b] >= 0); /* iff failed, it may indicate some index error elsewhere */
374 enn += eb[b];
384 assert(eb[b] >= 0); /* iff failed, it may indicate some index error elsewhere */
390 enn += w_curr * eb[b];
394 enn = w_next * eb[b];
406 convert_partition2scalefac_s(lame_internal_flags * gfc, FLOAT const *eb, FLOAT const *thr, int chn,
413 convert_partition2scalefac(gds, eb, thr, enn, thm);
422 convert_partition2scalefac_l(lame_internal_flags * gfc, FLOAT const *eb, FLOAT const *thr, int chn)
428 convert_partition2scalefac(gdl, eb, thr, enn, thm);
432 convert_partition2scalefac_l_to_s(lame_internal_flags * gfc, FLOAT const *eb, FLOAT const *thr,
439 convert_partition2scalefac(gds, eb, thr, enn, thm);
567 calc_energy(PsyConst_CB2SB_t const *l, FLOAT const *fftenergy, FLOAT * eb, FLOAT * max, FLOAT * avg)
581 eb[b] = ebb;
586 assert(eb[b] >= 0);
1043 FLOAT * eb, FLOAT * thr, int chn, int sblock)
1063 eb[b] = ebb;
1083 ecb = gds->s3[j] * eb[kk] * tab[mask_idx_s[kk]];
1088 x = gds->s3[j] * eb[kk] * tab[mask_idx_s[kk]];
1128 if (thr[b] > eb[b]) {
1129 thr[b] = eb[b];
1138 eb[b] = 0;
1337 vbrpsy_compute_MS_thresholds(const FLOAT eb[4][CBANDS], FLOAT thr[4][CBANDS],
1345 FLOAT const ebM = eb[2][b];
1346 FLOAT const ebS = eb[3][b];
1430 FLOAT eb[4][CBANDS], thr[4][CBANDS];
1438 const FLOAT(*const_eb)[CBANDS] = (const FLOAT(*)[CBANDS]) eb;
1466 vbrpsy_compute_masking_l(gfc, fftenergy, eb[chn], thr[chn], chn);
1476 convert_partition2scalefac_l(gfc, eb[chn], thr[chn], chn);
1477 convert_partition2scalefac_l_to_s(gfc, eb[chn], thr[chn], chn);
1493 vbrpsy_compute_masking_s(gfc, const_fftenergy_s, eb[chn], thr[chn], chn,
1507 convert_partition2scalefac_s(gfc, eb[chn], thr[chn], chn, sblock);