libavcodec/ra288.h File Reference

#include <stdint.h>
#include "dsputil.h"

Go to the source code of this file.

Functions

 DECLARE_ALIGNED (32, static const float, syn_window)[FFALIGN(111
 DECLARE_ALIGNED (32, static const float, gain_window)[FFALIGN(38
 DECLARE_ALIGNED (32, static const float, syn_bw_tab)[FFALIGN(36
 synthesis bandwidth broadening table
 DECLARE_ALIGNED (32, static const float, gain_bw_tab)[FFALIGN(10
 gain bandwidth broadening table

Variables

static const float amptable [8]
static const int16_t codetable [128][5]


Function Documentation

DECLARE_ALIGNED ( 32  ,
static const   float,
gain_bw_tab   
)

gain bandwidth broadening table

DECLARE_ALIGNED ( 32  ,
static const   float,
syn_bw_tab   
)

synthesis bandwidth broadening table

DECLARE_ALIGNED ( 32  ,
static const   float,
gain_window   
)

DECLARE_ALIGNED ( 32  ,
static const   float,
syn_window   
)


Variable Documentation

const float amptable[8] [static]

Initial value:

{
     0.515625,  0.90234375,  1.57910156,  2.76342773,
    -0.515625, -0.90234375, -1.57910156, -2.76342773
}

Definition at line 28 of file ra288.h.

Referenced by ra288_decode_frame().

const int16_t codetable[128][5] [static]

Definition at line 33 of file ra288.h.

Referenced by decode().


Generated on Fri May 25 19:21:17 2012 for FFmpeg by  doxygen 1.5.8