FFmpeg
Classes | Macros
aacdec_template.c File Reference

AAC decoder. More...

#include "libavutil/thread.h"

Classes

struct  elem_to_channel
 

Macros

#define overread_err   "Input buffer exhausted before END element found\n"
 
#define AAC_INIT_VLC_STATIC(num, size)
 
#define AACDEC_FLAGS   AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_AUDIO_PARAM
 AVOptions for Japanese DTV specific extensions (ADTS only)
 

Detailed Description

AAC decoder.

Author
Oded Shimon ( ods15 ods15 dyndns org )
Maxim Gavrilov ( maxim.gavrilov gmail com )

AAC decoder fixed-point implementation

Author
Stanislav Ocovaj ( stanislav.ocovaj imgtec com )
Nedeljko Babic ( nedeljko.babic imgtec com )

Macro Definition Documentation

§ AAC_INIT_VLC_STATIC

#define AAC_INIT_VLC_STATIC (   num,
  size 
)
Value:
INIT_VLC_STATIC(&vlc_spectral[num], 8, ff_aac_spectral_sizes[num], \
ff_aac_spectral_bits[num], sizeof(ff_aac_spectral_bits[num][0]), \
sizeof(ff_aac_spectral_bits[num][0]), \
ff_aac_spectral_codes[num], sizeof(ff_aac_spectral_codes[num][0]), \
sizeof(ff_aac_spectral_codes[num][0]), \
size);