Home
last modified time | relevance | path

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

/third_party/lame/libmp3lame/
H A Dvbrquantize.c1165 int bi_ok = -1; in outOfBitsStrategy() local
1172 bi_ok = bi; in outOfBitsStrategy()
1185 if (bi_ok >= 0) { in outOfBitsStrategy()
1186 if (bi != bi_ok) { in outOfBitsStrategy()
1187 int const sfmax = flattenDistribution(sfwork, wrk, dm, bi_ok, p); in outOfBitsStrategy()
1197 int bi_ok = -1; in outOfBitsStrategy() local
1204 bi_ok = bi; in outOfBitsStrategy()
1217 if (bi_ok >= 0) { in outOfBitsStrategy()
1218 if (bi != bi_ok) { in outOfBitsStrategy()
1219 int const sfmax = flattenDistribution(sfwork, wrk, dm, dm, bi_ok); in outOfBitsStrategy()
[all...]

Completed in 3 milliseconds