31 lines
769 B
Java
31 lines
769 B
Java
package o;
|
|
|
|
import java.lang.reflect.Array;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class SSA {
|
|
private final int a;
|
|
public int b;
|
|
private final int c;
|
|
public final C17703yzg[] e;
|
|
|
|
public SSA(int i, int i2) {
|
|
this.e = new C17703yzg[i];
|
|
for (int i3 = 0; i3 < i; i3++) {
|
|
this.e[i3] = new C17703yzg(((i2 + 4) * 17) + 1);
|
|
}
|
|
this.a = i2 * 17;
|
|
this.c = i;
|
|
this.b = -1;
|
|
}
|
|
|
|
public final byte[][] d(int i, int i2) {
|
|
byte[][] bArr = (byte[][]) Array.newInstance((Class<?>) Byte.TYPE, this.c * i2, this.a * i);
|
|
int i3 = this.c * i2;
|
|
for (int i4 = 0; i4 < i3; i4++) {
|
|
bArr[(i3 - i4) - 1] = this.e[i4 / i2].b(i);
|
|
}
|
|
return bArr;
|
|
}
|
|
}
|