99 lines
2.9 KiB
Java
99 lines
2.9 KiB
Java
package o;
|
|
|
|
import java.util.ArrayList;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes2.dex */
|
|
final class MCC {
|
|
final int a;
|
|
final int c;
|
|
final C8902dZc d;
|
|
final int e;
|
|
private final pgq g;
|
|
final int h;
|
|
private final float i;
|
|
final List<hdW> b = new ArrayList(5);
|
|
private final int[] j = new int[3];
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public MCC(C8902dZc c8902dZc, int i, int i2, int i3, int i4, float f, pgq pgqVar) {
|
|
this.d = c8902dZc;
|
|
this.e = i;
|
|
this.a = i2;
|
|
this.h = i3;
|
|
this.c = i4;
|
|
this.i = f;
|
|
this.g = pgqVar;
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public final boolean b(int[] iArr) {
|
|
float f = this.i;
|
|
float f2 = f / 2.0f;
|
|
for (int i = 0; i < 3; i++) {
|
|
if (Math.abs(f - iArr[i]) >= f2) {
|
|
return false;
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* JADX WARN: Code restructure failed: missing block: B:33:0x0072, code lost:
|
|
|
|
if (r11[1] <= r10) goto L35;
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:34:0x0075, code lost:
|
|
|
|
if (r12 >= r6) goto L79;
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:36:0x007b, code lost:
|
|
|
|
if (r4.b(r8, r12) != false) goto L80;
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:37:0x007d, code lost:
|
|
|
|
r14 = r11[2];
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:38:0x007f, code lost:
|
|
|
|
if (r14 > r10) goto L81;
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:39:0x0081, code lost:
|
|
|
|
r11[2] = r14 + 1;
|
|
r12 = r12 + 1;
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:41:0x0088, code lost:
|
|
|
|
r4 = r11[2];
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:42:0x008a, code lost:
|
|
|
|
if (r4 <= r10) goto L44;
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:44:0x009b, code lost:
|
|
|
|
if ((java.lang.Math.abs(((r11[0] + r11[1]) + r4) - r2) * 5) < (r2 << 1)) goto L47;
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:46:0x00a2, code lost:
|
|
|
|
if (b(r11) == false) goto L50;
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:47:0x00a4, code lost:
|
|
|
|
r13 = (r12 - r11[2]) - (r11[1] / 2.0f);
|
|
*/
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public final o.hdW d(int[] r16, int r17, int r18) {
|
|
/*
|
|
Method dump skipped, instructions count: 291
|
|
To view this dump add '--comments-level debug' option
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: o.MCC.d(int[], int, int):o.hdW");
|
|
}
|
|
}
|