Home
last modified time | relevance | path

Searched defs:runHistory (Results 1 - 4 of 4) sorted by relevance

/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrCode.java501 private int finderPenaltyCountPatterns(int[] runHistory) { in finderPenaltyCountPatterns() argument
511 finderPenaltyTerminateAndCount(int currentRunColor, int currentRunLength, int[] runHistory) finderPenaltyTerminateAndCount() argument
523 finderPenaltyAddHistory(int currentRunLength, int[] runHistory) finderPenaltyAddHistory() argument
[all...]
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
H A DQrCode.java725 private int finderPenaltyCountPatterns(int[] runHistory) { in finderPenaltyCountPatterns() argument
735 finderPenaltyTerminateAndCount(boolean currentRunColor, int currentRunLength, int[] runHistory) finderPenaltyTerminateAndCount() argument
747 finderPenaltyAddHistory(int currentRunLength, int[] runHistory) finderPenaltyAddHistory() argument
[all...]
/third_party/qrcodegen/cpp/
H A Dqrcodegen.cpp594 std::array<int,7> runHistory = {}; in getPenaltyScore() local
616 std::array<int,7> runHistory = {}; in getPenaltyScore() local
[all...]
/third_party/qrcodegen/c/
H A Dqrcodegen.c644 int runHistory[7] = {0}; in getPenaltyScore() local
666 int runHistory[7] = {0}; in getPenaltyScore() local
716 finderPenaltyCountPatterns(const int runHistory[7], int qrsize) finderPenaltyCountPatterns() argument
728 finderPenaltyTerminateAndCount(bool currentRunColor, int currentRunLength, int runHistory[7], int qrsize) finderPenaltyTerminateAndCount() argument
740 finderPenaltyAddHistory(int currentRunLength, int runHistory[7], int qrsize) finderPenaltyAddHistory() argument
[all...]

Completed in 6 milliseconds