|
FFmpeg
|
#include <SvtJpegxsEnc.h>#include "libavutil/avassert.h"#include "libavutil/common.h"#include "libavutil/cpu.h"#include "libavutil/imgutils.h"#include "libavutil/rational.h"#include "avcodec.h"#include "codec_internal.h"#include "encode.h"#include "profiles.h"Go to the source code of this file.
Data Structures | |
| struct | SvtJpegXsEncodeContext |
Macros | |
| #define | OFFSET(x) |
| #define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
| static int | svt_jpegxs_enc_encode (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) |
| static av_cold int | svt_jpegxs_enc_free (AVCodecContext *avctx) |
| static void | set_pix_fmt (AVCodecContext *avctx, svt_jpeg_xs_encoder_api_t *encoder) |
| static av_cold int | svt_jpegxs_enc_init (AVCodecContext *avctx) |
Variables | |
| static enum AVPixelFormat | pix_fmts [] |
| static const FFCodecDefault | svt_jpegxs_defaults [] |
| static const AVOption | svtjpegxs_enc_options [] |
| static const AVClass | svtjpegxs_enc_class |
| const FFCodec | ff_libsvtjpegxs_encoder |
| #define OFFSET | ( | x | ) |
Definition at line 260 of file libsvtjpegxsenc.c.
| #define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 261 of file libsvtjpegxsenc.c.
|
static |
Definition at line 53 of file libsvtjpegxsenc.c.
|
static |
Definition at line 107 of file libsvtjpegxsenc.c.
|
static |
Definition at line 115 of file libsvtjpegxsenc.c.
Referenced by svt_jpegxs_enc_init().
|
static |
Definition at line 172 of file libsvtjpegxsenc.c.
|
static |
Definition at line 239 of file libsvtjpegxsenc.c.
|
static |
Definition at line 255 of file libsvtjpegxsenc.c.
|
static |
Definition at line 262 of file libsvtjpegxsenc.c.
|
static |
Definition at line 280 of file libsvtjpegxsenc.c.
| const FFCodec ff_libsvtjpegxs_encoder |
Definition at line 287 of file libsvtjpegxsenc.c.