Lines Matching defs:gi
456 gr_info * const gi, const FLOAT * const l3_xmin, FLOAT * const work)
462 if ((!(gfc->sv_qnt.substep_shaping & 4) && gi->block_type == SHORT_TYPE)
465 (void) calc_noise(gi, l3_xmin, distort, &dummy, 0);
468 if (gi->l3_enc[j] != 0)
469 xr = fabs(gi->xr[j]);
475 if (gi->block_type == SHORT_TYPE)
481 width = gi->width[sfb];
520 if (fabs(gi->xr[j - width]) <= trancateThreshold)
521 gi->l3_enc[j - width] = 0;
523 } while (++sfb < gi->psymax);
525 gi->part2_3_length = noquant_count_bits(gfc, gi, 0);
575 get_klemm_noise(const FLOAT * distort, const gr_info * const gi)
579 for (sfb = 0; sfb < gi->psymax; sfb++)
588 calc_noise_result * const calc, const gr_info * const gi, const FLOAT * distort)
626 calc->max_noise = get_klemm_noise(distort, gi);
1461 gr_info const *const gi = &gfc->l3_side.tt[gr][ch];
1463 for (sfb = 0; sfb < gi->psy_lmax; sfb++)
1466 if (gi->block_type == SHORT_TYPE) {
1467 for (sfb = gi->sfb_smin; sfb < SBMAX_s; sfb++) {