|
FFmpeg
|
#include "avcodec.h"#include "libavutil/channel_layout.h"#include "libavutil/mem.h"#include "dcadec.h"#include "dcadata.h"#include "dcamath.h"#include "dca_syncwords.h"#include "decode.h"#include "unary.h"Go to the source code of this file.
|
static |
Definition at line 31 of file dca_xll.c.
Referenced by chs_parse_band_data(), chs_parse_header(), and get_linear_array().
|
static |
Definition at line 37 of file dca_xll.c.
Referenced by get_rice().
|
static |
Definition at line 43 of file dca_xll.c.
Referenced by chs_parse_band_data(), and get_rice_array().
|
static |
Definition at line 49 of file dca_xll.c.
Referenced by chs_parse_band_data().
|
static |
Definition at line 57 of file dca_xll.c.
Referenced by chs_parse_band_data().
|
static |
Definition at line 67 of file dca_xll.c.
Referenced by chs_parse_band_data().
|
static |
Definition at line 79 of file dca_xll.c.
Referenced by chs_parse_header().
|
static |
Definition at line 124 of file dca_xll.c.
Referenced by parse_sub_headers().
|
static |
Definition at line 394 of file dca_xll.c.
Referenced by parse_band_data().
|
static |
Definition at line 417 of file dca_xll.c.
Referenced by parse_band_data().
|
static |
Definition at line 450 of file dca_xll.c.
Referenced by parse_band_data().
|
static |
Definition at line 611 of file dca_xll.c.
Referenced by force_lossy_output(), and parse_band_data().
|
static |
Definition at line 639 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
|
static |
Definition at line 704 of file dca_xll.c.
Referenced by chs_assemble_msbs_lsbs(), and combine_residual_frame().
|
static |
Definition at line 719 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
|
static |
Definition at line 741 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
|
static |
Definition at line 777 of file dca_xll.c.
Referenced by parse_frame().
|
static |
Definition at line 884 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame(), find_next_hier_dmix_chset(), and parse_sub_headers().
|
static |
Definition at line 889 of file dca_xll.c.
Referenced by combine_residual_frame(), and parse_sub_headers().
|
static |
Definition at line 899 of file dca_xll.c.
Referenced by parse_sub_headers().
|
static |
Definition at line 915 of file dca_xll.c.
Referenced by parse_frame().
|
static |
Definition at line 963 of file dca_xll.c.
Referenced by parse_frame().
|
static |
Definition at line 1014 of file dca_xll.c.
Referenced by parse_frame().
|
static |
Definition at line 1053 of file dca_xll.c.
Referenced by parse_frame_no_pbr(), and parse_frame_pbr().
|
static |
Definition at line 1090 of file dca_xll.c.
Referenced by ff_dca_xll_close(), ff_dca_xll_flush(), ff_dca_xll_parse(), and parse_frame_pbr().
|
static |
Definition at line 1096 of file dca_xll.c.
Referenced by parse_frame_no_pbr().
|
static |
Definition at line 1111 of file dca_xll.c.
Referenced by ff_dca_xll_parse().
|
static |
Definition at line 1149 of file dca_xll.c.
Referenced by ff_dca_xll_parse().
| int ff_dca_xll_parse | ( | DCAXllDecoder * | s, |
| const uint8_t * | data, | ||
| DCAExssAsset * | asset | ||
| ) |
Definition at line 1191 of file dca_xll.c.
Referenced by dcadec_decode_frame().
|
static |
Definition at line 1208 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
|
static |
Definition at line 1239 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
|
static |
Definition at line 1267 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
|
static |
Definition at line 1284 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
| int ff_dca_xll_filter_frame | ( | DCAXllDecoder * | s, |
| AVFrame * | frame | ||
| ) |
Definition at line 1352 of file dca_xll.c.
Referenced by dcadec_decode_frame().
| av_cold void ff_dca_xll_flush | ( | DCAXllDecoder * | s | ) |
Definition at line 1508 of file dca_xll.c.
Referenced by dcadec_flush().
| av_cold void ff_dca_xll_close | ( | DCAXllDecoder * | s | ) |
Definition at line 1513 of file dca_xll.c.
Referenced by dcadec_close().
1.8.17