Searched refs:AMRWBContext (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libvo-amrwbenc.c | 36 typedef struct AMRWBContext { struct 42 } AMRWBContext; typedef 45 { "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 }, 84 AMRWBContext *s = avctx->priv_data; in amr_wb_encode_init() 109 AMRWBContext *s = avctx->priv_data; in amr_wb_encode_close() 118 AMRWBContext *s = avctx->priv_data; in amr_wb_encode_frame() 151 .priv_data_size = sizeof(AMRWBContext),
|
H A D | libopencore-amr.c | 315 typedef struct AMRWBContext { struct 317 } AMRWBContext; typedef 321 AMRWBContext *s = avctx->priv_data; in amr_wb_decode_init() 337 AMRWBContext *s = avctx->priv_data; in amr_wb_decode_frame() 369 AMRWBContext *s = avctx->priv_data; in amr_wb_decode_close() 382 .priv_data_size = sizeof(AMRWBContext),
|
H A D | amrwbdec.c | 48 typedef struct AMRWBContext { struct 95 } AMRWBContext; typedef 98 AMRWBContext ch[2]; 120 AMRWBContext *ctx = &s->ch[ch]; in amrwb_decode_init() 151 static int decode_mime_header(AMRWBContext *ctx, const uint8_t *buf) in decode_mime_header() 329 static void decode_pitch_vector(AMRWBContext *ctx, in decode_pitch_vector() 592 static void pitch_sharpening(AMRWBContext *ctx, float *fixed_vector) in pitch_sharpening() 638 static float *anti_sparseness(AMRWBContext *ctx, in anti_sparseness() 774 * @param[in] ctx Pointer to the AMRWBContext 781 static void synthesis(AMRWBContext *ct [all...] |
Completed in 3 milliseconds