|
FFmpeg
4.4.7
|
#include "dcadec.h"#include "dcadata.h"#include "dcamath.h"#include "dca_syncwords.h"#include "unary.h"Go to the source code of this file.
|
static |
Definition at line 27 of file dca_xll.c.
Referenced by chs_parse_band_data(), chs_parse_header(), and get_linear_array().
|
static |
Definition at line 33 of file dca_xll.c.
Referenced by get_rice().
|
static |
Definition at line 39 of file dca_xll.c.
Referenced by chs_parse_band_data(), and get_rice_array().
|
static |
Definition at line 45 of file dca_xll.c.
Referenced by chs_parse_band_data().
|
static |
Definition at line 53 of file dca_xll.c.
Referenced by chs_parse_band_data().
|
static |
Definition at line 63 of file dca_xll.c.
Referenced by chs_parse_band_data().
|
static |
Definition at line 75 of file dca_xll.c.
Referenced by chs_parse_header().
|
static |
Definition at line 120 of file dca_xll.c.
Referenced by parse_sub_headers().
|
static |
Definition at line 390 of file dca_xll.c.
Referenced by parse_band_data().
|
static |
Definition at line 413 of file dca_xll.c.
Referenced by parse_band_data().
|
static |
Definition at line 446 of file dca_xll.c.
Referenced by parse_band_data().
|
static |
Definition at line 607 of file dca_xll.c.
Referenced by force_lossy_output(), and parse_band_data().
|
static |
Definition at line 635 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
|
static |
Definition at line 700 of file dca_xll.c.
Referenced by chs_assemble_msbs_lsbs(), and combine_residual_frame().
|
static |
Definition at line 715 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
|
static |
Definition at line 737 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
|
static |
Definition at line 773 of file dca_xll.c.
Referenced by parse_frame().
|
static |
Definition at line 880 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 885 of file dca_xll.c.
Referenced by combine_residual_frame(), and parse_sub_headers().
|
static |
Definition at line 895 of file dca_xll.c.
Referenced by parse_sub_headers().
|
static |
Definition at line 911 of file dca_xll.c.
Referenced by parse_frame().
|
static |
Definition at line 959 of file dca_xll.c.
Referenced by parse_frame().
|
static |
Definition at line 1010 of file dca_xll.c.
Referenced by parse_frame().
|
static |
Definition at line 1049 of file dca_xll.c.
Referenced by parse_frame_no_pbr(), and parse_frame_pbr().
|
static |
Definition at line 1070 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 1076 of file dca_xll.c.
Referenced by parse_frame_no_pbr().
|
static |
Definition at line 1091 of file dca_xll.c.
Referenced by ff_dca_xll_parse().
|
static |
Definition at line 1129 of file dca_xll.c.
Referenced by ff_dca_xll_parse().
| int ff_dca_xll_parse | ( | DCAXllDecoder * | s, |
| uint8_t * | data, | ||
| DCAExssAsset * | asset | ||
| ) |
Definition at line 1171 of file dca_xll.c.
Referenced by dcadec_decode_frame().
|
static |
Definition at line 1188 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
|
static |
Definition at line 1219 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
|
static |
Definition at line 1247 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
|
static |
Definition at line 1264 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 1332 of file dca_xll.c.
Referenced by dcadec_decode_frame().
| av_cold void ff_dca_xll_flush | ( | DCAXllDecoder * | s | ) |
Definition at line 1481 of file dca_xll.c.
Referenced by dcadec_flush().
| av_cold void ff_dca_xll_close | ( | DCAXllDecoder * | s | ) |
Definition at line 1486 of file dca_xll.c.
Referenced by dcadec_close().