Home | History | Annotate | Download | only in src

Lines Matching refs:sfb

133         int32   sfb;
137 sfb = 3; /* no reorder for low 2 subbands */
142 sfb = 0;
147 for (; sfb < 13; sfb++)
149 if (*used_freq_lines > 3*mp3_sfBandIndex[sfreq].s[sfb+1])
151 sfb_lines = mp3_sfBandIndex[sfreq].s[sfb+1] - mp3_sfBandIndex[sfreq].s[sfb];
172 sfb_lines = mp3_sfBandIndex[sfreq].s[sfb+1] - mp3_sfBandIndex[sfreq].s[sfb];
187 *used_freq_lines = mp3_sfBandIndex[sfreq].s[sfb+1] * 3;
189 sfb = 13; /* force out of the for-loop */