package f2;

import androidx.annotation.Nullable;
import java.util.Arrays;

/* JADX INFO: loaded from: classes.dex */
public final class m extends j {

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

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

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

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

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

    public m(int i10, int i11, int[] iArr, int[] iArr2, int i12) {
        super("MLLT");
        this.f25926b = i10;
        this.f25927c = i11;
        this.f25928d = i12;
        this.f25929e = iArr;
        this.f25930f = iArr2;
    }

    public boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || m.class != obj.getClass()) {
            return false;
        }
        m mVar = (m) obj;
        return this.f25926b == mVar.f25926b && this.f25927c == mVar.f25927c && this.f25928d == mVar.f25928d && Arrays.equals(this.f25929e, mVar.f25929e) && Arrays.equals(this.f25930f, mVar.f25930f);
    }

    public final int hashCode() {
        return Arrays.hashCode(this.f25930f) + ((Arrays.hashCode(this.f25929e) + ((((((527 + this.f25926b) * 31) + this.f25927c) * 31) + this.f25928d) * 31)) * 31);
    }
}
