Searched defs:ractx (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ra144dec.c | 35 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 D | ra288.c | 68 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 D | ra144.c | 1657 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 D | ra144enc.c | 42 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