FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "internal.h"
#include "mathops.h"
#include "audio_frame_queue.h"
Go to the source code of this file.
Data Structures | |
struct | FilterSignal |
struct | QMFAnalysis |
struct | Quantize |
struct | InvertQuantize |
struct | Prediction |
struct | Channel |
struct | AptXContext |
struct | ConstTables |
Macros | |
#define | NB_FILTERS 2 |
#define | FILTER_TAPS 16 |
#define | RSHIFT_SIZE(size) |
Enumerations | |
enum | channels { LEFT, RIGHT, NB_CHANNELS } |
enum | subbands { LF, MLF, MHF, HF, NB_SUBBANDS } |
#define NB_FILTERS 2 |
Definition at line 44 of file aptx.c.
Referenced by aptx_qmf_polyphase_analysis(), and aptx_qmf_polyphase_synthesis().
#define FILTER_TAPS 16 |
Definition at line 45 of file aptx.c.
Referenced by aptx_qmf_convolution(), and aptx_qmf_filter_signal_push().
enum channels |
|
static |
Definition at line 478 of file aptx.c.
Referenced by aptx_generate_dither().
Definition at line 486 of file aptx.c.
Referenced by aptx_decode_samples(), and aptx_encode_channel().
|
static |
Definition at line 535 of file aptx.c.
Referenced by aptx_qmf_polyphase_analysis(), and aptx_qmf_polyphase_synthesis().
|
static |
Definition at line 547 of file aptx.c.
Referenced by aptx_qmf_polyphase_analysis(), and aptx_qmf_polyphase_synthesis().
|
static |
Definition at line 568 of file aptx.c.
Referenced by aptx_qmf_tree_analysis().
|
static |
Definition at line 593 of file aptx.c.
Referenced by aptx_encode_channel().
|
static |
Definition at line 623 of file aptx.c.
Referenced by aptx_qmf_tree_synthesis().
|
static |
Definition at line 647 of file aptx.c.
Referenced by aptx_decode_channel().
|
static |
Definition at line 673 of file aptx.c.
Referenced by aptx_quantize_difference().
|
static |
Definition at line 686 of file aptx.c.
Referenced by aptx_encode_channel().
Definition at line 726 of file aptx.c.
Referenced by aptx_encode_samples().
Definition at line 741 of file aptx.c.
Referenced by aptx_decode_samples().
|
static |
Definition at line 751 of file aptx.c.
Referenced by aptx_process_subband().
|
static |
Definition at line 776 of file aptx.c.
Referenced by aptx_prediction_filtering().
|
static |
Definition at line 789 of file aptx.c.
Referenced by aptx_process_subband().
|
static |
Definition at line 815 of file aptx.c.
Referenced by aptx_invert_quantize_and_prediction().
Definition at line 848 of file aptx.c.
Referenced by aptx_decode_samples(), and aptx_encode_samples().
Definition at line 859 of file aptx.c.
Referenced by aptx_check_parity(), aptx_pack_codeword(), aptx_unpack_codeword(), aptxhd_pack_codeword(), and aptxhd_unpack_codeword().
Definition at line 872 of file aptx.c.
Referenced by aptx_decode_samples(), and aptx_insert_sync().
Definition at line 883 of file aptx.c.
Referenced by aptx_encode_samples().
|
static |
Definition at line 901 of file aptx.c.
Referenced by aptx_encode_samples().
|
static |
Definition at line 910 of file aptx.c.
Referenced by aptx_encode_samples().
Definition at line 919 of file aptx.c.
Referenced by aptx_decode_samples().
Definition at line 929 of file aptx.c.
Referenced by aptx_decode_samples().
|
static |
Definition at line 939 of file aptx.c.
Referenced by aptx_encode_frame().
|
static |
Definition at line 960 of file aptx.c.
Referenced by aptx_decode_frame().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 396 of file aptx.c.
Referenced by ff_rtp_send_jpeg(), and truemotion1_decode_header().
|
static |
Definition at line 451 of file aptx.c.
Referenced by aptx_invert_quantization().
|
static |
Definition at line 505 of file aptx.c.
Referenced by aptx_qmf_tree_analysis(), and aptx_qmf_tree_synthesis().
|
static |
Definition at line 520 of file aptx.c.
Referenced by aptx_qmf_tree_analysis(), and aptx_qmf_tree_synthesis().