Lines Matching refs:BLKSIZE
201 in: energy - BLKSIZE/2 elements of frequency magnitudes ^ 2
223 for (i = 0; i < BLKSIZE / 2; ++i)
667 int gr_out, FLOAT fftenergy[HBLKSIZE], FLOAT(*wsamp_l)[BLKSIZE])
680 for (j = BLKSIZE - 1; j >= 0; --j) {
694 for (j = BLKSIZE / 2 - 1; j >= 0; --j) {
695 FLOAT const re = (*wsamp_l)[BLKSIZE / 2 - j];
696 FLOAT const im = (*wsamp_l)[BLKSIZE / 2 + j];
697 fftenergy[BLKSIZE / 2 - j] = (re * re + im * im) * 0.5f;
1424 FLOAT(*wsamp_l)[BLKSIZE];
1428 FLOAT wsamp_L[2][BLKSIZE];
1940 init_numline(&gd->l, sfreq, BLKSIZE, 576, SBMAX_l, gfc->scalefac_band.l);
1942 compute_bark_values(&gd->l, sfreq, BLKSIZE, bval, bval_width);
1965 FLOAT const freq = sfreq * j / (1000.0 * BLKSIZE);
2095 FLOAT const freq_inc = (FLOAT) cfg->samplerate_out / (FLOAT) (BLKSIZE);
2098 for (i = 0; i < BLKSIZE / 2; ++i) {
2106 for (i = BLKSIZE / 2; --i >= 0;) { /* scale weights */
2165 init_numline(&gd->l_to_s, sfreq, BLKSIZE, 192, SBMAX_s, gfc->scalefac_band.s);