|
FFmpeg
|
#include "avcodec.h"#include "bytestream.h"#include "internal.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 AVCodec | ff_msa1_decoder |
| enum BlockType |
|
static |
Definition at line 126 of file mss3.c.
Referenced by reset_coders().
Definition at line 136 of file mss3.c.
Referenced by rac_get_model2_sym().
Definition at line 162 of file mss3.c.
Referenced by model_reset(), and rac_get_model_sym().
|
static |
Definition at line 192 of file mss3.c.
Referenced by model_init(), and reset_coders().
Definition at line 208 of file mss3.c.
Referenced by init_coders().
Definition at line 216 of file mss3.c.
Referenced by model256_reset(), and rac_get_model256_sym().
|
static |
Definition at line 253 of file mss3.c.
Referenced by model256_init(), and reset_coders().
Definition at line 269 of file mss3.c.
Referenced by init_coders().
|
static |
Definition at line 277 of file mss3.c.
Referenced by mss3_decode_frame().
|
static |
Definition at line 290 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 310 of file mss3.c.
Referenced by decode_coeff().
|
static |
Definition at line 326 of file mss3.c.
Referenced by decode_coeff(), and decode_dct().
|
static |
Definition at line 340 of file mss3.c.
Referenced by decode_dct().
|
static |
Definition at line 361 of file mss3.c.
Referenced by decode_block_type(), decode_coeff(), and decode_image_block().
|
static |
Definition at line 394 of file mss3.c.
Referenced by decode_dct(), decode_haar_block(), and decode_image_block().
|
static |
Definition at line 433 of file mss3.c.
Referenced by mss3_decode_frame().
|
static |
Definition at line 440 of file mss3.c.
Referenced by decode_dct(), decode_fill_block(), and decode_haar_block().
|
static |
Definition at line 458 of file mss3.c.
Referenced by mss3_decode_frame().
|
static |
Definition at line 469 of file mss3.c.
Referenced by mss3_decode_frame().
|
static |
Definition at line 503 of file mss3.c.
Referenced by decode_dct_block().
|
static |
Definition at line 565 of file mss3.c.
Referenced by mss3_decode_frame().
|
static |
Definition at line 588 of file mss3.c.
Referenced by mss3_decode_frame().
|
static |
Definition at line 629 of file mss3.c.
Referenced by mss3_decode_frame().
|
static |
Definition at line 664 of file mss3.c.
Referenced by mss3_decode_init().
|
static |
|
static |
|
static |
| const AVCodec ff_msa1_decoder |
1.8.17