• Home
  • Raw
  • Download

Lines Matching refs:permunreg

137   uint32_t permunreg[6];  in stepWithCompactEncodingFrameless()  local
140 permunreg[0] = permutation / 120; in stepWithCompactEncodingFrameless()
141 permutation -= (permunreg[0] * 120); in stepWithCompactEncodingFrameless()
142 permunreg[1] = permutation / 24; in stepWithCompactEncodingFrameless()
143 permutation -= (permunreg[1] * 24); in stepWithCompactEncodingFrameless()
144 permunreg[2] = permutation / 6; in stepWithCompactEncodingFrameless()
145 permutation -= (permunreg[2] * 6); in stepWithCompactEncodingFrameless()
146 permunreg[3] = permutation / 2; in stepWithCompactEncodingFrameless()
147 permutation -= (permunreg[3] * 2); in stepWithCompactEncodingFrameless()
148 permunreg[4] = permutation; in stepWithCompactEncodingFrameless()
149 permunreg[5] = 0; in stepWithCompactEncodingFrameless()
152 permunreg[0] = permutation / 120; in stepWithCompactEncodingFrameless()
153 permutation -= (permunreg[0] * 120); in stepWithCompactEncodingFrameless()
154 permunreg[1] = permutation / 24; in stepWithCompactEncodingFrameless()
155 permutation -= (permunreg[1] * 24); in stepWithCompactEncodingFrameless()
156 permunreg[2] = permutation / 6; in stepWithCompactEncodingFrameless()
157 permutation -= (permunreg[2] * 6); in stepWithCompactEncodingFrameless()
158 permunreg[3] = permutation / 2; in stepWithCompactEncodingFrameless()
159 permutation -= (permunreg[3] * 2); in stepWithCompactEncodingFrameless()
160 permunreg[4] = permutation; in stepWithCompactEncodingFrameless()
163 permunreg[0] = permutation / 60; in stepWithCompactEncodingFrameless()
164 permutation -= (permunreg[0] * 60); in stepWithCompactEncodingFrameless()
165 permunreg[1] = permutation / 12; in stepWithCompactEncodingFrameless()
166 permutation -= (permunreg[1] * 12); in stepWithCompactEncodingFrameless()
167 permunreg[2] = permutation / 3; in stepWithCompactEncodingFrameless()
168 permutation -= (permunreg[2] * 3); in stepWithCompactEncodingFrameless()
169 permunreg[3] = permutation; in stepWithCompactEncodingFrameless()
172 permunreg[0] = permutation / 20; in stepWithCompactEncodingFrameless()
173 permutation -= (permunreg[0] * 20); in stepWithCompactEncodingFrameless()
174 permunreg[1] = permutation / 4; in stepWithCompactEncodingFrameless()
175 permutation -= (permunreg[1] * 4); in stepWithCompactEncodingFrameless()
176 permunreg[2] = permutation; in stepWithCompactEncodingFrameless()
179 permunreg[0] = permutation / 5; in stepWithCompactEncodingFrameless()
180 permutation -= (permunreg[0] * 5); in stepWithCompactEncodingFrameless()
181 permunreg[1] = permutation; in stepWithCompactEncodingFrameless()
184 permunreg[0] = permutation; in stepWithCompactEncodingFrameless()
194 if (renum == permunreg[i]) { in stepWithCompactEncodingFrameless()
368 uint32_t permunreg[6]; in stepWithCompactEncodingFrameless() local
371 permunreg[0] = permutation / 120; in stepWithCompactEncodingFrameless()
372 permutation -= (permunreg[0] * 120); in stepWithCompactEncodingFrameless()
373 permunreg[1] = permutation / 24; in stepWithCompactEncodingFrameless()
374 permutation -= (permunreg[1] * 24); in stepWithCompactEncodingFrameless()
375 permunreg[2] = permutation / 6; in stepWithCompactEncodingFrameless()
376 permutation -= (permunreg[2] * 6); in stepWithCompactEncodingFrameless()
377 permunreg[3] = permutation / 2; in stepWithCompactEncodingFrameless()
378 permutation -= (permunreg[3] * 2); in stepWithCompactEncodingFrameless()
379 permunreg[4] = permutation; in stepWithCompactEncodingFrameless()
380 permunreg[5] = 0; in stepWithCompactEncodingFrameless()
383 permunreg[0] = permutation / 120; in stepWithCompactEncodingFrameless()
384 permutation -= (permunreg[0] * 120); in stepWithCompactEncodingFrameless()
385 permunreg[1] = permutation / 24; in stepWithCompactEncodingFrameless()
386 permutation -= (permunreg[1] * 24); in stepWithCompactEncodingFrameless()
387 permunreg[2] = permutation / 6; in stepWithCompactEncodingFrameless()
388 permutation -= (permunreg[2] * 6); in stepWithCompactEncodingFrameless()
389 permunreg[3] = permutation / 2; in stepWithCompactEncodingFrameless()
390 permutation -= (permunreg[3] * 2); in stepWithCompactEncodingFrameless()
391 permunreg[4] = permutation; in stepWithCompactEncodingFrameless()
394 permunreg[0] = permutation / 60; in stepWithCompactEncodingFrameless()
395 permutation -= (permunreg[0] * 60); in stepWithCompactEncodingFrameless()
396 permunreg[1] = permutation / 12; in stepWithCompactEncodingFrameless()
397 permutation -= (permunreg[1] * 12); in stepWithCompactEncodingFrameless()
398 permunreg[2] = permutation / 3; in stepWithCompactEncodingFrameless()
399 permutation -= (permunreg[2] * 3); in stepWithCompactEncodingFrameless()
400 permunreg[3] = permutation; in stepWithCompactEncodingFrameless()
403 permunreg[0] = permutation / 20; in stepWithCompactEncodingFrameless()
404 permutation -= (permunreg[0] * 20); in stepWithCompactEncodingFrameless()
405 permunreg[1] = permutation / 4; in stepWithCompactEncodingFrameless()
406 permutation -= (permunreg[1] * 4); in stepWithCompactEncodingFrameless()
407 permunreg[2] = permutation; in stepWithCompactEncodingFrameless()
410 permunreg[0] = permutation / 5; in stepWithCompactEncodingFrameless()
411 permutation -= (permunreg[0] * 5); in stepWithCompactEncodingFrameless()
412 permunreg[1] = permutation; in stepWithCompactEncodingFrameless()
415 permunreg[0] = permutation; in stepWithCompactEncodingFrameless()
425 if (renum == permunreg[i]) { in stepWithCompactEncodingFrameless()