Lines Matching defs:G726Context
82 typedef struct G726Context {
104 } G726Context;
162 static inline uint8_t quant(G726Context* c, int d)
188 static inline int16_t inverse_quant(G726Context* c, int i)
198 static int16_t g726_decode(G726Context* c, int I)
280 static av_cold int g726_reset(G726Context *c)
301 static int16_t g726_encode(G726Context* c, int16_t sig)
314 G726Context* c = avctx->priv_data;
355 G726Context *c = avctx->priv_data;
382 #define OFFSET(x) offsetof(G726Context, x)
409 .priv_data_size = sizeof(G726Context),
427 .priv_data_size = sizeof(G726Context),
441 G726Context* c = avctx->priv_data;
469 G726Context *c = avctx->priv_data;
499 G726Context *c = avctx->priv_data;
510 .priv_data_size = sizeof(G726Context),
524 .priv_data_size = sizeof(G726Context),