G722Context        44 libavcodec/g722dec.c #define OFFSET(x) offsetof(G722Context, x)
G722Context        60 libavcodec/g722dec.c     G722Context *c = avctx->priv_data;
G722Context        89 libavcodec/g722dec.c     G722Context *c = avctx->priv_data;
G722Context       145 libavcodec/g722dec.c     .priv_data_size = sizeof(G722Context),
G722Context        49 libavcodec/g722enc.c     G722Context *c = avctx->priv_data;
G722Context        61 libavcodec/g722enc.c     G722Context *c = avctx->priv_data;
G722Context       138 libavcodec/g722enc.c static inline void filter_samples(G722Context *c, const int16_t *samples,
G722Context       177 libavcodec/g722enc.c static void g722_encode_trellis(G722Context *c, int trellis,
G722Context       331 libavcodec/g722enc.c static av_always_inline void encode_byte(G722Context *c, uint8_t *dst,
G722Context       344 libavcodec/g722enc.c static void g722_encode_no_trellis(G722Context *c,
G722Context       356 libavcodec/g722enc.c     G722Context *c = avctx->priv_data;
G722Context       388 libavcodec/g722enc.c     .priv_data_size = sizeof(G722Context),