static int n_ReadTreeSkip_arrayIarrayII(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1, int p2)
        {
            global::Org.Jcodec.Codecs.Vp8.BooleanArithmeticDecoder __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.Vp8.BooleanArithmeticDecoder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            int[] p0    = (int[])JNIEnv.GetArray(native_p0, JniHandleOwnership.DoNotTransfer, typeof(int));
            int[] p1    = (int[])JNIEnv.GetArray(native_p1, JniHandleOwnership.DoNotTransfer, typeof(int));
            int   __ret = __this.ReadTreeSkip(p0, p1, p2);

            if (p0 != null)
            {
                JNIEnv.CopyArray(p0, native_p0);
            }
            if (p1 != null)
            {
                JNIEnv.CopyArray(p1, native_p1);
            }
            return(__ret);
        }
 static void n_Seek(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Jcodec.Codecs.Vp8.BooleanArithmeticDecoder __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.Vp8.BooleanArithmeticDecoder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Seek();
 }
 static int n_DecodeInt_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Org.Jcodec.Codecs.Vp8.BooleanArithmeticDecoder __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.Vp8.BooleanArithmeticDecoder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.DecodeInt(p0));
 }