FFmpeg
|
#include "libavutil/channel_layout.h"
#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 28 of file dca_xll.c.
Referenced by chs_parse_band_data(), chs_parse_header(), and get_linear_array().
|
static |
Definition at line 34 of file dca_xll.c.
Referenced by get_rice().
|
static |
Definition at line 40 of file dca_xll.c.
Referenced by chs_parse_band_data(), and get_rice_array().
|
static |
Definition at line 46 of file dca_xll.c.
Referenced by chs_parse_band_data().
|
static |
Definition at line 54 of file dca_xll.c.
Referenced by chs_parse_band_data().
|
static |
Definition at line 64 of file dca_xll.c.
Referenced by chs_parse_band_data().
|
static |
Definition at line 72 of file dca_xll.c.
Referenced by chs_parse_header().
|
static |
Definition at line 117 of file dca_xll.c.
Referenced by parse_sub_headers().
|
static |
Definition at line 387 of file dca_xll.c.
Referenced by parse_band_data().
|
static |
Definition at line 410 of file dca_xll.c.
Referenced by parse_band_data().
|
static |
Definition at line 443 of file dca_xll.c.
Referenced by parse_band_data().
|
static |
Definition at line 600 of file dca_xll.c.
Referenced by force_lossy_output(), and parse_band_data().
|
static |
Definition at line 628 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
|
static |
Definition at line 693 of file dca_xll.c.
Referenced by chs_assemble_msbs_lsbs(), and combine_residual_frame().
|
static |
Definition at line 708 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
|
static |
Definition at line 730 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
|
static |
Definition at line 766 of file dca_xll.c.
Referenced by parse_frame().
|
static |
Definition at line 873 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 878 of file dca_xll.c.
Referenced by combine_residual_frame(), and parse_sub_headers().
|
static |
Definition at line 888 of file dca_xll.c.
Referenced by parse_sub_headers().
|
static |
Definition at line 904 of file dca_xll.c.
Referenced by parse_frame().
|
static |
Definition at line 952 of file dca_xll.c.
Referenced by parse_frame().
|
static |
Definition at line 1003 of file dca_xll.c.
Referenced by parse_frame().
|
static |
Definition at line 1042 of file dca_xll.c.
Referenced by parse_frame_no_pbr(), and parse_frame_pbr().
|
static |
Definition at line 1063 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 1069 of file dca_xll.c.
Referenced by parse_frame_no_pbr().
|
static |
Definition at line 1083 of file dca_xll.c.
Referenced by ff_dca_xll_parse().
|
static |
Definition at line 1121 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 1162 of file dca_xll.c.
Referenced by dcadec_decode_frame().
|
static |
Definition at line 1179 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
|
static |
Definition at line 1210 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
|
static |
Definition at line 1238 of file dca_xll.c.
Referenced by ff_dca_xll_filter_frame().
|
static |
Definition at line 1255 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 1323 of file dca_xll.c.
Referenced by dcadec_decode_frame().
av_cold void ff_dca_xll_flush | ( | DCAXllDecoder * | s | ) |
Definition at line 1472 of file dca_xll.c.
Referenced by dcadec_flush().
av_cold void ff_dca_xll_close | ( | DCAXllDecoder * | s | ) |
Definition at line 1477 of file dca_xll.c.
Referenced by dcadec_close().