Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dgsmdec_data.h28 typedef struct GSMContext { struct
38 } GSMContext; typedef
Dgsmdec.c109 GSMContext *s = avctx->priv_data; in gsm_flush()
119 .priv_data_size = sizeof(GSMContext),
132 .priv_data_size = sizeof(GSMContext),
Dgsmdec_template.c83 static void short_term_synth(GSMContext *ctx, int16_t *dst, const int16_t *src) in short_term_synth()
125 GSMContext *ctx = avctx->priv_data; in gsm_decode_block()