FFmpeg
|
#include "libavutil/imgutils.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "internal.h"
#include "bswapdsp.h"
#include "bytestream.h"
#include "put_bits.h"
#include "mathops.h"
#include "utvideo.h"
#include "huffman.h"
Go to the source code of this file.
Data Structures | |
struct | HuffEntry |
Macros | |
#define | OFFSET(x) offsetof(UtvideoContext, x) |
#define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Variables | |
static const int | ut_pred_order [5] |
static const AVOption | options [] |
static const AVClass | utvideo_class |
AVCodec | ff_utvideo_encoder |
Ut Video encoder
Definition in file utvideoenc.c.
#define OFFSET | ( | x | ) | offsetof(UtvideoContext, x) |
Definition at line 670 of file utvideoenc.c.
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 671 of file utvideoenc.c.
|
static |
Definition at line 53 of file utvideoenc.c.
Referenced by calculate_codes().
|
static |
Definition at line 60 of file utvideoenc.c.
Referenced by calculate_codes().
|
static |
Definition at line 66 of file utvideoenc.c.
Referenced by utvideo_encode_init().
|
static |
Definition at line 78 of file utvideoenc.c.
|
static |
Definition at line 264 of file utvideoenc.c.
Referenced by utvideo_encode_frame().
|
static |
Definition at line 309 of file utvideoenc.c.
Referenced by encode_plane().
Definition at line 343 of file utvideoenc.c.
Referenced by encode_plane().
|
static |
Definition at line 357 of file utvideoenc.c.
Referenced by encode_plane().
|
static |
Definition at line 378 of file utvideoenc.c.
Referenced by encode_plane().
|
static |
Definition at line 410 of file utvideoenc.c.
Referenced by utvideo_encode_frame().
|
static |
Definition at line 551 of file utvideoenc.c.
|
static |
Definition at line 47 of file utvideoenc.c.
Referenced by utvideo_encode_init().
|
static |
Definition at line 672 of file utvideoenc.c.
|
static |
Definition at line 682 of file utvideoenc.c.
AVCodec ff_utvideo_encoder |
Definition at line 689 of file utvideoenc.c.