#include "vaapi_internal.h"
#include "h263.h"
Go to the source code of this file.
Functions | |
static int | mpeg4_get_intra_dc_vlc_thr (MpegEncContext *s) |
Reconstruct bitstream intra_dc_vlc_thr. | |
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) |
static int mpeg4_get_intra_dc_vlc_thr | ( | MpegEncContext * | s | ) | [static] |
Reconstruct bitstream intra_dc_vlc_thr.
Definition at line 27 of file vaapi_mpeg4.c.
Referenced by vaapi_mpeg4_start_frame().
static int vaapi_mpeg4_decode_slice | ( | AVCodecContext * | avctx, | |
const uint8_t * | buffer, | |||
uint32_t | size | |||
) | [static] |
Definition at line 123 of file vaapi_mpeg4.c.
static int vaapi_mpeg4_end_frame | ( | AVCodecContext * | avctx | ) | [static] |
Definition at line 118 of file vaapi_mpeg4.c.
static int vaapi_mpeg4_start_frame | ( | AVCodecContext * | avctx, | |
av_unused const uint8_t * | buffer, | |||
av_unused uint32_t | size | |||
) | [static] |
Definition at line 42 of file vaapi_mpeg4.c.