Searched defs:ractx (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ra144dec.c | 34 RA144Context *ractx = avctx->priv_data; in ra144_decode_init() local 49 static void do_output_subblock(RA144Context *ractx, const int16_t *lpc_coefs, in do_output_subblock() 77 RA144Context *ractx = avctx->priv_data; in ra144_decode_frame() local
|
D | ra288.c | 67 RA288Context *ractx = avctx->priv_data; in ra288_decode_init() local 95 static void decode(RA288Context *ractx, float gain, int cb_coef) in decode() 144 static void do_hybrid_window(RA288Context *ractx, in do_hybrid_window() 174 static void backward_filter(RA288Context *ractx, in backward_filter() 197 RA288Context *ractx = avctx->priv_data; in ra288_decode_frame() local
|
D | ra144enc.c | 40 RA144Context *ractx = avctx->priv_data; in ra144_encode_close() local 49 RA144Context *ractx; in ra144_encode_init() local 327 static void ra144_encode_subblock(RA144Context *ractx, in ra144_encode_subblock() 432 RA144Context *ractx = avctx->priv_data; in ra144_encode_frame() local
|
D | ra144.c | 1657 int ff_interp(RA144Context *ractx, int16_t *out, int a, int copyold, int energy) in ff_interp() 1694 void ff_subblock_synthesis(RA144Context *ractx, const int16_t *lpc_coefs, in ff_subblock_synthesis()
|