Home
last modified time | relevance | path

Searched refs:RA144Context (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dra144.h40 typedef struct RA144Context { struct
67 } RA144Context; argument
75 int ff_interp(RA144Context *ractx, int16_t *out, int a, int copyold,
79 void ff_subblock_synthesis(RA144Context *ractx, const int16_t *lpc_coefs,
Dra144dec.c34 RA144Context *ractx = avctx->priv_data; in ra144_decode_init()
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()
134 .priv_data_size = sizeof(RA144Context),
Dra144enc.c40 RA144Context *ractx = avctx->priv_data; in ra144_encode_close()
49 RA144Context *ractx; in ra144_encode_init()
327 static void ra144_encode_subblock(RA144Context *ractx, in ra144_encode_subblock()
432 RA144Context *ractx = avctx->priv_data; in ra144_encode_frame()
547 .priv_data_size = sizeof(RA144Context),
Dra144.c1657 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()