Home
last modified time | relevance | path

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

/third_party/lame/libmp3lame/
H A Dvbrquantize.c1108 int x, sfmax = 0; in flattenDistribution() local
1122 if (sfmax < x) { in flattenDistribution()
1123 sfmax = x; in flattenDistribution()
1131 if (sfmax < x) { in flattenDistribution()
1132 sfmax = x; in flattenDistribution()
1136 return sfmax; in flattenDistribution()
1169 int const sfmax = flattenDistribution(sfwork, wrk, dm, bi, p); in outOfBitsStrategy() local
1170 nbits = tryThatOne(that, wrk, vbrsfmin, sfmax); in outOfBitsStrategy()
1187 int const sfmax = flattenDistribution(sfwork, wrk, dm, bi_ok, p); in outOfBitsStrategy() local
1188 nbits = tryThatOne(that, wrk, vbrsfmin, sfmax); in outOfBitsStrategy()
1201 int const sfmax = flattenDistribution(sfwork, wrk, dm, dm, bi); outOfBitsStrategy() local
1219 int const sfmax = flattenDistribution(sfwork, wrk, dm, dm, bi_ok); outOfBitsStrategy() local
[all...]

Completed in 3 milliseconds