1 // Copyright 2017 PDFium Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 6 // Original code is licensed as follows: 7 /* 8 * Copyright 2007 ZXing authors 9 * 10 * Licensed under the Apache License, Version 2.0 (the "License"); 11 * you may not use this file except in compliance with the License. 12 * You may obtain a copy of the License at 13 * 14 * http://www.apache.org/licenses/LICENSE-2.0 15 * 16 * Unless required by applicable law or agreed to in writing, software 17 * distributed under the License is distributed on an "AS IS" BASIS, 18 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 19 * See the License for the specific language governing permissions and 20 * limitations under the License. 21 */ 22 23 #include "fxbarcode/qrcode/BC_QRCoderECBlocksData.h" 24 25 const CBC_QRCoderECBlockData g_ECBData[40][4] = { 26 {{7, 1, 19, 0, 0}, {10, 1, 16, 0, 0}, {13, 1, 13, 0, 0}, {17, 1, 9, 0, 0}}, 27 {{10, 1, 34, 0, 0}, 28 {16, 1, 28, 0, 0}, 29 {22, 1, 22, 0, 0}, 30 {28, 1, 16, 0, 0}}, 31 {{15, 1, 55, 0, 0}, 32 {26, 1, 44, 0, 0}, 33 {18, 2, 17, 0, 0}, 34 {22, 2, 13, 0, 0}}, 35 {{20, 1, 80, 0, 0}, {18, 2, 32, 0, 0}, {26, 2, 24, 0, 0}, {16, 4, 9, 0, 0}}, 36 {{26, 1, 108, 0, 0}, 37 {24, 2, 43, 0, 0}, 38 {18, 2, 15, 2, 16}, 39 {22, 2, 11, 2, 12}}, 40 {{18, 2, 68, 0, 0}, 41 {16, 4, 27, 0, 0}, 42 {24, 4, 19, 0, 0}, 43 {28, 4, 15, 0, 0}}, 44 {{20, 2, 78, 0, 0}, 45 {18, 4, 31, 0, 0}, 46 {18, 2, 14, 4, 15}, 47 {26, 4, 13, 1, 14}}, 48 {{24, 2, 97, 0, 0}, 49 {22, 2, 38, 2, 39}, 50 {22, 4, 18, 2, 19}, 51 {26, 4, 14, 2, 15}}, 52 {{30, 2, 116, 0, 0}, 53 {22, 3, 36, 2, 37}, 54 {20, 4, 16, 4, 17}, 55 {24, 4, 12, 4, 13}}, 56 {{18, 2, 68, 2, 69}, 57 {26, 4, 43, 1, 44}, 58 {24, 6, 19, 2, 20}, 59 {28, 6, 15, 2, 16}}, 60 {{20, 4, 81, 0, 0}, 61 {30, 1, 50, 4, 51}, 62 {28, 4, 22, 4, 23}, 63 {24, 3, 12, 8, 13}}, 64 {{24, 2, 92, 2, 93}, 65 {22, 6, 36, 2, 37}, 66 {26, 4, 20, 6, 21}, 67 {28, 7, 14, 4, 15}}, 68 {{26, 4, 107, 0, 0}, 69 {22, 8, 37, 1, 38}, 70 {24, 8, 20, 4, 21}, 71 {22, 12, 11, 4, 12}}, 72 {{30, 3, 115, 1, 116}, 73 {24, 4, 40, 5, 41}, 74 {20, 11, 16, 5, 17}, 75 {24, 11, 12, 5, 13}}, 76 {{22, 5, 87, 1, 88}, 77 {24, 5, 41, 5, 42}, 78 {30, 5, 24, 7, 25}, 79 {24, 11, 12, 7, 13}}, 80 {{24, 5, 98, 1, 99}, 81 {28, 7, 45, 3, 46}, 82 {24, 15, 19, 2, 20}, 83 {30, 3, 15, 13, 16}}, 84 {{28, 1, 107, 5, 108}, 85 {28, 10, 46, 1, 47}, 86 {28, 1, 22, 15, 23}, 87 {28, 2, 14, 17, 15}}, 88 {{30, 5, 120, 1, 121}, 89 {26, 9, 43, 4, 44}, 90 {28, 17, 22, 1, 23}, 91 {28, 2, 14, 19, 15}}, 92 {{28, 3, 113, 4, 114}, 93 {26, 3, 44, 11, 45}, 94 {26, 17, 21, 4, 22}, 95 {26, 9, 13, 16, 14}}, 96 {{28, 3, 107, 5, 108}, 97 {26, 3, 41, 13, 42}, 98 {30, 15, 24, 5, 25}, 99 {28, 15, 15, 10, 16}}, 100 {{28, 4, 116, 4, 117}, 101 {26, 17, 42, 0, 0}, 102 {28, 17, 22, 6, 23}, 103 {30, 19, 16, 6, 17}}, 104 {{28, 2, 111, 7, 112}, 105 {28, 17, 46, 0, 0}, 106 {30, 7, 24, 16, 25}, 107 {24, 34, 13, 0, 0}}, 108 {{30, 4, 121, 5, 122}, 109 {28, 4, 47, 14, 48}, 110 {30, 11, 24, 14, 25}, 111 {30, 16, 15, 14, 16}}, 112 {{30, 6, 117, 4, 118}, 113 {28, 6, 45, 14, 46}, 114 {30, 11, 24, 16, 25}, 115 {30, 30, 16, 2, 17}}, 116 {{26, 8, 106, 4, 107}, 117 {28, 8, 47, 13, 48}, 118 {30, 7, 24, 22, 25}, 119 {30, 22, 15, 13, 16}}, 120 {{28, 10, 114, 2, 115}, 121 {28, 19, 46, 4, 47}, 122 {28, 28, 22, 6, 23}, 123 {30, 33, 16, 4, 17}}, 124 {{30, 8, 122, 4, 123}, 125 {28, 22, 45, 3, 46}, 126 {30, 8, 23, 26, 24}, 127 {30, 12, 15, 28, 16}}, 128 {{30, 3, 117, 10, 118}, 129 {28, 3, 45, 23, 46}, 130 {30, 4, 24, 31, 25}, 131 {30, 11, 15, 31, 16}}, 132 {{30, 7, 116, 7, 117}, 133 {28, 21, 45, 7, 46}, 134 {30, 1, 23, 37, 24}, 135 {30, 19, 15, 26, 16}}, 136 {{30, 5, 115, 10, 116}, 137 {28, 19, 47, 10, 48}, 138 {30, 15, 24, 25, 25}, 139 {30, 23, 15, 25, 16}}, 140 {{30, 13, 115, 3, 116}, 141 {28, 2, 46, 29, 47}, 142 {30, 42, 24, 1, 25}, 143 {30, 23, 15, 28, 16}}, 144 {{30, 17, 115, 0, 0}, 145 {28, 10, 46, 23, 47}, 146 {30, 10, 24, 35, 25}, 147 {30, 19, 15, 35, 16}}, 148 {{30, 17, 115, 1, 116}, 149 {28, 14, 46, 21, 47}, 150 {30, 29, 24, 19, 25}, 151 {30, 11, 15, 46, 16}}, 152 {{30, 13, 115, 6, 116}, 153 {28, 14, 46, 23, 47}, 154 {30, 44, 24, 7, 25}, 155 {30, 59, 16, 1, 17}}, 156 {{30, 12, 121, 7, 122}, 157 {28, 12, 47, 26, 48}, 158 {30, 39, 24, 14, 25}, 159 {30, 22, 15, 41, 16}}, 160 {{30, 6, 121, 14, 122}, 161 {28, 6, 47, 34, 48}, 162 {30, 46, 24, 10, 25}, 163 {30, 2, 15, 64, 16}}, 164 {{30, 17, 122, 4, 123}, 165 {28, 29, 46, 14, 47}, 166 {30, 49, 24, 10, 25}, 167 {30, 24, 15, 46, 16}}, 168 {{30, 4, 122, 18, 123}, 169 {28, 13, 46, 32, 47}, 170 {30, 48, 24, 14, 25}, 171 {30, 42, 15, 32, 16}}, 172 {{30, 20, 117, 4, 118}, 173 {28, 40, 47, 7, 48}, 174 {30, 43, 24, 22, 25}, 175 {30, 10, 15, 67, 16}}, 176 {{30, 19, 118, 6, 119}, 177 {28, 18, 47, 31, 48}, 178 {30, 34, 24, 34, 25}, 179 {30, 20, 15, 61, 16}}, 180 }; 181