package h1;

import java.util.Arrays;

/* JADX INFO: loaded from: classes.dex */
public final class l extends i {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final int f13343b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final int f13344c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final int f13345d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final int[] f13346e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final int[] f13347f;

    public l(int i, int i5, int i8, int[] iArr, int[] iArr2) {
        super("MLLT");
        this.f13343b = i;
        this.f13344c = i5;
        this.f13345d = i8;
        this.f13346e = iArr;
        this.f13347f = iArr2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && l.class == obj.getClass()) {
            l lVar = (l) obj;
            if (this.f13343b == lVar.f13343b && this.f13344c == lVar.f13344c && this.f13345d == lVar.f13345d && Arrays.equals(this.f13346e, lVar.f13346e) && Arrays.equals(this.f13347f, lVar.f13347f)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return Arrays.hashCode(this.f13347f) + ((Arrays.hashCode(this.f13346e) + ((((((527 + this.f13343b) * 31) + this.f13344c) * 31) + this.f13345d) * 31)) * 31);
    }
}
