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

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專(zhuān)輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? audioplayer.jad

?? Java 錄音機(jī) Applet錄音機(jī)源碼 Applet錄音機(jī)源碼 Applet錄音機(jī)源碼
?? JAD
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
        }
    }
    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));
        }

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩精品在线一区| 91精品国产91综合久久蜜臀| 日韩成人av影视| 欧美国产精品中文字幕| 欧美日韩高清在线| proumb性欧美在线观看| 裸体健美xxxx欧美裸体表演| 中文字幕日本乱码精品影院| 日韩天堂在线观看| 色美美综合视频| 国产精品正在播放| 免费在线欧美视频| 亚洲精品国久久99热| 久久久蜜桃精品| 欧美精品日韩精品| 色哟哟一区二区| 国产高清不卡二三区| 男女男精品网站| 亚洲高清免费在线| 亚洲精品成人天堂一二三| 国产人成一区二区三区影院| 91麻豆精品国产91久久久 | 午夜精品久久久| 国产精品毛片大码女人| 精品国产第一区二区三区观看体验| 欧洲在线/亚洲| 97se亚洲国产综合在线| 大尺度一区二区| 国产精品亚洲午夜一区二区三区 | 亚洲18女电影在线观看| 亚洲欧美一区二区三区国产精品 | 日本一区二区三区四区| 久久久久久久久97黄色工厂| 91精品黄色片免费大全| 欧美高清视频一二三区| 欧美色涩在线第一页| 欧美中文字幕亚洲一区二区va在线| 99久久精品免费看国产免费软件| 国产69精品久久777的优势| 精品一区二区三区香蕉蜜桃| 日本成人在线网站| 麻豆国产欧美日韩综合精品二区 | 秋霞av亚洲一区二区三| 日韩av电影免费观看高清完整版在线观看| 亚洲欧美日韩国产中文在线| 亚洲女子a中天字幕| 一区二区在线免费| 亚洲与欧洲av电影| 亚洲午夜激情av| 视频一区欧美精品| 蜜臀av国产精品久久久久 | 在线视频你懂得一区| 在线视频国内自拍亚洲视频| 欧美性猛交xxxxxx富婆| 欧美色综合久久| 在线观看91av| 精品国产一区二区国模嫣然| 久久久欧美精品sm网站| 亚洲欧洲性图库| 一区二区日韩电影| 天堂在线亚洲视频| 国产一区二区三区在线观看精品| 国产成人在线视频网站| 91麻豆视频网站| 欧美三片在线视频观看| 7777精品伊人久久久大香线蕉的 | 欧美videos中文字幕| 久久网站最新地址| 国产精品乱人伦中文| 夜夜嗨av一区二区三区中文字幕| 午夜亚洲国产au精品一区二区| 蜜芽一区二区三区| 国产伦精品一区二区三区视频青涩 | 国产乱人伦偷精品视频不卡 | av综合在线播放| 欧美三级在线播放| 欧美va亚洲va| 亚洲视频在线一区二区| 午夜国产精品一区| 国产一区二区三区四区在线观看| aaa欧美日韩| 69久久夜色精品国产69蝌蚪网| 久久久久久久综合狠狠综合| 亚洲欧美韩国综合色| 九色综合国产一区二区三区| 99久久精品情趣| 欧美va亚洲va国产综合| 亚洲女同一区二区| 国产一区欧美日韩| 在线观看av一区| 国产日韩欧美高清| 午夜日韩在线电影| 成人免费三级在线| 欧美一区二区三区男人的天堂| 亚洲同性gay激情无套| 免费欧美在线视频| 色呦呦日韩精品| 国产午夜一区二区三区| 五月激情丁香一区二区三区| 99综合电影在线视频| 日韩欧美在线影院| 亚洲综合久久av| 成人中文字幕电影| 91精品国产丝袜白色高跟鞋| 国产精品丝袜黑色高跟| 亚洲成av人片观看| 91蜜桃在线观看| 精品国产一二三区| 夜夜夜精品看看| 国产精品影音先锋| 欧美日韩一级黄| 中文字幕高清一区| 久久电影网电视剧免费观看| 91官网在线免费观看| 国产亚洲欧美一区在线观看| 亚洲男人电影天堂| 成人激情文学综合网| 日韩一区二区电影网| 一区二区高清视频在线观看| 国产精品综合视频| 3d成人h动漫网站入口| 亚洲精品国产高清久久伦理二区| 国内久久婷婷综合| 欧美另类高清zo欧美| 一区精品在线播放| 国产高清视频一区| 欧美一区二区三区四区五区| 亚洲一区在线电影| 国产成人8x视频一区二区| 日韩精品一区二区在线观看| 亚洲自拍偷拍欧美| 99在线精品观看| 国产精品福利一区二区三区| 国产乱码精品一区二区三| 日韩三级视频在线看| 亚洲国产精品久久久久秋霞影院| 99re在线精品| 国产女人18毛片水真多成人如厕| 国产乱码精品一区二区三区五月婷| 欧美年轻男男videosbes| 亚洲免费伊人电影| 狠狠久久亚洲欧美| 精品噜噜噜噜久久久久久久久试看| 亚洲成在人线在线播放| 欧美日韩免费观看一区三区| 亚洲国产综合在线| 欧美特级限制片免费在线观看| 亚洲三级免费电影| 91免费观看国产| 亚洲第一二三四区| 欧美在线影院一区二区| 亚洲一级二级三级在线免费观看| 一本久久a久久免费精品不卡| 国产精品国产三级国产aⅴ无密码| 国产真实精品久久二三区| 国产亚洲一区二区三区在线观看| 韩国v欧美v亚洲v日本v| 亚洲精品在线免费播放| 国产一区二区女| 久久久久国产精品免费免费搜索| 高清国产一区二区三区| 中文字幕国产一区| 97精品国产露脸对白| 一区二区三区在线播放| 欧美午夜一区二区三区免费大片| 亚洲尤物视频在线| 欧美日韩精品欧美日韩精品| 日韩精品每日更新| 欧美va在线播放| 国产99久久精品| 久久网站最新地址| 色综合色狠狠综合色| 亚洲国产成人tv| 日韩写真欧美这视频| 国产尤物一区二区在线| 亚洲日本一区二区三区| 欧美色综合网站| 久久国产尿小便嘘嘘| 国产亚洲欧洲一区高清在线观看| 国内精品国产成人国产三级粉色| 国产精品久久一卡二卡| 在线观看日韩毛片| 青草av.久久免费一区| 国产亚洲一区二区三区| 欧美性大战久久久久久久| 日本sm残虐另类| 国产欧美精品区一区二区三区 | 1区2区3区国产精品| 欧美亚洲综合一区| 美国三级日本三级久久99| 久久女同精品一区二区| 色综合久久综合网97色综合| 免费日本视频一区| 中文字幕日韩av资源站| 在线不卡a资源高清| 国产乱码精品一区二区三| 亚洲男人天堂av| 亚洲精品一区二区三区四区高清 | 欧美手机在线视频| 成人av网站在线观看免费|