ra288.h File Reference
#include <stdint.h>
#include "libavutil/common.h"
Include dependency graph for ra288.h:
This graph shows which files directly or indirectly include this file:

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 More...
 
 DECLARE_ALIGNED (32, static const float, gain_bw_tab)[FFALIGN(10
 gain bandwidth broadening table More...
 

Variables

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

Function Documentation

DECLARE_ALIGNED ( 32  ,
static const  float,
syn_window   
)
DECLARE_ALIGNED ( 32  ,
static const  float,
gain_window   
)
DECLARE_ALIGNED ( 32  ,
static const  float,
syn_bw_tab   
)

synthesis bandwidth broadening table

DECLARE_ALIGNED ( 32  ,
static const  float,
gain_bw_tab   
)

gain bandwidth broadening table

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().