Home
last modified time | relevance | path

Searched refs:shortLimit (Results 1 - 1 of 1) sorted by relevance

/third_party/lame/mpglib/
H A Dlayer3.c65 static int shortLimit[9][14]; variable
313 shortLimit[j][i] = (bandInfo[j].shortIdx[i] - 1) / 18 + 1; in hip_init_tables_layer3()
314 if (shortLimit[j][i] > SBLIMIT) in hip_init_tables_layer3()
315 shortLimit[j][i] = SBLIMIT; in hip_init_tables_layer3()
982 gr_infos->maxb = rmax ? shortLimit[sfreq][rmax] : longLimit[sfreq][max[3] + 1]; in III_dequantize_sample()

Completed in 3 milliseconds