Searched refs:AMRWBContext (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibvo-amrwbenc.c28 typedef struct AMRWBContext { struct
34 } AMRWBContext; typedef in typeref:struct:AMRWBContext
37 { "dtx", "Allow DTX (generate comfort noise)", offsetof(AMRWBContext, allow_dtx), AV_OPT_TYPE_INT, { 0 }, 0, 1, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM },
73 AMRWBContext *s = avctx->priv_data;
98 AMRWBContext *s = avctx->priv_data;
109 AMRWBContext *s = avctx->priv_data;
124 .priv_data_size = sizeof(AMRWBContext),
H A Dlibopencore-amr.c262 typedef struct AMRWBContext { struct
265 } AMRWBContext; typedef in typeref:struct:AMRWBContext
269 AMRWBContext *s = avctx->priv_data;
291 AMRWBContext *s = avctx->priv_data;
322 AMRWBContext *s = avctx->priv_data;
332 .priv_data_size = sizeof(AMRWBContext),
H A Damrwbdec.c86 } AMRWBContext; typedef in typeref:struct:__anon1866
90 AMRWBContext *ctx = avctx->priv_data;
121 static int decode_mime_header(AMRWBContext *ctx, const uint8_t *buf)
307 static void decode_pitch_vector(AMRWBContext *ctx,
569 static void pitch_sharpening(AMRWBContext *ctx, float *fixed_vector)
611 static float *anti_sparseness(AMRWBContext *ctx,
747 * @param[in] ctx Pointer to the AMRWBContext
754 static void synthesis(AMRWBContext *ctx, float *lpc, float *excitation,
842 static float find_hb_gain(AMRWBContext *ctx, const float *synth,
867 static void scaled_hb_excitation(AMRWBContext *ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibvo-amrwbenc.c35 typedef struct AMRWBContext { struct
41 } AMRWBContext; typedef in typeref:struct:AMRWBContext
44 { "dtx", "Allow DTX (generate comfort noise)", offsetof(AMRWBContext, allow_dtx), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM },
80 AMRWBContext *s = avctx->priv_data;
105 AMRWBContext *s = avctx->priv_data;
114 AMRWBContext *s = avctx->priv_data;
145 .priv_data_size = sizeof(AMRWBContext),
H A Dlibopencore-amr.c305 typedef struct AMRWBContext { struct
307 } AMRWBContext; typedef in typeref:struct:AMRWBContext
311 AMRWBContext *s = avctx->priv_data;
328 AMRWBContext *s = avctx->priv_data;
360 AMRWBContext *s = avctx->priv_data;
371 .priv_data_size = sizeof(AMRWBContext),
H A Damrwbdec.c94 } AMRWBContext; typedef in typeref:struct:__anon3077
98 AMRWBContext *ctx = avctx->priv_data;
140 static int decode_mime_header(AMRWBContext *ctx, const uint8_t *buf)
321 static void decode_pitch_vector(AMRWBContext *ctx,
584 static void pitch_sharpening(AMRWBContext *ctx, float *fixed_vector)
630 static float *anti_sparseness(AMRWBContext *ctx,
766 * @param[in] ctx Pointer to the AMRWBContext
773 static void synthesis(AMRWBContext *ctx, float *lpc, float *excitation,
863 static float find_hb_gain(AMRWBContext *ctx, const float *synth,
888 static void scaled_hb_excitation(AMRWBContext *ct
[all...]

Completed in 73 milliseconds