FFmpeg
|
Go to the source code of this file.
Macros | |
#define | USE_FIXED 0 |
#define | AAC_RENAME(x) x |
#define | AAC_RENAME_32(x) x |
#define | AAC_RENAME2(x) ff_ ## x |
#define | FIXR(x) ((float)(x)) |
#define | FIXR10(x) ((float)(x)) |
#define | Q23(x) ((float)(x)) |
#define | Q30(x) ((float)(x)) |
#define | Q31(x) ((float)(x)) |
#define | TX_SCALE(x) ((x) / 32768.0f) |
#define | GET_GAIN(x, y) powf((x), -(y)) |
#define | AAC_MUL16(x, y) ((x) * (y)) |
#define | AAC_MUL26(x, y) ((x) * (y)) |
#define | AAC_MUL30(x, y) ((x) * (y)) |
#define | AAC_MUL31(x, y) ((x) * (y)) |
#define | AAC_MADD28(x, y, a, b) ((x) * (y) + (a) * (b)) |
#define | AAC_MADD30(x, y, a, b) ((x) * (y) + (a) * (b)) |
#define | AAC_MADD30_V8(x, y, a, b, c, d, e, f) |
#define | AAC_MSUB30(x, y, a, b) ((x) * (y) - (a) * (b)) |
#define | AAC_MSUB30_V8(x, y, a, b, c, d, e, f) |
#define | AAC_MSUB31_V3(x, y, z) ((x) - (y)) * (z) |
#define | AAC_HALF_SUM(x, y) ((x) + (y)) * 0.5f |
#define | AAC_SRA_R(x, y) (x) |
Typedefs | |
typedef float | INTFLOAT |
typedef float | UINTFLOAT |
typedef float | INT64FLOAT |
typedef float | SHORTFLOAT |
typedef float | AAC_FLOAT |
typedef unsigned | AAC_SIGNE |
#define USE_FIXED 0 |
Definition at line 25 of file aac_defines.h.
#define AAC_RENAME | ( | x | ) | x |
Definition at line 79 of file aac_defines.h.
#define AAC_RENAME_32 | ( | x | ) | x |
Definition at line 80 of file aac_defines.h.
#define AAC_RENAME2 | ( | x | ) | ff_ ## x |
Definition at line 81 of file aac_defines.h.
#define FIXR | ( | x | ) | ((float)(x)) |
Definition at line 88 of file aac_defines.h.
#define FIXR10 | ( | x | ) | ((float)(x)) |
Definition at line 89 of file aac_defines.h.
#define Q23 | ( | x | ) | ((float)(x)) |
Definition at line 90 of file aac_defines.h.
#define Q30 | ( | x | ) | ((float)(x)) |
Definition at line 91 of file aac_defines.h.
#define Q31 | ( | x | ) | ((float)(x)) |
Definition at line 92 of file aac_defines.h.
#define TX_SCALE | ( | x | ) | ((x) / 32768.0f) |
Definition at line 93 of file aac_defines.h.
#define GET_GAIN | ( | x, | |
y | |||
) | powf((x), -(y)) |
Definition at line 94 of file aac_defines.h.
#define AAC_MUL16 | ( | x, | |
y | |||
) | ((x) * (y)) |
Definition at line 95 of file aac_defines.h.
#define AAC_MUL26 | ( | x, | |
y | |||
) | ((x) * (y)) |
Definition at line 96 of file aac_defines.h.
#define AAC_MUL30 | ( | x, | |
y | |||
) | ((x) * (y)) |
Definition at line 97 of file aac_defines.h.
#define AAC_MUL31 | ( | x, | |
y | |||
) | ((x) * (y)) |
Definition at line 98 of file aac_defines.h.
Definition at line 99 of file aac_defines.h.
Definition at line 100 of file aac_defines.h.
Definition at line 103 of file aac_defines.h.
#define AAC_MSUB31_V3 | ( | x, | |
y, | |||
z | |||
) | ((x) - (y)) * (z) |
Definition at line 106 of file aac_defines.h.
#define AAC_HALF_SUM | ( | x, | |
y | |||
) | ((x) + (y)) * 0.5f |
Definition at line 107 of file aac_defines.h.
#define AAC_SRA_R | ( | x, | |
y | |||
) | (x) |
Definition at line 108 of file aac_defines.h.
Definition at line 82 of file aac_defines.h.
Definition at line 83 of file aac_defines.h.
typedef float INT64FLOAT |
Definition at line 84 of file aac_defines.h.
typedef float SHORTFLOAT |
Definition at line 85 of file aac_defines.h.
Definition at line 86 of file aac_defines.h.
typedef unsigned AAC_SIGNE |
Definition at line 87 of file aac_defines.h.