#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.
|
static | DECLARE_ALIGNED (16, float, f20_0_8)[8][8][2] |
|
static | DECLARE_ALIGNED (16, float, f34_0_12)[12][8][2] |
|
static | DECLARE_ALIGNED (16, float, f34_1_8)[8][8][2] |
|
static | DECLARE_ALIGNED (16, float, f34_2_4)[4][8][2] |
|
static | DECLARE_ALIGNED (16, float, Q_fract_allpass)[2][50][3][2] |
|
static | DECLARE_ALIGNED (16, float, phi_fract)[2][50][2] |
|
static void | make_filters_from_proto (float(*filter)[8][2], const float *proto, int bands) |
|
static void | ps_tableinit (void) |
|
#define NR_ALLPASS_BANDS20 30 |
#define NR_ALLPASS_BANDS34 50 |
static DECLARE_ALIGNED |
( |
16 |
, |
|
|
float |
, |
|
|
f20_0_8 |
|
|
) |
| |
|
static |
static DECLARE_ALIGNED |
( |
16 |
, |
|
|
float |
, |
|
|
f34_0_12 |
|
|
) |
| |
|
static |
static DECLARE_ALIGNED |
( |
16 |
, |
|
|
float |
, |
|
|
f34_1_8 |
|
|
) |
| |
|
static |
static DECLARE_ALIGNED |
( |
16 |
, |
|
|
float |
, |
|
|
f34_2_4 |
|
|
) |
| |
|
static |
static DECLARE_ALIGNED |
( |
16 |
, |
|
|
float |
, |
|
|
Q_fract_allpass |
|
|
) |
| |
|
static |
static DECLARE_ALIGNED |
( |
16 |
, |
|
|
float |
, |
|
|
phi_fract |
|
|
) |
| |
|
static |
static void make_filters_from_proto |
( |
float(*) |
filter[8][2], |
|
|
const float * |
proto, |
|
|
int |
bands |
|
) |
| |
|
static |
Initial value:= {
0.04081179924692f, 0.03812810994926f, 0.05144908135699f, 0.06399831151592f,
0.07428313801106f, 0.08100347892914f, 0.08333333333333f
}
Definition at line 56 of file aacps_tablegen.h.
Referenced by ps_tableinit().
Initial value:= {
0.00746082949812f, 0.02270420949825f, 0.04546865930473f, 0.07266113929591f,
0.09885108575264f, 0.11793710567217f, 0.125f
}
Definition at line 51 of file aacps_tablegen.h.
Referenced by ps_tableinit().
Initial value:= {
0.01565675600122f, 0.03752716391991f, 0.05417891378782f, 0.08417044116767f,
0.10307344158036f, 0.12222452249753f, 0.125f
}
Definition at line 61 of file aacps_tablegen.h.
Referenced by ps_tableinit().
Initial value:= {
-0.05908211155639f, -0.04871498374946f, 0.0f, 0.07778723915851f,
0.16486303567403f, 0.23279856662996f, 0.25f
}
Definition at line 66 of file aacps_tablegen.h.
Referenced by ps_tableinit().
float pd_im_smooth[8 *8 *8] |
|
static |
float pd_re_smooth[8 *8 *8] |
|
static |