FFmpeg
|
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "decode.h"
#include "mathops.h"
#include "mss34dsp.h"
Go to the source code of this file.
Data Structures | |
struct | Model2 |
struct | Model |
struct | Model256 |
struct | RangeCoder |
struct | BlockTypeContext |
struct | FillBlockCoder |
struct | ImageBlockCoder |
struct | DCTBlockCoder |
struct | HaarBlockCoder |
struct | MSS3Context |
Macros | |
#define | HEADER_SIZE 27 |
#define | MODEL2_SCALE 13 |
#define | MODEL_SCALE 15 |
#define | MODEL256_SEC_SCALE 9 |
#define | RAC_BOTTOM 0x01000000 |
Enumerations | |
enum | BlockType { FILL_BLOCK = 0, IMAGE_BLOCK, DCT_BLOCK, HAAR_BLOCK, SKIP_BLOCK, SKIP_BLOCK = 0, DCT_BLOCK, IMAGE_BLOCK } |
Variables | |
const FFCodec | ff_msa1_decoder |
enum BlockType |
|
static |
Definition at line 127 of file mss3.c.
Referenced by reset_coders().
Definition at line 137 of file mss3.c.
Referenced by rac_get_model2_sym().
Definition at line 163 of file mss3.c.
Referenced by model_reset(), and rac_get_model_sym().
|
static |
Definition at line 193 of file mss3.c.
Referenced by model_init(), and reset_coders().
Definition at line 209 of file mss3.c.
Referenced by init_coders().
Definition at line 217 of file mss3.c.
Referenced by model256_reset(), and rac_get_model256_sym().
|
static |
Definition at line 254 of file mss3.c.
Referenced by model256_init(), and reset_coders().
Definition at line 270 of file mss3.c.
Referenced by init_coders().
|
static |
Definition at line 278 of file mss3.c.
Referenced by mss3_decode_frame().
|
static |
Definition at line 291 of file mss3.c.
Referenced by rac_get_bit(), rac_get_bits(), rac_get_model256_sym(), rac_get_model2_sym(), and rac_get_model_sym().
|
static |
Definition at line 311 of file mss3.c.
Referenced by decode_coeff().
|
static |
Definition at line 327 of file mss3.c.
Referenced by decode_coeff(), and decode_dct().
|
static |
Definition at line 341 of file mss3.c.
Referenced by decode_dct().
|
static |
Definition at line 362 of file mss3.c.
Referenced by decode_block_type(), decode_coeff(), and decode_image_block().
|
static |
Definition at line 395 of file mss3.c.
Referenced by decode_dct(), decode_haar_block(), and decode_image_block().
|
static |
Definition at line 434 of file mss3.c.
Referenced by mss3_decode_frame().
|
static |
Definition at line 441 of file mss3.c.
Referenced by decode_dct(), decode_fill_block(), and decode_haar_block().
|
static |
Definition at line 459 of file mss3.c.
Referenced by mss3_decode_frame().
|
static |
Definition at line 470 of file mss3.c.
Referenced by mss3_decode_frame().
|
static |
Definition at line 504 of file mss3.c.
Referenced by decode_dct_block().
|
static |
Definition at line 566 of file mss3.c.
Referenced by mss3_decode_frame().
|
static |
Definition at line 589 of file mss3.c.
Referenced by mss3_decode_frame().
|
static |
Definition at line 630 of file mss3.c.
Referenced by mss3_decode_frame().
|
static |
Definition at line 665 of file mss3.c.
Referenced by mss3_decode_init().
|
static |
|
static |
|
static |
const FFCodec ff_msa1_decoder |