Home
last modified time | relevance | path

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

/third_party/qrcodegen/c/
Dqrcodegen.c106 #define qrcodegen_REED_SOLOMON_DEGREE_MAX 30 // Based on the table above macro
306 uint8_t rsdiv[qrcodegen_REED_SOLOMON_DEGREE_MAX]; in addEccAndInterleave()
359 assert(1 <= degree && degree <= qrcodegen_REED_SOLOMON_DEGREE_MAX); in reedSolomonComputeDivisor()
386 assert(1 <= degree && degree <= qrcodegen_REED_SOLOMON_DEGREE_MAX); in reedSolomonComputeRemainder()
397 #undef qrcodegen_REED_SOLOMON_DEGREE_MAX