FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "bytestream.h"
#include "decode.h"
Go to the source code of this file.
Data Structures | |
struct | ACoder |
struct | FiltCoeffs |
struct | Model64 |
struct | AdaptiveModel |
struct | ChContext |
struct | RKAContext |
Variables | |
static const uint8_t | tab [16] |
const FFCodec | ff_rka_decoder |
|
static |
Definition at line 105 of file rka.c.
Referenced by chctx_init().
|
static |
Definition at line 125 of file rka.c.
Referenced by rka_decode_close().
|
static |
|
static |
Definition at line 175 of file rka.c.
Referenced by chctx_init().
|
static |
Definition at line 196 of file rka.c.
Referenced by rka_decode_frame().
|
static |
Definition at line 242 of file rka.c.
Referenced by rka_decode_frame().
Definition at line 249 of file rka.c.
Referenced by amdl_decode_int(), decode_bool(), and mdl64_decode().
Definition at line 296 of file rka.c.
Referenced by decode_filt_coeffs().
Definition at line 316 of file rka.c.
Referenced by amdl_decode_int(), decode_filt_coeffs(), decode_samples(), and mdl64_decode().
Definition at line 334 of file rka.c.
Referenced by amdl_decode_int(), decode_filt_coeffs(), decode_samples(), and mdl64_decode().
|
static |
Definition at line 359 of file rka.c.
Referenced by amdl_decode_int(), and update_ch_subobj().
|
static |
Definition at line 372 of file rka.c.
Referenced by amdl_decode_int().
|
static |
Definition at line 405 of file rka.c.
Referenced by decode_filt_coeffs(), decode_filter(), and decode_samples().
|
static |
Definition at line 490 of file rka.c.
Referenced by decode_filter().
Definition at line 542 of file rka.c.
Referenced by mdl64_decode().
Definition at line 585 of file rka.c.
Referenced by decode_filter().
|
static |
Definition at line 672 of file rka.c.
Referenced by decode_samples().
|
static |
Definition at line 765 of file rka.c.
Referenced by decode_ch_samples().
|
static |
Definition at line 824 of file rka.c.
Referenced by rka_decode_frame().
|
static |
|
static |
|
static |
Definition at line 668 of file rka.c.
Referenced by apcm_dequant_add(), atrac9_init_static(), atrac9_init_vlc(), av_dynarray_add(), av_dynarray_add_nofree(), backward_filter(), build_filter(), build_vlc(), capture_screen(), check_mc(), checkasm_check_h264qpel(), dct32(), dct_single_coeff_elimination(), decode_bytes(), decode_filter(), decode_gainc_loc_codes(), decode_qu_spectra(), decode_spectrum(), decode_var_block_data(), ff_h264_init_cabac_states(), ff_match_2uint16(), ff_tx_rdft_init(), fft3(), fft7(), fft9(), fft_ref(), fill_random(), fill_tone_level_array(), gainc_loc_mode1(), idct32(), idct_row(), init_ff_cos_tabs(), init_mv_table(), lut_packed_16bits(), lut_packed_8bits(), lut_planar_16bits(), lut_planar_8bits(), main(), opengl_make_ortho(), permutate_in_line(), pretwiddle(), qdm2_init_vlc(), read_coeffs_coarse(), read_scalefactors(), rv40_init_table(), sao_filter_CTB(), twiddle(), and vp3_decode_init().
const FFCodec ff_rka_decoder |