Home
last modified time | relevance | path

Searched defs:ractx (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dra144dec.c35 RA144Context *ractx = avctx->priv_data; in ra144_decode_init() local
50 static void do_output_subblock(RA144Context *ractx, const int16_t *lpc_coefs, in do_output_subblock() argument
77 RA144Context *ractx in ra144_decode_frame() local
[all...]
H A Dra288.c68 RA288Context *ractx = avctx->priv_data; in ra288_decode_init() local
96 static void decode(RA288Context *ractx, float gain, int cb_coef) in decode() argument
145 static void do_hybrid_window(RA288Context *ractx, in do_hybrid_window() argument
175 backward_filter(RA288Context *ractx, float *hist, float *rec, const float *window, float *lpc, const float *tab, int order, int n, int non_rec, int move_size) backward_filter() argument
197 RA288Context *ractx = avctx->priv_data; ra288_decode_frame() local
[all...]
H A Dra144.c1657 int ff_interp(RA144Context *ractx, int16_t *out, int a, int copyold, int energy) in ff_interp() argument
1694 void ff_subblock_synthesis(RA144Context *ractx, const int16_t *lpc_coefs, in ff_subblock_synthesis() argument
[all...]
H A Dra144enc.c42 RA144Context *ractx = avctx->priv_data; in ra144_encode_close() local
51 RA144Context *ractx; in ra144_encode_init() local
324 ra144_encode_subblock(RA144Context *ractx, const int16_t *sblock_data, const int16_t *lpc_coefs, unsigned int rms, PutBitContext *pb) ra144_encode_subblock() argument
429 RA144Context *ractx = avctx->priv_data; ra144_encode_frame() local
[all...]

Completed in 5 milliseconds