CSPspEmu.Hle.Formats.audio.At3.MaiAT3PlusCoreDecoder.MAPCDSF_decodeACC2Main0_Route2 C# (CSharp) Method

MAPCDSF_decodeACC2Main0_Route2() static private method

static private MAPCDSF_decodeACC2Main0_Route2 ( MaiBitReader mbr0, MaiAT3PlusCoreDecoderChnInfo chn_info ) : int
mbr0 CSPspEmu.Hle.Formats.audio.At3.SUB.MaiBitReader
chn_info MaiAT3PlusCoreDecoderChnInfo
return int
        static int MAPCDSF_decodeACC2Main0_Route2(MaiBitReader mbr0, MaiAT3PlusCoreDecoderChnInfo chn_info)
        {
            int rs = 0;

            chn_info.acc_data_now.table[0].num_acc = (int)MAPCDSF_getHuffValue(MaiAT3PlusCoreDecoder_StaticData.MAPCDSD_huff_table_global_0[0], mbr0);

            for (uint a0 = 1; a0 < chn_info.uk1b450; a0++)
            {
                chn_info.acc_data_now.table[a0].num_acc = (int)(chn_info.acc_data_now.table[a0 - 1].num_acc + MAPCDSF_getHuffValue(MaiAT3PlusCoreDecoder_StaticData.MAPCDSD_huff_table_global_1[0], mbr0));
                chn_info.acc_data_now.table[a0].num_acc &= 0x7;
            }

            return rs;
        }
MaiAT3PlusCoreDecoder