- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
50 lines
1.2 KiB
Java
50 lines
1.2 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import com.mbridge.msdk.playercommon.exoplayer2.extractor.ts.PsExtractor;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzaih implements zzaid {
|
|
private final zzdy zza;
|
|
private final int zzb;
|
|
private final int zzc;
|
|
private int zzd;
|
|
private int zze;
|
|
|
|
public zzaih(zzeo zzeoVar) {
|
|
zzdy zzdyVar = zzeoVar.zza;
|
|
this.zza = zzdyVar;
|
|
zzdyVar.zzL(12);
|
|
this.zzc = zzdyVar.zzp() & 255;
|
|
this.zzb = zzdyVar.zzp();
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzaid
|
|
public final int zza() {
|
|
return -1;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzaid
|
|
public final int zzb() {
|
|
return this.zzb;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzaid
|
|
public final int zzc() {
|
|
int i = this.zzc;
|
|
if (i == 8) {
|
|
return this.zza.zzm();
|
|
}
|
|
if (i == 16) {
|
|
return this.zza.zzq();
|
|
}
|
|
int i2 = this.zzd;
|
|
this.zzd = i2 + 1;
|
|
if (i2 % 2 != 0) {
|
|
return this.zze & 15;
|
|
}
|
|
int zzm = this.zza.zzm();
|
|
this.zze = zzm;
|
|
return (zzm & PsExtractor.VIDEO_STREAM_MASK) >> 4;
|
|
}
|
|
}
|