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       147 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       133 libavcodec/g722enc.c static inline void filter_samples(G722Context *c, const int16_t *samples,
G722Context       172 libavcodec/g722enc.c static void g722_encode_trellis(G722Context *c, int trellis,
G722Context       326 libavcodec/g722enc.c static av_always_inline void encode_byte(G722Context *c, uint8_t *dst,
G722Context       339 libavcodec/g722enc.c static void g722_encode_no_trellis(G722Context *c,
G722Context       351 libavcodec/g722enc.c     G722Context *c = avctx->priv_data;
G722Context       383 libavcodec/g722enc.c     .priv_data_size  = sizeof(G722Context),