Home
last modified time | relevance | path

Searched refs:G722Context (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dg722dec.c44 #define OFFSET(x) offsetof(G722Context, x)
60 G722Context *c = avctx->priv_data; in g722_decode_init()
89 G722Context *c = avctx->priv_data; in g722_decode_frame()
147 .priv_data_size = sizeof(G722Context),
Dg722enc.c49 G722Context *c = avctx->priv_data; in g722_encode_close()
61 G722Context *c = avctx->priv_data; in g722_encode_init()
126 static inline void filter_samples(G722Context *c, const int16_t *samples, in filter_samples()
165 static void g722_encode_trellis(G722Context *c, int trellis, in g722_encode_trellis()
319 static av_always_inline void encode_byte(G722Context *c, uint8_t *dst, in encode_byte()
332 static void g722_encode_no_trellis(G722Context *c, in g722_encode_no_trellis()
344 G722Context *c = avctx->priv_data; in g722_encode_frame()
376 .priv_data_size = sizeof(G722Context),
Dg722.h34 typedef struct G722Context { struct
67 } G722Context; argument