FFmpeg
|
#include "libavutil/float_dsp.h"
#include "libavutil/thread.h"
#include "libavutil/mem.h"
#include "internal.h"
#include "get_bits.h"
#include "put_bits.h"
#include "dolby_e.h"
#include "fft.h"
Go to the source code of this file.
Variables | |
AVCodec | ff_dolby_e_decoder |
|
static |
Definition at line 31 of file dolby_e.c.
Referenced by parse_audio(), parse_key(), parse_metadata(), parse_metadata_ext(), and parse_meter().
|
static |
Definition at line 43 of file dolby_e.c.
Referenced by amf_tag_contents(), amf_tag_skip(), parse_audio(), and parse_metadata().
|
static |
Definition at line 55 of file dolby_e.c.
Referenced by parse_audio(), and parse_metadata().
|
static |
Definition at line 91 of file dolby_e.c.
Referenced by dolby_e_decode_frame().
|
static |
Definition at line 150 of file dolby_e.c.
Referenced by dolby_e_decode_frame().
|
static |
Definition at line 157 of file dolby_e.c.
Referenced by parse_exponents().
|
static |
Definition at line 174 of file dolby_e.c.
Referenced by encode_block(), and parse_channel().
Definition at line 193 of file dolby_e.c.
Referenced by bit_allocate(), and calc_lowcomp().
Definition at line 199 of file dolby_e.c.
Referenced by bit_allocate().
|
static |
Definition at line 232 of file dolby_e.c.
Referenced by parse_bit_alloc().
|
static |
Definition at line 281 of file dolby_e.c.
Referenced by parse_channel().
|
static |
Definition at line 327 of file dolby_e.c.
Referenced by parse_channel().
|
static |
Definition at line 358 of file dolby_e.c.
Referenced by parse_channel().
|
static |
Definition at line 414 of file dolby_e.c.
Referenced by parse_audio().
|
static |
Definition at line 464 of file dolby_e.c.
Referenced by dolby_e_decode_frame().
|
static |
Definition at line 490 of file dolby_e.c.
Referenced by dolby_e_decode_frame().
|
static |
Definition at line 497 of file dolby_e.c.
Referenced by transform().
|
static |
Definition at line 523 of file dolby_e.c.
Referenced by filter_frame().
|
static |
Definition at line 548 of file dolby_e.c.
Referenced by filter_frame().
|
static |
Definition at line 565 of file dolby_e.c.
Referenced by dolby_e_decode_frame(), ff_filter_frame(), and ff_filter_frame_framed().
|
static |
|
static |
|
static |
|
static |
AVCodec ff_dolby_e_decoder |