G726Context       158 libavcodec/g726.c static inline uint8_t quant(G726Context* c, int d)
G726Context       184 libavcodec/g726.c static inline int16_t inverse_quant(G726Context* c, int i)
G726Context       194 libavcodec/g726.c static int16_t g726_decode(G726Context* c, int I)
G726Context       276 libavcodec/g726.c static av_cold int g726_reset(G726Context *c)
G726Context       297 libavcodec/g726.c static int16_t g726_encode(G726Context* c, int16_t sig)
G726Context       310 libavcodec/g726.c     G726Context* c = avctx->priv_data;
G726Context       345 libavcodec/g726.c     G726Context *c = avctx->priv_data;
G726Context       365 libavcodec/g726.c #define OFFSET(x) offsetof(G726Context, x)
G726Context       389 libavcodec/g726.c     .priv_data_size = sizeof(G726Context),
G726Context       403 libavcodec/g726.c     G726Context* c = avctx->priv_data;
G726Context       432 libavcodec/g726.c     G726Context *c = avctx->priv_data;
G726Context       462 libavcodec/g726.c     G726Context *c = avctx->priv_data;
G726Context       473 libavcodec/g726.c     .priv_data_size = sizeof(G726Context),
G726Context       486 libavcodec/g726.c     .priv_data_size = sizeof(G726Context),