ILBCDecContext     49 libavcodec/libilbc.c     { "enhance", "Enhance the decoded audio (adds delay)", offsetof(ILBCDecContext, enhance), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_DECODING_PARAM },
ILBCDecContext     62 libavcodec/libilbc.c     ILBCDecContext *s  = avctx->priv_data;
ILBCDecContext     85 libavcodec/libilbc.c     ILBCDecContext *s  = avctx->priv_data;
ILBCDecContext    111 libavcodec/libilbc.c     .priv_data_size = sizeof(ILBCDecContext),