Searched refs:qrcodegen_REED_SOLOMON_DEGREE_MAX (Results 1 – 1 of 1) sorted by relevance
106 #define qrcodegen_REED_SOLOMON_DEGREE_MAX 30 // Based on the table above macro306 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