static int n_GetAddress_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Org.Jcodec.Codecs.H264.Decode.Aso.FlatMBlockMapper __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.H264.Decode.Aso.FlatMBlockMapper> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.GetAddress(p0));
 }
 static bool n_TopRightAvailable_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Org.Jcodec.Codecs.H264.Decode.Aso.FlatMBlockMapper __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.H264.Decode.Aso.FlatMBlockMapper> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.TopRightAvailable(p0));
 }