FFmpeg
|
#include "aptx.h"
Go to the source code of this file.
Functions | |
static av_always_inline void | aptx_update_codeword_history (Channel *channel) |
void | ff_aptx_generate_dither (Channel *channel) |
static void | aptx_invert_quantization (InvertQuantize *invert_quantize, int32_t quantized_sample, int32_t dither, ConstTables *tables) |
static int32_t * | aptx_reconstructed_differences_update (Prediction *prediction, int32_t reconstructed_difference, int order) |
static void | aptx_prediction_filtering (Prediction *prediction, int32_t reconstructed_difference, int order) |
static void | aptx_process_subband (InvertQuantize *invert_quantize, Prediction *prediction, int32_t quantized_sample, int32_t dither, ConstTables *tables) |
void | ff_aptx_invert_quantize_and_prediction (Channel *channel, int hd) |
av_cold int | ff_aptx_init (AVCodecContext *avctx) |
|
static |
Definition at line 376 of file aptx.c.
Referenced by ff_aptx_generate_dither().
void ff_aptx_generate_dither | ( | Channel * | channel | ) |
Definition at line 384 of file aptx.c.
Referenced by aptx_decode_samples(), and aptx_encode_channel().
|
static |
Definition at line 399 of file aptx.c.
Referenced by aptx_process_subband().
|
static |
Definition at line 424 of file aptx.c.
Referenced by aptx_prediction_filtering().
|
static |
Definition at line 437 of file aptx.c.
Referenced by aptx_process_subband().
|
static |
Definition at line 463 of file aptx.c.
Referenced by ff_aptx_invert_quantize_and_prediction().
Definition at line 496 of file aptx.c.
Referenced by aptx_decode_samples(), and aptx_encode_samples().
av_cold int ff_aptx_init | ( | AVCodecContext * | avctx | ) |
|
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 |
ConstTables ff_aptx_quant_tables[2][NB_SUBBANDS] |
Definition at line 312 of file aptx.c.
Referenced by aptx_encode_channel(), and ff_aptx_invert_quantize_and_prediction().
|
static |
Definition at line 367 of file aptx.c.
Referenced by aptx_invert_quantization().