亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? audioplayer.jad

?? 利用JAVA applet編寫的錄音機
?? JAD
?? 第 1 頁 / 共 5 頁
字號:
        }
    }
    private void ulaw_output(OutputStream outputstream,int ai[]) throws IOException{
      /*  byte abyte0[]=new byte[160];
		new Frame(String.valueOf(ai.length)).show();
        for(int i=0; i<160; i++)abyte0[i]=(byte)s2u[(0xffff&ai[i])>>3];
        if(PLAY){
            while(!Gsm_Player.ready)
                try{
                    Thread.currentThread();
                    Thread.sleep(1L);
                }catch(InterruptedException _ex) { }
            po.write(abyte0,0,160);
            return;
        }else{
            outputstream.write(abyte0);
            return;
        }
		*/
		byte abyte0[]=new byte[ai.length];
		//System.out.println(ai.length);
		for(int i=0;i<ai.length;i++)abyte0[i]=(byte)s2u[(0xffff&ai[i])>>3];
		System.arraycopy(abyte0,0,data,32+decodelen,160);
		//System.out.println("process data finished!");
		this.decodelen+=160;
		if(decodelen>=400){
			System.arraycopy(data,432,data,32,decodelen-400);
			decodelen=decodelen-400;
			decoded=true;
		}		
		//outputstream.write(abyte0);
    }

    private int[] gsm_decode_java(byte abyte0[]){
        short aword0[]=new short[8];
        short aword1[]=new short[4];
        short aword2[]=new short[4];
        short aword3[]=new short[4];
        short aword4[]=new short[4];
        short aword5[]=new short[52];
        int i=0;
        aword0[0]=(short)((abyte0[i++]&0xf)<<2);
        aword0[0] |= abyte0[i]>>6&0x3;
        aword0[1]=(short)(abyte0[i++]&0x3f);
        aword0[2]=(short)(abyte0[i]>>3&0x1f);
        aword0[3]=(short)((abyte0[i++]&0x7)<<2);
        aword0[3] |= abyte0[i]>>6&0x3;
        aword0[4]=(short)(abyte0[i]>>2&0xf);
        aword0[5]=(short)((abyte0[i++]&0x3)<<2);
        aword0[5] |= abyte0[i]>>6&0x3;
        aword0[6]=(short)(abyte0[i]>>3&0x7);
        aword0[7]=(short)(abyte0[i++]&0x7);
        aword1[0]=(short)(abyte0[i]>>1&0x7f);
        aword3[0]=(short)((abyte0[i++]&0x1)<<1);
        aword3[0] |= abyte0[i]>>7&0x1;
        aword2[0]=(short)(abyte0[i]>>5&0x3);
        aword4[0]=(short)((abyte0[i++]&0x1f)<<1);
        aword4[0] |= abyte0[i]>>7&0x1;
        aword5[0]=(short)(abyte0[i]>>4&0x7);
        aword5[1]=(short)(abyte0[i]>>1&0x7);
        aword5[2]=(short)((abyte0[i++]&0x1)<<2);
        aword5[2] |= abyte0[i]>>6&0x3;
        aword5[3]=(short)(abyte0[i]>>3&0x7);
        aword5[4]=(short)(abyte0[i++]&0x7);
        aword5[5]=(short)(abyte0[i]>>5&0x7);
        aword5[6]=(short)(abyte0[i]>>2&0x7);
        aword5[7]=(short)((abyte0[i++]&0x3)<<1);
        aword5[7] |= abyte0[i]>>7&0x1;
        aword5[8]=(short)(abyte0[i]>>4&0x7);
        aword5[9]=(short)(abyte0[i]>>1&0x7);
        aword5[10]=(short)((abyte0[i++]&0x1)<<2);
        aword5[10] |= abyte0[i]>>6&0x3;
        aword5[11]=(short)(abyte0[i]>>3&0x7);
        aword5[12]=(short)(abyte0[i++]&0x7);
        aword1[1]=(short)(abyte0[i]>>1&0x7f);
        aword3[1]=(short)((abyte0[i++]&0x1)<<1);
        aword3[1] |= abyte0[i]>>7&0x1;
        aword2[1]=(short)(abyte0[i]>>5&0x3);
        aword4[1]=(short)((abyte0[i++]&0x1f)<<1);
        aword4[1] |= abyte0[i]>>7&0x1;
        aword5[13]=(short)(abyte0[i]>>4&0x7);
        aword5[14]=(short)(abyte0[i]>>1&0x7);
        aword5[15]=(short)((abyte0[i++]&0x1)<<2);
        aword5[15] |= abyte0[i]>>6&0x3;
        aword5[16]=(short)(abyte0[i]>>3&0x7);
        aword5[17]=(short)(abyte0[i++]&0x7);
        aword5[18]=(short)(abyte0[i]>>5&0x7);
        aword5[19]=(short)(abyte0[i]>>2&0x7);
        aword5[20]=(short)((abyte0[i++]&0x3)<<1);
        aword5[20] |= abyte0[i]>>7&0x1;
        aword5[21]=(short)(abyte0[i]>>4&0x7);
        aword5[22]=(short)(abyte0[i]>>1&0x7);
        aword5[23]=(short)((abyte0[i++]&0x1)<<2);
        aword5[23] |= abyte0[i]>>6&0x3;
        aword5[24]=(short)(abyte0[i]>>3&0x7);
        aword5[25]=(short)(abyte0[i++]&0x7);
        aword1[2]=(short)(abyte0[i]>>1&0x7f);
        aword3[2]=(short)((abyte0[i++]&0x1)<<1);
        aword3[2] |= abyte0[i]>>7&0x1;
        aword2[2]=(short)(abyte0[i]>>5&0x3);
        aword4[2]=(short)((abyte0[i++]&0x1f)<<1);
        aword4[2] |= abyte0[i]>>7&0x1;
        aword5[26]=(short)(abyte0[i]>>4&0x7);
        aword5[27]=(short)(abyte0[i]>>1&0x7);
        aword5[28]=(short)((abyte0[i++]&0x1)<<2);
        aword5[28] |= abyte0[i]>>6&0x3;
        aword5[29]=(short)(abyte0[i]>>3&0x7);
        aword5[30]=(short)(abyte0[i++]&0x7);
        aword5[31]=(short)(abyte0[i]>>5&0x7);
        aword5[32]=(short)(abyte0[i]>>2&0x7);
        aword5[33]=(short)((abyte0[i++]&0x3)<<1);
        aword5[33] |= abyte0[i]>>7&0x1;
        aword5[34]=(short)(abyte0[i]>>4&0x7);
        aword5[35]=(short)(abyte0[i]>>1&0x7);
        aword5[36]=(short)((abyte0[i++]&0x1)<<2);
        aword5[36] |= abyte0[i]>>6&0x3;
        aword5[37]=(short)(abyte0[i]>>3&0x7);
        aword5[38]=(short)(abyte0[i++]&0x7);
        aword1[3]=(short)(abyte0[i]>>1&0x7f);
        aword3[3]=(short)((abyte0[i++]&0x1)<<1);
        aword3[3] |= abyte0[i]>>7&0x1;
        aword2[3]=(short)(abyte0[i]>>5&0x3);
        aword4[3]=(short)((abyte0[i++]&0x1f)<<1);
        aword4[3] |= abyte0[i]>>7&0x1;
        aword5[39]=(short)(abyte0[i]>>4&0x7);
        aword5[40]=(short)(abyte0[i]>>1&0x7);
        aword5[41]=(short)((abyte0[i++]&0x1)<<2);
        aword5[41] |= abyte0[i]>>6&0x3;
        aword5[42]=(short)(abyte0[i]>>3&0x7);
        aword5[43]=(short)(abyte0[i++]&0x7);
        aword5[44]=(short)(abyte0[i]>>5&0x7);
        aword5[45]=(short)(abyte0[i]>>2&0x7);
        aword5[46]=(short)((abyte0[i++]&0x3)<<1);
        aword5[46] |= abyte0[i]>>7&0x1;
        aword5[47]=(short)(abyte0[i]>>4&0x7);
        aword5[48]=(short)(abyte0[i]>>1&0x7);
        aword5[49]=(short)((abyte0[i++]&0x1)<<2);
        aword5[49] |= abyte0[i]>>6&0x3;
        aword5[50]=(short)(abyte0[i]>>3&0x7);
        aword5[51]=(short)(abyte0[i]&0x7);
        return Gsm_Decoder_java(aword0,aword1,aword2,aword3,aword4,aword5);
    }
    private int[] Gsm_Decoder_java(short aword0[],short aword1[],short aword2[],short aword3[],short aword4[],short aword5[]){
        int i=0;
        short aword6[]=new short[160];
        short aword7[]=new short[40];
        byte byte0=120;
        for(int k=0; k <= 3;){
            Gsm_RPE_Decoding_java(aword4[k],aword2[k],i,aword5,aword7);
            Gsm_Long_Term_Synthesis_Filtering(aword1[k],aword3[k],aword7,byte0);
            System.arraycopy(dp0,byte0,aword6,k * 40,39);
            k++;
            i += 13;
        }
        int ai[]=Gsm_Short_Term_Synthesis_Filter(aword0,aword6);
        Postprocessing(ai);
        return ai;
    }
    private void Gsm_RPE_Decoding_java(short word0,short word1,int i,short aword0[],short aword1[]){
        short aword2[]=new short[13];
        short aword3[]=APCM_quantization_xmaxc_to_exp_mant(word0);
        APCM_inverse_quantization(aword0,aword2,i,aword3[0],aword3[1]);
        RPE_grid_positioning(word1,aword2,aword1);
    }
    private short[] APCM_quantization_xmaxc_to_exp_mant(short word0)
        throws IllegalArgumentException{
        short word1=0;
        short word2=0;
        if(word0 > 15)
            word1=(short)(SASR(word0,3) - 1);
        word2=(short)(word0 - (word1<<3));
        if(word2 == 0){
            word1=-4;
            word2=7;
        }else{
            while(word2<=7){
                word2=(short)(word2<<1|0x1);
                word1--;
            }
            word2 -= 8;
        }
        if(word1 < -4 || word1 > 6)
            throw new IllegalArgumentException("APCM_quantization_xmaxc_to_exp_mant: exp=" + word1 + " is out of range. Should be>=-4 and <= 6");
        if(word2 < 0 || word2 > 7){
            throw new IllegalArgumentException("APCM_quantization_xmaxc_to_exp_mant: mant=" + word2 + " is out of range. Should be>=0 and <= 7");
        }else{
            short aword0[]=new short[2];
            aword0[0]=word1;
            aword0[1]=word2;
            return aword0;
        }
    }
    private void APCM_inverse_quantization(short aword0[],short aword1[],int i,short word0,short word1)
        throws IllegalArgumentException{
        short word3=gsm_FAC[word1];
        short word4=GSM_SUB((short)6,word0);
        short word5=gsm_asl((short)1,GSM_SUB(word4,(short)1));
        int k=0;
        for(int l=0; l < 13; l++)
        {
            short word2=(short)((aword0[i++]<<1) - 7);
            if(word2 > 7 || word2 < -7)
                throw new IllegalArgumentException("APCM_inverse_quantization: temp=" + word2 + " is out of range. Should be>=-7 and <= 7");
            word2 <<= 12;
            word2=GSM_MULT_R(word3,word2);
            word2=GSM_ADD(word2,word5);
            aword1[k++]=gsm_asr(word2,word4);
        }

    }

    private static void RPE_grid_positioning(short word0,short aword0[],short aword1[])
        throws IllegalArgumentException
    {
        int i=13;
        int k=0;
        int l=0;
        if(word0 < 0 || word0 > 3)
            throw new IllegalArgumentException("RPE_grid_positioning: Mc=" + word0 + " is out of range. Should be>=0 and <= 3");
        switch(word0)
        {
        case 3: // '\003'
            aword1[l++]=0;
            // fall through

        case 2: // '\002'
            aword1[l++]=0;
            // fall through

        case 1: // '\001'
            aword1[l++]=0;
            // fall through

        case 0: // '\0'
            aword1[l++]=aword0[k++];
            i--;
            break;

        }
        do
        {
            aword1[l++]=0;
            aword1[l++]=0;
            aword1[l++]=aword0[k++];
        }
        while(--i > 0);
        while(++word0 < 4) 
            aword1[l++]=0;

    }

    private void Gsm_Long_Term_Synthesis_Filtering(short word0,short word1,short aword0[],int i)
        throws IllegalArgumentException
    {
        short word4=word0>=40 && word0 <= 120?word0:nrp;
        nrp=word4;
        if(word4 < 40 || word4 > 120)
            throw new IllegalArgumentException("Gsm_Long_Term_Synthesis_Filtering Nr=" + word4 + " is out of range. Should be>=40 and <= 120");
        short word2=gsm_QLB[word1];
        if(word2 == -32768)
            throw new IllegalArgumentException("Gsm_Long_Term_Synthesis_Filtering brp=" + word2 + " is out of range. Should be=" + -32768);
        for(int k=0; k <= 39; k++)
        {
            short word3=GSM_MULT_R(word2,dp0[(k - word4) + i]);
            dp0[k + i]=GSM_ADD(aword0[k],word3);
        }

        System.arraycopy(dp0,i - 80,dp0,i - 120,120);
    }

    private int[] Gsm_Short_Term_Synthesis_Filter(short aword0[],short aword1[])
        throws ArrayIndexOutOfBoundsException
    {
        short aword2[]=new short[8];
        int ai[]=new int[160];
        short aword3[]=LARpp[j];
        short aword4[]=LARpp[j ^= 0x1];
        Decoding_of_the_coded_Log_Area_Ratios(aword0,aword3);
        Coefficients_0_12(aword4,aword3,aword2);
        LARp_to_rp(aword2);
        Short_term_synthesis_filtering(aword2,13,aword1,ai,0);
        Coefficients_13_26(aword4,aword3,aword2);
        LARp_to_rp(aword2);
        Short_term_synthesis_filtering(aword2,14,aword1,ai,13);
        Coefficients_27_39(aword4,aword3,aword2);
        LARp_to_rp(aword2);
        Short_term_synthesis_filtering(aword2,13,aword1,ai,27);
        Coefficients_40_159(aword3,aword2);
        LARp_to_rp(aword2);
        Short_term_synthesis_filtering(aword2,120,aword1,ai,40);
        return ai;
    }

    private static void Decoding_of_the_coded_Log_Area_Ratios(short aword0[],short aword1[])
    {
        short word0=0;
        int i=0;
        STEP(aword0,aword1,i++,word0,(short)0,(short)-32,(short)13107);
        STEP(aword0,aword1,i++,word0,(short)0,(short)-32,(short)13107);
        STEP(aword0,aword1,i++,word0,(short)2048,(short)-16,(short)13107);
        STEP(aword0,aword1,i++,word0,(short)-2560,(short)-16,(short)13107);
        STEP(aword0,aword1,i++,word0,(short)94,(short)-8,(short)19223);
        STEP(aword0,aword1,i++,word0,(short)-1792,(short)-8,(short)17476);
        STEP(aword0,aword1,i++,word0,(short)-341,(short)-4,(short)31454);
        STEP(aword0,aword1,i++,word0,(short)-1144,(short)-4,(short)29708);
    }

    private static void STEP(short aword0[],short aword1[],int i,short word0,short word1,short word2,short word3)
    {
        word0=(short)(GSM_ADD(aword0[i],word2)<<10);
        word0=GSM_SUB(word0,(short)(word1<<1));
        word0=GSM_MULT_R(word3,word0);
        aword1[i]=GSM_ADD(word0,word0);
    }

    private static void Coefficients_0_12(short aword0[],short aword1[],short aword2[])
    {
        for(int i=0; i < 8; i++)
        {
            aword2[i]=GSM_ADD(SASR(aword0[i],2),SASR(aword1[i],2));
            aword2[i]=GSM_ADD(aword2[i],SASR(aword0[i],1));
        }

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
av午夜一区麻豆| 久久久午夜精品| 精品国产乱码久久久久久牛牛| 日本一区二区视频在线观看| 亚洲香肠在线观看| 成人h动漫精品一区二区| 日韩美女主播在线视频一区二区三区 | 国产a久久麻豆| 91精品国产综合久久久蜜臀图片| 中文字幕综合网| 国产一区二区在线影院| 欧美三级一区二区| 最新不卡av在线| 丁香天五香天堂综合| 日韩一区二区免费电影| 亚洲无人区一区| 91免费视频网| 中文字幕在线一区二区三区| 精品制服美女久久| 日韩精品一区二区三区中文不卡| 亚洲国产日韩a在线播放性色| a在线欧美一区| 国产精品欧美一区二区三区| 国产精品资源在线观看| 日韩欧美一区二区不卡| 日本伊人午夜精品| 欧美一区二区三区免费在线看 | 激情图片小说一区| 日韩欧美在线网站| 蜜臀久久99精品久久久画质超高清| 色综合久久久久综合体| 亚洲国产精品ⅴa在线观看| 国产黄色精品视频| 亚洲国产高清aⅴ视频| 成人午夜视频网站| 亚洲桃色在线一区| 91猫先生在线| 亚洲一区二区三区四区五区黄| 色婷婷av久久久久久久| 亚洲动漫第一页| 在线不卡免费av| 国产综合色精品一区二区三区| 亚洲一区二区三区在线| 在线日韩av片| 日韩制服丝袜先锋影音| 欧美大片一区二区三区| 国产高清不卡二三区| 欧美高清一级片在线观看| 91在线码无精品| 亚洲国产成人精品视频| 3d成人动漫网站| 国内精品国产成人| 亚洲欧洲另类国产综合| 欧美丝袜丝交足nylons图片| 蜜桃视频在线观看一区二区| www国产精品av| www.欧美.com| 丝袜亚洲精品中文字幕一区| 日韩欧美国产不卡| heyzo一本久久综合| 亚洲福利视频三区| 久久久亚洲高清| 在线免费观看成人短视频| 男人的j进女人的j一区| 精品一区二区三区日韩| 91久久人澡人人添人人爽欧美| 亚洲男同1069视频| 欧美日韩的一区二区| 国产精品自在在线| 日韩毛片一二三区| 欧美另类z0zxhd电影| 国产一区二区视频在线| 亚洲免费三区一区二区| 日韩欧美国产一二三区| 99久久er热在这里只有精品66| 亚洲午夜视频在线观看| 国产欧美精品在线观看| 欧美在线免费视屏| 国产91对白在线观看九色| 亚洲成人av福利| 久久久久久久久伊人| 欧美性猛交xxxxxx富婆| 成人高清免费观看| 久久成人精品无人区| 欧美日韩一区二区电影| 国产激情一区二区三区四区| 日韩成人一区二区三区在线观看| 专区另类欧美日韩| 久久精品亚洲国产奇米99| 欧美精品高清视频| 色婷婷亚洲综合| 成人国产在线观看| 国产一区二区看久久| 日韩高清中文字幕一区| 一区二区三区中文在线| 18欧美乱大交hd1984| 久久久久久久久久美女| 日韩久久精品一区| 欧美一级国产精品| 欧美日韩一级黄| 欧美午夜精品久久久| 色综合天天在线| 成人app网站| 国产盗摄精品一区二区三区在线| 久久超碰97中文字幕| 免费成人美女在线观看.| 亚洲图片欧美综合| 亚洲va中文字幕| 午夜久久久久久久久 | 在线播放91灌醉迷j高跟美女| 国产资源在线一区| 另类欧美日韩国产在线| 免费xxxx性欧美18vr| 日本视频免费一区| 麻豆91在线播放免费| 日韩高清不卡一区二区三区| 亚洲成人手机在线| 午夜精品福利一区二区三区av| 亚洲制服丝袜一区| 日韩电影网1区2区| 男女性色大片免费观看一区二区 | 亚洲成人av免费| 日韩激情一二三区| 久久国产尿小便嘘嘘| 国产一区在线视频| 福利电影一区二区三区| 成人激情黄色小说| 一本高清dvd不卡在线观看| 欧美色图片你懂的| 欧美一区二区三区男人的天堂| 日韩欧美国产综合在线一区二区三区 | 91猫先生在线| 欧美日韩dvd在线观看| 欧美一级高清大全免费观看| 久久老女人爱爱| 日韩毛片高清在线播放| 亚洲电影一区二区三区| 免费成人性网站| 不卡视频在线看| 欧美三级韩国三级日本三斤| 欧美电视剧免费观看| 国产精品丝袜在线| 亚洲一区二区三区视频在线| 免费看日韩精品| 成人黄动漫网站免费app| 欧美性猛交xxxxxxxx| 日韩久久精品一区| 成人免费小视频| 五月天一区二区三区| 国产在线不卡视频| 91在线视频18| 欧美v亚洲v综合ⅴ国产v| 国产精品国产三级国产普通话三级 | 亚洲一区二区精品视频| 久久精品国产99国产| 成人性色生活片| 91精品国产综合久久福利软件| 国产日韩一级二级三级| 亚洲成人一区在线| 成人h动漫精品一区二| 日韩欧美中文字幕精品| 亚洲欧美日韩成人高清在线一区| 日韩电影一二三区| 91传媒视频在线播放| 久久久久97国产精华液好用吗| 一个色妞综合视频在线观看| 国产精品一区二区久久精品爱涩| 色噜噜偷拍精品综合在线| www激情久久| 午夜精品福利视频网站| 91在线观看高清| 国产夜色精品一区二区av| 午夜国产不卡在线观看视频| 成人app在线观看| 久久亚洲一级片| 日韩国产成人精品| 欧美午夜电影在线播放| 国产精品传媒在线| 国产成人自拍在线| 日韩三级在线观看| 丝瓜av网站精品一区二区| 色综合一个色综合| 国产精品人成在线观看免费| 欧美日本在线视频| 亚洲一区视频在线| 久久久国产午夜精品| 亚洲国产成人tv| 91麻豆视频网站| 亚洲摸摸操操av| 99re视频精品| 国产精品每日更新| 国产91精品入口| 欧美国产精品一区二区| 国产福利一区二区| 国产婷婷色一区二区三区在线| 国产精品一品视频| 欧美激情在线一区二区三区| 国产成人精品三级麻豆| 中文在线一区二区| 白白色 亚洲乱淫|