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

MAPCDSF_decodeACC2Main2_Route1() static private method

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

            for (uint a0 = 0; a0 < chn_info.uk1b450; a0++)
            {
                MAPCDSF_parseACCDataMemberUsingHuffTable0(a0, mbr0, chn_info);
            }

            return rs;
        }
MaiAT3PlusCoreDecoder