#include "dxva2_internal.h"
#include "h264.h"
#include "h264data.h"
Go to the source code of this file.
|
static void | fill_picture_entry (DXVA_PicEntry_H264 *pic, unsigned index, unsigned flag) |
|
static void | fill_picture_parameters (struct dxva_context *ctx, const H264Context *h, DXVA_PicParams_H264 *pp) |
|
static void | fill_scaling_lists (struct dxva_context *ctx, const H264Context *h, DXVA_Qmatrix_H264 *qm) |
|
static int | is_slice_short (struct dxva_context *ctx) |
|
static void | fill_slice_short (DXVA_Slice_H264_Short *slice, unsigned position, unsigned size) |
|
static void | fill_slice_long (AVCodecContext *avctx, DXVA_Slice_H264_Long *slice, unsigned position, unsigned size) |
|
static int | commit_bitstream_and_slice_buffer (AVCodecContext *avctx, DXVA2_DecodeBufferDesc *bs, DXVA2_DecodeBufferDesc *sc) |
|
static int | dxva2_h264_start_frame (AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) |
|
static int | dxva2_h264_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
|
static int | dxva2_h264_end_frame (AVCodecContext *avctx) |
|
static void fill_picture_entry |
( |
DXVA_PicEntry_H264 * |
pic, |
|
|
unsigned |
index, |
|
|
unsigned |
flag |
|
) |
| |
|
static |
static void fill_slice_short |
( |
DXVA_Slice_H264_Short * |
slice, |
|
|
unsigned |
position, |
|
|
unsigned |
size |
|
) |
| |
|
static |
static void fill_slice_long |
( |
AVCodecContext * |
avctx, |
|
|
DXVA_Slice_H264_Long * |
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 = "h264_dxva2",
}
Definition at line 443 of file dxva2_h264.c.