FFmpeg
|
#include "vaapi_internal.h"
#include "internal.h"
#include "h263.h"
#include "mpeg4video.h"
#include "mpegvideo.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_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
|
static |
Reconstruct bitstream intra_dc_vlc_thr.
Definition at line 30 of file vaapi_mpeg4.c.
Referenced by vaapi_mpeg4_start_frame().
|
static |
Definition at line 45 of file vaapi_mpeg4.c.
|
static |
Definition at line 120 of file vaapi_mpeg4.c.