Home
last modified time | relevance | path

Searched defs:excitation (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcngdec.c40 float *excitation; member
H A Dsipr16k.c190 float *excitation = ctx->excitation + 292; in ff_sipr_decode_frame_16k() local
H A Dsipr.h73 float excitation[L_INTERPOL + PITCH_MAX + 2 * L_SUBFR_16k]; member
H A Dopusenc_psy.h46 float excitation; member
H A Dg723_1.h131 int16_t excitation[PITCH_MAX + FRAME_LEN + 4]; member
H A Ddss_sp.c55 int32_t excitation[288 + 6]; member
H A Dsipr.c372 float *excitation; in decode_frame() local
[all...]
H A Damrnbdec.c118 float *excitation; ///< pointer to the current excitation vector in excitation_buf member
805 float excitation[AMR_SUBFRAME_SIZE]; synthesis() local
[all...]
H A Devrcdec.c406 static void acb_excitation(EVRCContext *e, float *excitation, float gain, in acb_excitation() argument
478 fcb_excitation(EVRCContext *e, const uint16_t *codebook, float *excitation, float pitch_gain, int pitch_lag, int subframe_size) fcb_excitation() argument
[all...]
H A Dopus_silk.c425 int32_t excitation[320]; // Q23 in silk_decode_excitation() local
[all...]
H A Damrwbdec.c64 float *excitation; ///< points to current excitation in excitation_buf[] member
781 synthesis(AMRWBContext *ctx, float *lpc, float *excitation, float fixed_gain, const float *fixed_vector, float *samples) synthesis() argument
[all...]
H A Dwmavoice.c1277 synth_block_hardcoded(WMAVoiceContext *s, GetBitContext *gb, int block_idx, int size, const struct frame_type_desc *frame_desc, float *excitation) synth_block_hardcoded() argument
1308 synth_block_fcb_acb(WMAVoiceContext *s, GetBitContext *gb, int block_idx, int size, int block_pitch_sh2, const struct frame_type_desc *frame_desc, float *excitation) synth_block_fcb_acb() argument
1442 synth_block(WMAVoiceContext *s, GetBitContext *gb, int block_idx, int size, int block_pitch_sh2, const double *lsps, const double *prev_lsps, const struct frame_type_desc *frame_desc, float *excitation, float *synth) synth_block() argument
1484 synth_frame(AVCodecContext *ctx, GetBitContext *gb, int frame_idx, float *samples, const double *lsps, const double *prev_lsps, float *excitation, float *synth) synth_frame() argument
1720 float excitation[MAX_SIGNAL_HISTORY + MAX_SFRAMESIZE + 12]; synth_superframe() local
[all...]

Completed in 14 milliseconds