| FFmpeg
    | 
#include <math.h>#include <stdint.h>#include "libavutil/common.h"#include "libavutil/libm.h"#include "libavutil/mathematics.h"#include "libavutil/mem.h"Go to the source code of this file.
| Macros | |
| #define | NR_ALLPASS_BANDS20 30 | 
| #define | NR_ALLPASS_BANDS34 50 | 
| #define | PS_AP_LINKS 3 | 
| #define | TABLE_CONST | 
| Functions | |
| static av_cold void | make_filters_from_proto (float(*filter)[8][2], const float *proto, int bands) | 
| static av_cold void | ps_tableinit (void) | 
| Variables | |
| static float | pd_re_smooth [8 *8 *8] | 
| static float | pd_im_smooth [8 *8 *8] | 
| static float | HA [46][8][4] | 
| static float | HB [46][8][4] | 
| static float | f20_0_8 [8][8][2] | 
| static float | f34_0_12 [12][8][2] | 
| static float | f34_1_8 [8][8][2] | 
| static float | f34_2_4 [4][8][2] | 
| static TABLE_CONST float | Q_fract_allpass [2][50][3][2] | 
| static float | phi_fract [2][50][2] | 
| static const float | g0_Q8 [] | 
| static const float | g0_Q12 [] | 
| static const float | g1_Q8 [] | 
| static const float | g2_Q4 [] | 
| #define NR_ALLPASS_BANDS20 30 | 
Definition at line 38 of file aacps_tablegen.h.
Referenced by ps_tableinit().
| #define NR_ALLPASS_BANDS34 50 | 
Definition at line 39 of file aacps_tablegen.h.
Referenced by ps_tableinit().
| #define PS_AP_LINKS 3 | 
Definition at line 40 of file aacps_tablegen.h.
Referenced by ps_tableinit().
| #define TABLE_CONST | 
Definition at line 41 of file aacps_tablegen.h.
| 
 | static | 
Definition at line 73 of file aacps_tablegen.h.
Referenced by ps_tableinit().
< Linear Inter-channel Intensity Difference
Definition at line 85 of file aacps_tablegen.h.
| 
 | static | 
Definition at line 42 of file aacps_tablegen.h.
Referenced by ps_tableinit().
| 
 | static | 
Definition at line 43 of file aacps_tablegen.h.
Referenced by ps_tableinit().
| 
 | static | 
Definition at line 44 of file aacps_tablegen.h.
Referenced by ps_tableinit().
| 
 | static | 
Definition at line 45 of file aacps_tablegen.h.
Referenced by ps_tableinit().
| 
 | static | 
Definition at line 46 of file aacps_tablegen.h.
Referenced by ps_tableinit().
| 
 | static | 
Definition at line 47 of file aacps_tablegen.h.
Referenced by ps_tableinit().
| 
 | static | 
Definition at line 48 of file aacps_tablegen.h.
Referenced by ps_tableinit().
| 
 | static | 
Definition at line 49 of file aacps_tablegen.h.
Referenced by ps_tableinit().
| 
 | static | 
Definition at line 50 of file aacps_tablegen.h.
Referenced by ps_tableinit().
| 
 | static | 
Definition at line 51 of file aacps_tablegen.h.
Referenced by ps_tableinit().
| 
 | static | 
Definition at line 53 of file aacps_tablegen.h.
Referenced by ps_tableinit().
| 
 | static | 
Definition at line 58 of file aacps_tablegen.h.
Referenced by ps_tableinit().
| 
 | static | 
Definition at line 63 of file aacps_tablegen.h.
Referenced by ps_tableinit().
| 
 | static | 
Definition at line 68 of file aacps_tablegen.h.
Referenced by ps_tableinit().
 1.8.6
 1.8.6