FFmpeg
|
DV decoder. More...
#include "libavutil/avassert.h"
#include "libavutil/internal.h"
#include "libavutil/pixdesc.h"
#include "avcodec.h"
#include "internal.h"
#include "get_bits.h"
#include "put_bits.h"
#include "simple_idct.h"
#include "dvdata.h"
Go to the source code of this file.
Data Structures | |
struct | BlockInfo |
Functions | |
static void | dv_decode_ac (GetBitContext *gb, BlockInfo *mb, int16_t *block) |
static void | bit_copy (PutBitContext *pb, GetBitContext *gb) |
static int | dv_decode_video_segment (AVCodecContext *avctx, void *arg) |
static int | dvvideo_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static int | dvvideo_close (AVCodecContext *c) |
Variables | |
static const int | dv_iweight_bits = 14 |
AVCodec | ff_dvvideo_decoder |
DV decoder.
Definition in file dvdec.c.
|
static |
Definition at line 61 of file dvdec.c.
Referenced by dv_decode_video_segment().
|
inlinestatic |
Definition at line 119 of file dvdec.c.
Referenced by dv_decode_video_segment().
|
static |
Definition at line 132 of file dvdec.c.
Referenced by dvvideo_decode_frame().
|
static |
|
static |
|
static |
Definition at line 58 of file dvdec.c.
Referenced by dv_decode_ac().
AVCodec ff_dvvideo_decoder |