#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "adx.h"
#include "get_bits.h"
#include "internal.h"
Go to the source code of this file.
◆ adx_decode_init()
◆ adx_decode()
Decode 32 samples from 18 bytes.
A 16-bit scalar value is applied to 32 residuals, which then have a 2nd-order LPC filter applied to it to form the output signal for a single channel.
Definition at line 65 of file adxdec.c.
Referenced by adx_decode_frame().
◆ adx_decode_frame()
◆ adx_decode_flush()
◆ ff_adpcm_adx_decoder
Initial value:= {
.name = "adpcm_adx",
}
Definition at line 177 of file adxdec.c.