Channel           376 libavcodec/aptx.c static void aptx_update_codeword_history(Channel *channel)
Channel           384 libavcodec/aptx.c void ff_aptx_generate_dither(Channel *channel)
Channel           496 libavcodec/aptx.c void ff_aptx_invert_quantize_and_prediction(Channel *channel, int hd)
Channel           528 libavcodec/aptx.c         Channel *channel = &s->channels[chan];
Channel            98 libavcodec/aptx.h     Channel channels[NB_CHANNELS];
Channel           191 libavcodec/aptx.h static inline int32_t aptx_quantized_parity(Channel *channel)
Channel           204 libavcodec/aptx.h static inline int aptx_check_parity(Channel channels[NB_CHANNELS], int32_t *idx)
Channel           215 libavcodec/aptx.h void ff_aptx_invert_quantize_and_prediction(Channel *channel, int hd);
Channel           216 libavcodec/aptx.h void ff_aptx_generate_dither(Channel *channel);
Channel            80 libavcodec/aptxdec.c static void aptx_decode_channel(Channel *channel, int32_t samples[4])
Channel            89 libavcodec/aptxdec.c static void aptx_unpack_codeword(Channel *channel, uint16_t codeword)
Channel            99 libavcodec/aptxdec.c static void aptxhd_unpack_codeword(Channel *channel, uint32_t codeword)
Channel           135 libavcodec/aptxenc.c static void aptx_encode_channel(Channel *channel, int32_t samples[4], int hd)
Channel           150 libavcodec/aptxenc.c static void aptx_insert_sync(Channel channels[NB_CHANNELS], int32_t *idx)
Channel           154 libavcodec/aptxenc.c         Channel *c;
Channel           168 libavcodec/aptxenc.c static uint16_t aptx_pack_codeword(Channel *channel)
Channel           177 libavcodec/aptxenc.c static uint32_t aptxhd_pack_codeword(Channel *channel)