view libmpcodecs/ae_faac.h @ 25075:c18499a044ce

Change to a 64 bit accumulation variable instead of shifting. Changing the way the loop is done is necessary to reduce register pressure. About 20% speedup even on 32 bit x86.
author reimar
date Sun, 18 Nov 2007 18:52:51 +0000
parents 854990f357ee
children 3baf6a2283da
line wrap: on
line source

#ifndef MPAE_FAAC_H
#define MPAE_FAAC_H

#include "ae.h"

int mpae_init_faac(audio_encoder_t *encoder);

#endif