Lines Matching refs:ss

193     int32 ss;
226 for (ss = 0 ; ss < used_freq_lines ; ss++)
228 if (ss == next_cb_boundary)
241 else if (ss < mp3_sfBandIndex[sfreq].l[mixstart])
253 if (ss < 2*FILTERBANK_BANDS)
270 } /* end-if ( ss == next_cb_boundary) */
273 if ((gr_info->mixed_block_flag == 0) || (gr_info->mixed_block_flag && (ss >= 2*FILTERBANK_BANDS)))
275 int32 temp2 = fxp_mul32_Q32((ss - cb_begin) << 16, mp3_shortwindBandWidths[sfreq][cb_width]);
289 * xr[sb][ss] = 2^(global_gain/4)
294 /* 0 < abs(is[ss]) < 8192 */
296 int32 tmp = fxp_mul32_Q30((is[ss] << 16), power_1_third(pv_abs(is[ ss])));
305 is[ss] = (tmp >> temp);
309 is[ss] = 0;
314 is[ss] = (tmp << global_gain);
317 } /* for (ss=0 ; ss < used_freq_lines ; ss++) */
338 * xr[sb][ss] = 2^(global_gain/4)
350 for (ss = mp3_sfBandIndex[sfreq].l[cb]; ss < mp3_sfBandIndex[sfreq].l[cb+1]; ss += 2)
352 int32 tmp = is[ss];
356 is[ss] = fxp_mul32_Q30(tmp, two_raise_one_fourth) >> global_gain;
358 tmp = is[ss+1];
362 is[ss+1] = fxp_mul32_Q30(tmp, two_raise_one_fourth) >> global_gain;
375 for (ss = mp3_sfBandIndex[sfreq].l[cb]; ss < mp3_sfBandIndex[sfreq].l[cb+1]; ss += 2)
377 int32 tmp = is[ss];
381 is[ss] = fxp_mul32_Q30(tmp, two_raise_one_fourth) << global_gain;
384 tmp = is[ss+1];
388 is[ss+1] = fxp_mul32_Q30(tmp, two_raise_one_fourth) << global_gain;
400 for (ss = mp3_sfBandIndex[sfreq].l[cb]; ss < used_freq_lines; ss += 2)
402 int32 tmp = is[ss];
406 is[ss] = fxp_mul32_Q30(tmp, two_raise_one_fourth) >> global_gain;
408 tmp = is[ss+1];
412 is[ss+1] = fxp_mul32_Q30(tmp, two_raise_one_fourth) >> global_gain;
426 for (ss = mp3_sfBandIndex[sfreq].l[cb]; ss < used_freq_lines; ss++)
428 int32 tmp = is[ss];
433 is[ss] = fxp_mul32_Q30(tmp, two_raise_one_fourth) << global_gain;