#include "config_components.h"
#include "libavutil/avassert.h"
#include "dxva2_internal.h"
#include "h264dec.h"
#include "h264data.h"
#include "h264_ps.h"
#include "hwaccel_internal.h"
#include "mpegutils.h"
Go to the source code of this file.
|
| static void | fill_picture_entry (DXVA_PicEntry_H264 *pic, unsigned index, unsigned flag) |
| |
| void | ff_dxva2_h264_fill_picture_parameters (const AVCodecContext *avctx, AVDXVAContext *ctx, DXVA_PicParams_H264 *pp) |
| |
| void | ff_dxva2_h264_fill_scaling_lists (const AVCodecContext *avctx, AVDXVAContext *ctx, DXVA_Qmatrix_H264 *qm) |
| |
| static int | is_slice_short (const AVCodecContext *avctx, AVDXVAContext *ctx) |
| |
| static void | fill_slice_short (DXVA_Slice_H264_Short *slice, unsigned position, unsigned size) |
| |
| static int | get_refpic_index (const DXVA_PicParams_H264 *pp, int surface_index) |
| |
| static void | fill_slice_long (AVCodecContext *avctx, DXVA_Slice_H264_Long *slice, const DXVA_PicParams_H264 *pp, unsigned position, unsigned size) |
| |
| static int | commit_bitstream_and_slice_buffer (AVCodecContext *avctx, DECODER_BUFFER_DESC *bs, DECODER_BUFFER_DESC *sc) |
| |
| static int | dxva2_h264_start_frame (AVCodecContext *avctx, av_unused const AVBufferRef *buffer_ref, 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) |
| |
◆ fill_picture_entry()
| static void fill_picture_entry |
( |
DXVA_PicEntry_H264 * | pic, |
|
|
unsigned | index, |
|
|
unsigned | flag ) |
|
static |
◆ ff_dxva2_h264_fill_picture_parameters()
◆ ff_dxva2_h264_fill_scaling_lists()
◆ is_slice_short()
◆ fill_slice_short()
| static void fill_slice_short |
( |
DXVA_Slice_H264_Short * | slice, |
|
|
unsigned | position, |
|
|
unsigned | size ) |
|
static |
◆ get_refpic_index()
| static int get_refpic_index |
( |
const DXVA_PicParams_H264 * | pp, |
|
|
int | surface_index ) |
|
static |
◆ fill_slice_long()
| static void fill_slice_long |
( |
AVCodecContext * | avctx, |
|
|
DXVA_Slice_H264_Long * | slice, |
|
|
const DXVA_PicParams_H264 * | pp, |
|
|
unsigned | position, |
|
|
unsigned | size ) |
|
static |
◆ commit_bitstream_and_slice_buffer()
◆ dxva2_h264_start_frame()
◆ dxva2_h264_decode_slice()
| static int dxva2_h264_decode_slice |
( |
AVCodecContext * | avctx, |
|
|
const uint8_t * | buffer, |
|
|
uint32_t | size ) |
|
static |
◆ dxva2_h264_end_frame()