#include "avcodec.h"
#include "nvdec.h"
#include "decode.h"
#include "internal.h"
#include "vp8.h"
Go to the source code of this file.
static unsigned char safe_get_ref_idx |
( |
VP8Frame * |
frame | ) |
|
|
static |
Initial value:= {
.name = "vp8_nvdec",
}
int ff_nvdec_simple_end_frame(AVCodecContext *avctx)
static int nvdec_vp8_frame_params(AVCodecContext *avctx, AVBufferRef *hw_frames_ctx)
int ff_nvdec_simple_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
int ff_nvdec_decode_init(AVCodecContext *avctx)
static int nvdec_vp8_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
HW acceleration through CUDA.
int ff_nvdec_decode_uninit(AVCodecContext *avctx)
Definition at line 93 of file nvdec_vp8.c.