FFmpeg
Functions
vaapi_mpeg4.c File Reference
#include "config_components.h"
#include "h263.h"
#include "hwaccel_internal.h"
#include "mpeg4videodec.h"
#include "mpegvideo.h"
#include "mpegvideodec.h"
#include "vaapi_decode.h"

Go to the source code of this file.

Functions

static int mpeg4_get_intra_dc_vlc_thr (Mpeg4DecContext *s)
 Reconstruct bitstream intra_dc_vlc_thr. More...
 
static int vaapi_mpeg4_start_frame (AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size)
 
static int vaapi_mpeg4_end_frame (AVCodecContext *avctx)
 
static int vaapi_mpeg4_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
 

Function Documentation

◆ mpeg4_get_intra_dc_vlc_thr()

static int mpeg4_get_intra_dc_vlc_thr ( Mpeg4DecContext s)
static

Reconstruct bitstream intra_dc_vlc_thr.

Definition at line 33 of file vaapi_mpeg4.c.

Referenced by vaapi_mpeg4_start_frame().

◆ vaapi_mpeg4_start_frame()

static int vaapi_mpeg4_start_frame ( AVCodecContext avctx,
av_unused const uint8_t *  buffer,
av_unused uint32_t  size 
)
static

Definition at line 48 of file vaapi_mpeg4.c.

◆ vaapi_mpeg4_end_frame()

static int vaapi_mpeg4_end_frame ( AVCodecContext avctx)
static

Definition at line 139 of file vaapi_mpeg4.c.

◆ vaapi_mpeg4_decode_slice()

static int vaapi_mpeg4_decode_slice ( AVCodecContext avctx,
const uint8_t *  buffer,
uint32_t  size 
)
static

Definition at line 155 of file vaapi_mpeg4.c.