FFmpeg
|
Go to the source code of this file.
Functions | |
static av_always_inline void | aptx_qmf_polyphase_synthesis (FilterSignal signal[NB_FILTERS], const int32_t coeffs[NB_FILTERS][FILTER_TAPS], int shift, int32_t low_subband_input, int32_t high_subband_input, int32_t samples[NB_FILTERS]) |
static void | aptx_qmf_tree_synthesis (QMFAnalysis *qmf, int32_t subband_samples[4], int32_t samples[4]) |
static void | aptx_decode_channel (Channel *channel, int32_t samples[4]) |
static void | aptx_unpack_codeword (Channel *channel, uint16_t codeword) |
static void | aptxhd_unpack_codeword (Channel *channel, uint32_t codeword) |
static int | aptx_decode_samples (AptXContext *ctx, const uint8_t *input, int32_t samples[NB_CHANNELS][4]) |
static int | aptx_decode_frame (AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) |
|
static |
Definition at line 32 of file aptxdec.c.
Referenced by aptx_qmf_tree_synthesis().
|
static |
Definition at line 56 of file aptxdec.c.
Referenced by aptx_decode_channel().
Definition at line 81 of file aptxdec.c.
Referenced by aptx_decode_samples().
|
static |
Definition at line 90 of file aptxdec.c.
Referenced by aptx_decode_samples().
|
static |
Definition at line 100 of file aptxdec.c.
Referenced by aptx_decode_samples().
|
static |
Definition at line 110 of file aptxdec.c.
Referenced by aptx_decode_frame().