Home
last modified time | relevance | path

Searched refs:ff_aptx_invert_quantize_and_prediction (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daptx.h215 void ff_aptx_invert_quantize_and_prediction(Channel *channel, int hd);
Daptxdec.c124 ff_aptx_invert_quantize_and_prediction(&ctx->channels[channel], ctx->hd); in aptx_decode_samples()
Daptx.c496 void ff_aptx_invert_quantize_and_prediction(Channel *channel, int hd) in ff_aptx_invert_quantize_and_prediction() function
Daptxenc.c197 ff_aptx_invert_quantize_and_prediction(&ctx->channels[channel], ctx->hd); in aptx_encode_samples()