Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/common_components/qrcode/
Dqrcodegen.c121 static const int PENALTY_N3 = 40; variable
657 result += finderPenaltyCountPatterns(runHistory, qrsize) * PENALTY_N3; in getPenaltyScore()
662 …result += finderPenaltyTerminateAndCount(runColor, runX + padRun, runHistory, qrsize) * PENALTY_N3; in getPenaltyScore()
681 result += finderPenaltyCountPatterns(runHistory, qrsize) * PENALTY_N3; in getPenaltyScore()
686 …result += finderPenaltyTerminateAndCount(runColor, runY + padRun, runHistory, qrsize) * PENALTY_N3; in getPenaltyScore()