AAC encoder utilities.
More...
#include "libavutil/ffmath.h"
#include "aac.h"
#include "aacenctab.h"
#include "aactab.h"
Go to the source code of this file.
|
|
#define | ROUND_STANDARD 0.4054f |
| |
|
#define | ROUND_TO_ZERO 0.1054f |
| |
|
#define | C_QUANT 0.4054f |
| |
| #define | ERROR_IF(cond, ...) |
| |
| #define | WARN_IF(cond, ...) |
| |
AAC encoder utilities.
- Author
- Rostislav Pehlivanov ( atomnuker gmail com )
§ ERROR_IF
| #define ERROR_IF |
( |
|
cond, |
|
|
|
... |
|
) |
| |
Value:if (cond) { \
return AVERROR(EINVAL); \
}
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
Definition: log.h:176
§ WARN_IF
| #define WARN_IF |
( |
|
cond, |
|
|
|
... |
|
) |
| |
Value:if (cond) { \
}
#define AV_LOG_WARNING
Something somehow does not look correct.
Definition: log.h:182