Lines Matching refs:region1index
437 unsigned int i, r0c, r1c, region0index, region1index;
447 region1index = r0c+1 + r1c+1;
448 if (region1index > 22) {
449 lame_report_fnc(mp->report_err, "region1index=%d > 22\n", region1index);
450 region1index = 22;
453 gr_infos->region2start = bandInfo[sfreq].longIdx[region1index] >> 1;
539 unsigned int i, r0c, r1c, region0index, region1index;
549 region1index = r0c+1 + r1c+1;
550 if (region1index > 22) {
551 lame_report_fnc(mp->report_err, "region1index=%d > 22\n", region1index);
552 region1index = 22;
555 gr_infos->region2start = bandInfo[sfreq].longIdx[region1index] >> 1;