Home
last modified time | relevance | path

Searched defs:usableBitsInLayers (Results 1 – 1 of 1) sorted by relevance

/external/zxing/core/src/main/java/com/google/zxing/aztec/encoder/
DEncoder.java142 int usableBitsInLayers = totalBitsInLayer - (totalBitsInLayer % wordSize); in encode() local
173 int usableBitsInLayers = totalBitsInLayer - (totalBitsInLayer % wordSize); in encode() local