| FFmpeg
    | 
#include "avcodec.h"#include "h263.h"#include "intrax8.h"#include "mathops.h"#include "mpegutils.h"#include "mpegvideo.h"#include "msmpeg4.h"#include "msmpeg4data.h"#include "wmv2.h"Go to the source code of this file.
| Functions | |
| static void | parse_mb_skip (Wmv2Context *w) | 
| static int | decode_ext_header (Wmv2Context *w) | 
| int | ff_wmv2_decode_picture_header (MpegEncContext *s) | 
| int | ff_wmv2_decode_secondary_picture_header (MpegEncContext *s) | 
| static int | wmv2_decode_motion (Wmv2Context *w, int *mx_ptr, int *my_ptr) | 
| static int16_t * | wmv2_pred_motion (Wmv2Context *w, int *px, int *py) | 
| static int | wmv2_decode_inter_block (Wmv2Context *w, int16_t *block, int n, int cbp) | 
| int | ff_wmv2_decode_mb (MpegEncContext *s, int16_t block[6][64]) | 
| static av_cold int | wmv2_decode_init (AVCodecContext *avctx) | 
| static av_cold int | wmv2_decode_end (AVCodecContext *avctx) | 
| Variables | |
| AVCodec | ff_wmv2_decoder | 
| 
 | static | 
Definition at line 32 of file wmv2dec.c.
Referenced by ff_wmv2_decode_secondary_picture_header().
| 
 | static | 
Definition at line 81 of file wmv2dec.c.
Referenced by ff_wmv2_decode_picture_header().
| int ff_wmv2_decode_picture_header | ( | MpegEncContext * | s | ) | 
Definition at line 119 of file wmv2dec.c.
Referenced by ff_h263_decode_frame().
| int ff_wmv2_decode_secondary_picture_header | ( | MpegEncContext * | s | ) | 
Definition at line 139 of file wmv2dec.c.
Referenced by ff_h263_decode_frame().
| 
 | inlinestatic | 
Definition at line 228 of file wmv2dec.c.
Referenced by ff_wmv2_decode_mb().
| 
 | static | 
Definition at line 246 of file wmv2dec.c.
Referenced by ff_wmv2_decode_mb().
| 
 | inlinestatic | 
Definition at line 291 of file wmv2dec.c.
Referenced by ff_wmv2_decode_mb().
| int ff_wmv2_decode_mb | ( | MpegEncContext * | s, | 
| int16_t | block[6][64] | ||
| ) | 
Definition at line 331 of file wmv2dec.c.
Referenced by ff_msmpeg4_decode_init().
| 
 | static | 
| 
 | static | 
| AVCodec ff_wmv2_decoder | 
 1.8.2
 1.8.2