Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: MIPS Calculation in AAC, HEAAC,HEAAC v2 (Read 4522 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

MIPS Calculation in AAC, HEAAC,HEAAC v2

I would like to know the MIPS calculation formula's for various versions of AAC, starting from pure AAC, through HEAAC and finally HEAAC v2. I'm familiar with the general eqation given below (for a single frame)

    MIPS = (No of Cycles per frame * Sampling frequency)/(Samples per frame * 1000000)

        But what my doubt is regarding the "Samples per frame" factor in the equation. What value to use for each version and for different channel configuration like single channel and two channel etc..Till now i was using these values irrespective of channel count.
    AAC        - 1024
    HEAAC    - 2048
    HEAAC v2 - 2048

Thanks in advance