|
|
@@ -37,12 +37,11 @@ |
|
|
|
|
|
|
|
|
#include <stdint.h> |
|
|
#include <stdint.h> |
|
|
|
|
|
|
|
|
extern AVOnce aac_table_init; /* Protects ff_aac_tableinit() */ |
|
|
|
|
|
|
|
|
|
|
|
/* NOTE: |
|
|
/* NOTE: |
|
|
* Tables in this file are used by the AAC decoder and will be used by the AAC |
|
|
|
|
|
* encoder. |
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
* Tables in this file are shared by the AAC decoders and encoder */ |
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
extern AVOnce aac_table_init; /* Protects ff_aac_tableinit() */ |
|
|
|
|
|
|
|
|
/* @name ltp_coef |
|
|
/* @name ltp_coef |
|
|
* Table of the LTP coefficients |
|
|
* Table of the LTP coefficients |
|
|
|