package com.google.android.gms.internal.ads;

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

/* JADX INFO: loaded from: classes2.dex */
public final class r5 extends o5 {

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

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

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

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

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

    public r5(int i10, int i11, int[] iArr, int[] iArr2, int i12) {
        super("MLLT");
        this.f15992b = i10;
        this.f15993c = i11;
        this.f15994d = i12;
        this.f15995e = iArr;
        this.f15996f = iArr2;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && r5.class == obj.getClass()) {
            r5 r5Var = (r5) obj;
            if (this.f15992b == r5Var.f15992b && this.f15993c == r5Var.f15993c && this.f15994d == r5Var.f15994d && Arrays.equals(this.f15995e, r5Var.f15995e) && Arrays.equals(this.f15996f, r5Var.f15996f)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return Arrays.hashCode(this.f15996f) + ((Arrays.hashCode(this.f15995e) + ((((((this.f15992b + 527) * 31) + this.f15993c) * 31) + this.f15994d) * 31)) * 31);
    }
}
