Go to the source code of this file.
|
static void | fill_picture_entry (DXVA_PicEntry_HEVC *pic, unsigned index, unsigned flag) |
|
static int | get_refpic_index (const DXVA_PicParams_HEVC *pp, int surface_index) |
|
static void | fill_picture_parameters (struct dxva_context *ctx, const HEVCContext *h, DXVA_PicParams_HEVC *pp) |
|
static void | fill_scaling_lists (struct dxva_context *ctx, const HEVCContext *h, DXVA_Qmatrix_HEVC *qm) |
|
static void | fill_slice_short (DXVA_Slice_HEVC_Short *slice, unsigned position, unsigned size) |
|
static int | commit_bitstream_and_slice_buffer (AVCodecContext *avctx, DXVA2_DecodeBufferDesc *bs, DXVA2_DecodeBufferDesc *sc) |
|
static int | dxva2_hevc_start_frame (AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) |
|
static int | dxva2_hevc_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
|
static int | dxva2_hevc_end_frame (AVCodecContext *avctx) |
|
#define DO_REF_LIST |
( |
|
ref_idx, |
|
|
|
ref_list |
|
) |
| |
Value:{ \
for (j = 0, k = 0; j < rpl->nb_refs; j++) { \
if (rpl->ref[j]) { \
k++; \
} \
} \
}
Referenced by fill_picture_parameters().
static void fill_picture_entry |
( |
DXVA_PicEntry_HEVC * |
pic, |
|
|
unsigned |
index, |
|
|
unsigned |
flag |
|
) |
| |
|
static |
static int get_refpic_index |
( |
const DXVA_PicParams_HEVC * |
pp, |
|
|
int |
surface_index |
|
) |
| |
|
static |
static void fill_slice_short |
( |
DXVA_Slice_HEVC_Short * |
slice, |
|
|
unsigned |
position, |
|
|
unsigned |
size |
|
) |
| |
|
static |
static int commit_bitstream_and_slice_buffer |
( |
AVCodecContext * |
avctx, |
|
|
DXVA2_DecodeBufferDesc * |
bs, |
|
|
DXVA2_DecodeBufferDesc * |
sc |
|
) |
| |
|
static |
Initial value:= {
.name = "hevc_dxva2",
}
Definition at line 372 of file dxva2_hevc.c.