| 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 81 of file utvideodec.c.
Referenced by decode_frame().
| 
 | static | 
Definition at line 186 of file utvideodec.c.
Referenced by decode_frame().
| 
 | static | 
Definition at line 204 of file utvideodec.c.
Referenced by decode_frame().
| 
 | static | 
Definition at line 260 of file utvideodec.c.
Referenced by decode_frame().
| 
 | static | 
Definition at line 330 of file utvideodec.c.
| 
 | static | 
Definition at line 474 of file utvideodec.c.
| 
 | static | 
Definition at line 544 of file utvideodec.c.
| AVCodec ff_utvideo_decoder | 
Definition at line 553 of file utvideodec.c.
 1.8.6
 1.8.6