Lines Matching refs:permunreg
136 uint32_t permunreg[6]; in stepWithCompactEncodingFrameless() local
139 permunreg[0] = permutation / 120; in stepWithCompactEncodingFrameless()
140 permutation -= (permunreg[0] * 120); in stepWithCompactEncodingFrameless()
141 permunreg[1] = permutation / 24; in stepWithCompactEncodingFrameless()
142 permutation -= (permunreg[1] * 24); in stepWithCompactEncodingFrameless()
143 permunreg[2] = permutation / 6; in stepWithCompactEncodingFrameless()
144 permutation -= (permunreg[2] * 6); in stepWithCompactEncodingFrameless()
145 permunreg[3] = permutation / 2; in stepWithCompactEncodingFrameless()
146 permutation -= (permunreg[3] * 2); in stepWithCompactEncodingFrameless()
147 permunreg[4] = permutation; in stepWithCompactEncodingFrameless()
148 permunreg[5] = 0; in stepWithCompactEncodingFrameless()
151 permunreg[0] = permutation / 120; in stepWithCompactEncodingFrameless()
152 permutation -= (permunreg[0] * 120); in stepWithCompactEncodingFrameless()
153 permunreg[1] = permutation / 24; in stepWithCompactEncodingFrameless()
154 permutation -= (permunreg[1] * 24); in stepWithCompactEncodingFrameless()
155 permunreg[2] = permutation / 6; in stepWithCompactEncodingFrameless()
156 permutation -= (permunreg[2] * 6); in stepWithCompactEncodingFrameless()
157 permunreg[3] = permutation / 2; in stepWithCompactEncodingFrameless()
158 permutation -= (permunreg[3] * 2); in stepWithCompactEncodingFrameless()
159 permunreg[4] = permutation; in stepWithCompactEncodingFrameless()
162 permunreg[0] = permutation / 60; in stepWithCompactEncodingFrameless()
163 permutation -= (permunreg[0] * 60); in stepWithCompactEncodingFrameless()
164 permunreg[1] = permutation / 12; in stepWithCompactEncodingFrameless()
165 permutation -= (permunreg[1] * 12); in stepWithCompactEncodingFrameless()
166 permunreg[2] = permutation / 3; in stepWithCompactEncodingFrameless()
167 permutation -= (permunreg[2] * 3); in stepWithCompactEncodingFrameless()
168 permunreg[3] = permutation; in stepWithCompactEncodingFrameless()
171 permunreg[0] = permutation / 20; in stepWithCompactEncodingFrameless()
172 permutation -= (permunreg[0] * 20); in stepWithCompactEncodingFrameless()
173 permunreg[1] = permutation / 4; in stepWithCompactEncodingFrameless()
174 permutation -= (permunreg[1] * 4); in stepWithCompactEncodingFrameless()
175 permunreg[2] = permutation; in stepWithCompactEncodingFrameless()
178 permunreg[0] = permutation / 5; in stepWithCompactEncodingFrameless()
179 permutation -= (permunreg[0] * 5); in stepWithCompactEncodingFrameless()
180 permunreg[1] = permutation; in stepWithCompactEncodingFrameless()
183 permunreg[0] = permutation; in stepWithCompactEncodingFrameless()
193 if (renum == permunreg[i]) { in stepWithCompactEncodingFrameless()
367 uint32_t permunreg[6]; in stepWithCompactEncodingFrameless() local
370 permunreg[0] = permutation / 120; in stepWithCompactEncodingFrameless()
371 permutation -= (permunreg[0] * 120); in stepWithCompactEncodingFrameless()
372 permunreg[1] = permutation / 24; in stepWithCompactEncodingFrameless()
373 permutation -= (permunreg[1] * 24); in stepWithCompactEncodingFrameless()
374 permunreg[2] = permutation / 6; in stepWithCompactEncodingFrameless()
375 permutation -= (permunreg[2] * 6); in stepWithCompactEncodingFrameless()
376 permunreg[3] = permutation / 2; in stepWithCompactEncodingFrameless()
377 permutation -= (permunreg[3] * 2); in stepWithCompactEncodingFrameless()
378 permunreg[4] = permutation; in stepWithCompactEncodingFrameless()
379 permunreg[5] = 0; in stepWithCompactEncodingFrameless()
382 permunreg[0] = permutation / 120; in stepWithCompactEncodingFrameless()
383 permutation -= (permunreg[0] * 120); in stepWithCompactEncodingFrameless()
384 permunreg[1] = permutation / 24; in stepWithCompactEncodingFrameless()
385 permutation -= (permunreg[1] * 24); in stepWithCompactEncodingFrameless()
386 permunreg[2] = permutation / 6; in stepWithCompactEncodingFrameless()
387 permutation -= (permunreg[2] * 6); in stepWithCompactEncodingFrameless()
388 permunreg[3] = permutation / 2; in stepWithCompactEncodingFrameless()
389 permutation -= (permunreg[3] * 2); in stepWithCompactEncodingFrameless()
390 permunreg[4] = permutation; in stepWithCompactEncodingFrameless()
393 permunreg[0] = permutation / 60; in stepWithCompactEncodingFrameless()
394 permutation -= (permunreg[0] * 60); in stepWithCompactEncodingFrameless()
395 permunreg[1] = permutation / 12; in stepWithCompactEncodingFrameless()
396 permutation -= (permunreg[1] * 12); in stepWithCompactEncodingFrameless()
397 permunreg[2] = permutation / 3; in stepWithCompactEncodingFrameless()
398 permutation -= (permunreg[2] * 3); in stepWithCompactEncodingFrameless()
399 permunreg[3] = permutation; in stepWithCompactEncodingFrameless()
402 permunreg[0] = permutation / 20; in stepWithCompactEncodingFrameless()
403 permutation -= (permunreg[0] * 20); in stepWithCompactEncodingFrameless()
404 permunreg[1] = permutation / 4; in stepWithCompactEncodingFrameless()
405 permutation -= (permunreg[1] * 4); in stepWithCompactEncodingFrameless()
406 permunreg[2] = permutation; in stepWithCompactEncodingFrameless()
409 permunreg[0] = permutation / 5; in stepWithCompactEncodingFrameless()
410 permutation -= (permunreg[0] * 5); in stepWithCompactEncodingFrameless()
411 permunreg[1] = permutation; in stepWithCompactEncodingFrameless()
414 permunreg[0] = permutation; in stepWithCompactEncodingFrameless()
424 if (renum == permunreg[i]) { in stepWithCompactEncodingFrameless()