Home
last modified time | relevance | path

Searched refs:slen2_n (Results 1 – 2 of 2) sorted by relevance

/third_party/lame/libmp3lame/
Dtakehiro.c960 static const int slen2_n[16] = { 1, 2, 4, 8, 1, 2, 4, 8, 2, 4, 8, 2, 4, 8, 4, 8 }; variable
1006 if (s1 < slen1_n[i] && s2 < slen2_n[i]) { in scfsi_calc()
1181 if (max_slen1 < slen1_n[k] && max_slen2 < slen2_n[k] in mpeg1_scale_bitcount()
/third_party/lame/
DChangeLog20688 scfsi: uses old slen1_n, slen2_n. I will change this