|
FFmpeg
|
AAC encoder twoloop coder. More...
#include <float.h>#include "libavutil/mathematics.h"#include "mathops.h"#include "avcodec.h"#include "put_bits.h"#include "aac.h"#include "aacenc.h"#include "aactab.h"#include "aacenctab.h"Go to the source code of this file.
Macros | |
| #define | NOISE_LOW_LIMIT 4000 |
| This file contains a template for the twoloop coder function. More... | |
| #define | sclip(x) av_clip(x,60,218) |
AAC encoder twoloop coder.
| #define NOISE_LOW_LIMIT 4000 |
This file contains a template for the twoloop coder function.
It needs to be provided, externally, as an already included declaration, the following functions from aacenc_quantization/util.h. They're not included explicitly here to make it possible to provide alternative implementations:
1.8.12