#include "avcodec.h"
#include "nvdec.h"
#include "decode.h"
#include "hwaccel_internal.h"
#include "internal.h"
#include "vp8.h"
Go to the source code of this file.
◆ safe_get_ref_idx()
static unsigned char safe_get_ref_idx |
( |
VP8Frame * |
frame | ) |
|
|
static |
◆ nvdec_vp8_start_frame()
static int nvdec_vp8_start_frame |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
buffer, |
|
|
uint32_t |
size |
|
) |
| |
|
static |
◆ nvdec_vp8_frame_params()
◆ ff_vp8_nvdec_hwaccel
Initial value:= {
.p.name = "vp8_nvdec",
}
Definition at line 94 of file nvdec_vp8.c.