FFmpeg
4.0
|
#include "libavutil/attributes.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "get_bits.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | Escape130Context |
Macros | |
#define | BITSTREAM_READER_LE |
Functions | |
static av_cold int | escape130_decode_init (AVCodecContext *avctx) |
static av_cold int | escape130_decode_close (AVCodecContext *avctx) |
static int | decode_skip_count (GetBitContext *gb) |
static int | escape130_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
Variables | |
static const uint8_t | offset_table [] = { 2, 4, 10, 20 } |
static const int8_t | sign_table [64][4] |
static const int8_t | luma_adjust [] = { -4, -3, -2, -1, 1, 2, 3, 4 } |
static const int8_t | chroma_adjust [2][8] |
static const uint8_t | chroma_vals [] |
AVCodec | ff_escape130_decoder |
#define BITSTREAM_READER_LE |
Definition at line 25 of file escape130.c.
|
static |
Definition at line 116 of file escape130.c.
|
static |
Definition at line 155 of file escape130.c.
|
static |
Definition at line 166 of file escape130.c.
Referenced by escape130_decode_frame().
|
static |
Definition at line 192 of file escape130.c.
|
static |
Definition at line 41 of file escape130.c.
Referenced by escape130_decode_frame(), ff_hevc_sao_band_filter_neon_8_wrapper(), sao_band_filter(), and seq_parse_frame_data().
|
static |
Definition at line 42 of file escape130.c.
Referenced by escape130_decode_frame().
|
static |
Definition at line 102 of file escape130.c.
Referenced by escape130_decode_frame().
|
static |
Definition at line 104 of file escape130.c.
Referenced by escape130_decode_frame().
|
static |
Definition at line 109 of file escape130.c.
Referenced by escape130_decode_frame().
AVCodec ff_escape130_decoder |
Definition at line 351 of file escape130.c.