FFmpeg
|
Ut Video decoder. More...
#include <inttypes.h>
#include <stdlib.h>
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "bswapdsp.h"
#include "bytestream.h"
#include "get_bits.h"
#include "thread.h"
#include "utvideo.h"
Go to the source code of this file.
Functions | |
static int | build_huff (const uint8_t *src, VLC *vlc, int *fsym) |
static int | decode_plane (UtvideoContext *c, int plane_no, uint8_t *dst, int step, int stride, int width, int height, const uint8_t *src, int use_pred) |
static void | restore_rgb_planes (uint8_t *src, int step, int stride, int width, int height) |
static void | restore_median (uint8_t *src, int step, int stride, int width, int height, int slices, int rmode) |
static void | restore_median_il (uint8_t *src, int step, int stride, int width, int height, int slices, int rmode) |
static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold int | decode_init (AVCodecContext *avctx) |
static av_cold int | decode_end (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_utvideo_decoder |
Ut Video decoder.
Definition in file utvideodec.c.
Definition at line 38 of file utvideodec.c.
Referenced by decode_plane().
|
static |
Definition at line 80 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 185 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 203 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 257 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 325 of file utvideodec.c.
|
static |
Definition at line 469 of file utvideodec.c.
|
static |
Definition at line 539 of file utvideodec.c.
AVCodec ff_utvideo_decoder |
Definition at line 548 of file utvideodec.c.