Home
last modified time | relevance | path

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

/third_party/qrcodegen/rust-no-heap/src/
H A Dlib.rs339 let mut minpenalty = core::i32::MAX; variables
345 if penalty < minpenalty {
347 minpenalty = penalty;
/third_party/qrcodegen/rust/src/
H A Dlib.rs304 let mut minpenalty = std::i32::MAX; in encode_codewords() variables
310 if penalty < minpenalty { in encode_codewords()
312 minpenalty = penalty; in encode_codewords()
/third_party/qrcodegen/python/
H A Dqrcodegen.py190 minpenalty: int = 1 << 32
195 if penalty < minpenalty:
197 minpenalty = penalty

Completed in 5 milliseconds