FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "bytestream.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include <zlib.h>
Go to the source code of this file.
Data Structures | |
struct | DxaDecContext |
Macros | |
#define | DECOMP_BUF_PADDING 16 |
Functions | |
static int | decode_13 (AVCodecContext *avctx, DxaDecContext *c, uint8_t *dst, int stride, uint8_t *src, int srcsize, uint8_t *ref) |
static int | decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
static av_cold int | decode_init (AVCodecContext *avctx) |
static av_cold int | decode_end (AVCodecContext *avctx) |
Variables | |
static const uint8_t | shift1 [6] = { 0, 8, 8, 8, 4, 4 } |
static const uint8_t | shift2 [6] = { 0, 0, 8, 4, 0, 4 } |
const FFCodec | ff_dxa_decoder |
DXA Video decoder
Definition in file dxa.c.
|
static |
Definition at line 51 of file dxa.c.
Referenced by decode_frame().
|
static |
|
static |
|
static |
|
static |
Definition at line 48 of file dxa.c.
Referenced by decode_13(), dmvr_h(), dmvr_hv(), dmvr_v(), dnxhd_decode_macroblock(), do_plc(), fixed_sqrt(), put_scaled(), and put_uni_w_scaled().
|
static |
Definition at line 49 of file dxa.c.
Referenced by decode_13(), derive_bdof_vx_vy(), dmvr_hv(), do_plc(), fixed_sqrt(), FUNC(), predictor_decode_mono_3800(), predictor_decode_stereo_3800(), put_scaled(), put_uni_w_scaled(), and sbr_hf_assemble().
const FFCodec ff_dxa_decoder |