|
FFmpeg
|
Sorenson Vector Quantizer #1 (SVQ1) video codec. More...
#include "avcodec.h"#include "hpeldsp.h"#include "me_cmp.h"#include "mpegvideo.h"#include "h263.h"#include "internal.h"#include "mpegutils.h"#include "svq1.h"#include "svq1enc.h"#include "svq1enc_cb.h"#include "libavutil/avassert.h"Macros | |
| #define | QUALITY_THRESHOLD 100 |
| #define | THRESHOLD_MULTIPLIER 0.6 |
| #define | OFFSET(x) offsetof(struct SVQ1EncContext, x) |
| #define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Variables | |
| AVCodec | ff_svq1_encoder |
Sorenson Vector Quantizer #1 (SVQ1) video codec.
For more information of the SVQ1 algorithm, visit: http://www.pcisys.net/~melanson/codecs/
| AVCodec ff_svq1_encoder |
1.8.12