AMRContext        162 libavcodec/amrnbdec.c     AMRContext *p = avctx->priv_data;
AMRContext        207 libavcodec/amrnbdec.c static enum Mode unpack_bitstream(AMRContext *p, const uint8_t *buf,
AMRContext        260 libavcodec/amrnbdec.c static void lsf2lsp_for_mode12k2(AMRContext *p, double lsp[LP_FILTER_ORDER],
AMRContext        298 libavcodec/amrnbdec.c static void lsf2lsp_5(AMRContext *p)
AMRContext        327 libavcodec/amrnbdec.c static void lsf2lsp_3(AMRContext *p)
AMRContext        391 libavcodec/amrnbdec.c static void decode_pitch_vector(AMRContext *p,
AMRContext        552 libavcodec/amrnbdec.c static void pitch_sharpening(AMRContext *p, int subframe, enum Mode mode,
AMRContext        588 libavcodec/amrnbdec.c static float fixed_gain_smooth(AMRContext *p , const float *lsf,
AMRContext        630 libavcodec/amrnbdec.c static void decode_gains(AMRContext *p, const AMRNBSubframe *amr_subframe,
AMRContext        719 libavcodec/amrnbdec.c static const float *anti_sparseness(AMRContext *p, AMRFixed *fixed_sparse,
AMRContext        790 libavcodec/amrnbdec.c static int synthesis(AMRContext *p, float *lpc,
AMRContext        847 libavcodec/amrnbdec.c static void update_state(AMRContext *p)
AMRContext        874 libavcodec/amrnbdec.c static float tilt_factor(AMRContext *p, float *lpc_n, float *lpc_d)
AMRContext        904 libavcodec/amrnbdec.c static void postfilter(AMRContext *p, float *lpc, float *buf_out)
AMRContext        952 libavcodec/amrnbdec.c     AMRContext *p = avctx->priv_data;        // pointer to private data
AMRContext       1088 libavcodec/amrnbdec.c     .priv_data_size = sizeof(AMRContext),
AMRContext         67 libavcodec/libopencore-amr.c     AMRContext *s  = avctx->priv_data;
AMRContext         84 libavcodec/libopencore-amr.c     AMRContext *s = avctx->priv_data;
AMRContext         97 libavcodec/libopencore-amr.c     AMRContext *s      = avctx->priv_data;
AMRContext        134 libavcodec/libopencore-amr.c     .priv_data_size = sizeof(AMRContext),
AMRContext        179 libavcodec/libopencore-amr.c     { "dtx", "Allow DTX (generate comfort noise)", offsetof(AMRContext, enc_dtx), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM },
AMRContext        189 libavcodec/libopencore-amr.c     AMRContext *s = avctx->priv_data;
AMRContext        219 libavcodec/libopencore-amr.c     AMRContext *s = avctx->priv_data;
AMRContext        229 libavcodec/libopencore-amr.c     AMRContext *s = avctx->priv_data;
AMRContext        286 libavcodec/libopencore-amr.c     .priv_data_size = sizeof(AMRContext),
AMRContext        118 libavformat/amr.c     AMRContext *amr = s->priv_data;
AMRContext        169 libavformat/amr.c     .priv_data_size = sizeof(AMRContext),