• Rostislav Pehlivanov's avatar
    aacenc: Move small misc. functions to a separate file · ef8e5a61
    Rostislav Pehlivanov authored
    As well as tables littered everywhere, functions were spread
    out all across the encoder's files. This moves them to a single
    place where they can be used by either the encoder's main files
    or additional encoder files. Additionally, it changes the type
    of some to 'inline' to enable us to simply put them in a header
    file and possibly gain some speed due to compiler optimizations.
    Signed-off-by: 's avatarClaudio Freire <klaussfreire@gmail.com>
    ef8e5a61
aacenc_utils.h 3.97 KB