69 int buf_size = avpkt->
size;
88 samples = (int16_t *)ractx->
frame.
data[0];
92 "Frame too small (%d bytes). Truncated file?\n", buf_size);
107 refl_rms[1] =
ff_interp(ractx, block_coefs[1], 2,
108 energy <= ractx->old_energy,
110 refl_rms[2] =
ff_interp(ractx, block_coefs[2], 3, 0, energy);
119 *samples++ = av_clip_int16(ractx->
curr_sblock[j + 10] << 2);
unsigned int lpc_tables[2][10]
int ff_t_sqrt(unsigned int x)
Evaluate sqrt(x << 24).
This structure describes decoded (raw) audio or video data.
const int16_t *const ff_lpc_refl_cb[10]
static unsigned int get_bits(GetBitContext *s, int n)
Read 1-25 bits.
AVFrame * coded_frame
the picture in the bitstream
#define NBLOCKS
number of subblocks within a block
static int decode(MimicContext *ctx, int quality, int num_coeffs, int is_iframe)
#define FFSWAP(type, a, b)
enum AVSampleFormat sample_fmt
audio sample format
unsigned int lpc_refl_rms[2]
unsigned int ff_rms(const int *data)
bitstream reader API header.
#define FRAMESIZE
size of encoded frame
void ff_subblock_synthesis(RA144Context *ractx, const uint16_t *lpc_coefs, int cba_idx, int cb1_idx, int cb2_idx, int gval, int gain)
static int init(AVCodecParserContext *s)
static av_cold int ra144_decode_init(AVCodecContext *avctx)
unsigned int * lpc_coef[2]
LPC coefficients: lpc_coef[0] is the coefficients of the current frame and lpc_coef[1] of the previou...
static const int sizes[][2]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
void av_log(void *avcl, int level, const char *fmt,...)
const char * name
Name of the codec implementation.
uint64_t channel_layout
Audio channel layout.
audio channel layout utility functions
int ff_interp(RA144Context *ractx, int16_t *out, int a, int copyold, int energy)
int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame)
Get a buffer for a frame.
void ff_int_to_int16(int16_t *out, const int *inp)
#define BLOCKSIZE
subblock size in 16-bit words
void ff_eval_coefs(int *coefs, const int *refl)
Evaluate the LPC filter coefficients from the reflection coefficients.
main external API structure.
struct RA144Context RA144Context
void avcodec_get_frame_defaults(AVFrame *frame)
Set the fields of the given AVFrame to default values.
static int init_get_bits(GetBitContext *s, const uint8_t *buffer, int bit_size)
Initialize GetBitContext.
AVCodec ff_ra_144_decoder
unsigned int ff_rescale_rms(unsigned int rms, unsigned int energy)
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes.
common internal api header.
unsigned int old_energy
previous frame energy
const int16_t ff_energy_tab[32]
int16_t curr_sblock[50]
The current subblock padded by the last 10 values of the previous one.
static void do_output_subblock(RA144Context *ractx, const uint16_t *lpc_coefs, int gval, GetBitContext *gb)
int channels
number of audio channels
static int ra144_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt)
Uncompress one block (20 bytes -> 160*2 bytes).
#define AV_CH_LAYOUT_MONO
This structure stores compressed data.
int nb_samples
number of audio samples (per channel) described by this frame