|
FFmpeg
|
VP5 and VP6 compatible video decoder (common features) More...
#include "avcodec.h"#include "bytestream.h"#include "internal.h"#include "h264chroma.h"#include "vp56.h"#include "vp56data.h"Macros | |
| #define | TRANSPOSE(x) (((x) >> 3) | (((x) & 7) << 3)) |
Functions | |
| void | ff_vp56_init_dequant (VP56Context *s, int quantizer) |
| int | ff_vp56_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
| av_cold int | ff_vp56_init (AVCodecContext *avctx, int flip, int has_alpha) |
| av_cold int | ff_vp56_init_context (AVCodecContext *avctx, VP56Context *s, int flip, int has_alpha) |
| av_cold int | ff_vp56_free (AVCodecContext *avctx) |
| av_cold int | ff_vp56_free_context (VP56Context *s) |
VP5 and VP6 compatible video decoder (common features)
1.8.12