static void n_Reset(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Jcodec.Codecs.H264.Encode.DumbRateControl __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.H264.Encode.DumbRateControl> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Reset();
 }
 static int n_GetInitQp(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Jcodec.Codecs.H264.Encode.DumbRateControl __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.H264.Encode.DumbRateControl> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.InitQp);
 }
 static bool n_Accept_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Org.Jcodec.Codecs.H264.Encode.DumbRateControl __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.H264.Encode.DumbRateControl> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Accept(p0));
 }