#include "avcodec.h"
#include "ac3.h"
#include "ac3_parser_internal.h"
#include "ac3dec.h"
#include "ac3dec_data.h"
#include "eac3_data.h"
Go to the source code of this file.
◆ COEFF_0
      
        
          | #define COEFF_0   10273905LL | 
      
 
lrint(M_SQRT2*cos(2*M_PI/12)*(1<<23)) 
Definition at line 153 of file eac3dec.c.
 
 
◆ COEFF_1
      
        
          | #define COEFF_1   11863283LL | 
      
 
 
◆ COEFF_2
      
        
          | #define COEFF_2   3070444LL | 
      
 
lrint(M_SQRT2*cos(5*M_PI/12)*(1<<23)) 
Definition at line 159 of file eac3dec.c.
 
 
◆ EAC3GaqMode
gain adaptive quantization mode 
| Enumerator | 
|---|
| EAC3_GAQ_NO |  | 
| EAC3_GAQ_12 |  | 
| EAC3_GAQ_14 |  | 
| EAC3_GAQ_124 |  | 
Definition at line 49 of file eac3dec.c.
 
 
◆ ff_eac3_apply_spectral_extension()
  
  | 
        
          | static void ff_eac3_apply_spectral_extension | ( | AC3DecodeContext * | s | ) |  |  | static | 
 
 
◆ idct6()
  
  | 
        
          | static void idct6 | ( | int | pre_mant[6] | ) |  |  | static | 
 
 
◆ ff_eac3_decode_transform_coeffs_aht_ch()
  
  | 
        
          | static void ff_eac3_decode_transform_coeffs_aht_ch | ( | AC3DecodeContext * | s, |  
          |  |  | int | ch |  
          |  | ) |  |  |  | static | 
 
 
◆ ff_eac3_parse_header()
  
  | 
        
          | static int ff_eac3_parse_header | ( | AC3DecodeContext * | s, |  
          |  |  | const AC3HeaderInfo * | hdr |  
          |  | ) |  |  |  | static |