Lines Matching refs:region0index
437 unsigned int i, r0c, r1c, region0index, region1index;
442 region0index = r0c+1;
443 if (region0index > 22) {
444 lame_report_fnc(mp->report_err, "region0index=%d > 22\n", region0index);
445 region0index = 22;
452 gr_infos->region1start = bandInfo[sfreq].longIdx[region0index] >> 1;
539 unsigned int i, r0c, r1c, region0index, region1index;
544 region0index = r0c+1;
545 if (region0index > 22) {
546 lame_report_fnc(mp->report_err, "region0index=%d > 22\n", region0index);
547 region0index = 22;
554 gr_infos->region1start = bandInfo[sfreq].longIdx[region0index] >> 1;