(int edge, int prun)
| 168 | } |
| 169 | |
| 170 | static int getprun(int edge, int prun) { |
| 171 | int depm3 = getPruning(eprun, edge); |
| 172 | if (depm3 == 0x3) { |
| 173 | return MAX_DEPTH; |
| 174 | } |
| 175 | return (depm3 - prun + 16) % 3 + prun - 1; |
| 176 | } |
| 177 | |
| 178 | static int getprun(int edge) { |
| 179 | Edge3 e = new Edge3(); |