|
FFmpeg
|
DV decoder. More...
#include "libavutil/avassert.h"#include "libavutil/internal.h"#include "libavutil/imgutils.h"#include "libavutil/pixdesc.h"#include "avcodec.h"#include "idctdsp.h"#include "internal.h"#include "get_bits.h"#include "put_bits.h"#include "simple_idct.h"#include "dvdata.h"#include "dv.h"Go to the source code of this file.
Data Structures | |
| struct | BlockInfo |
Functions | |
| static av_cold int | dvvideo_decode_init (AVCodecContext *avctx) |
| 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) |
Variables | |
| static const int | dv_iweight_bits = 14 |
| AVCodec | ff_dvvideo_decoder |
DV decoder.
Definition in file dvdec.c.
|
static |
|
static |
Definition at line 90 of file dvdec.c.
Referenced by dv_decode_video_segment().
|
inlinestatic |
Definition at line 148 of file dvdec.c.
Referenced by dv_decode_video_segment().
|
static |
Definition at line 161 of file dvdec.c.
Referenced by dvvideo_decode_frame().
|
static |
|
static |
Definition at line 61 of file dvdec.c.
Referenced by dv_decode_ac().
| AVCodec ff_dvvideo_decoder |
1.8.2