Searched defs:excitation (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | cngdec.c | 40 float *excitation; member
|
D | wmavoice.c | 1280 float *excitation) in synth_block_hardcoded() 1312 float *excitation) in synth_block_fcb_acb() 1447 float *excitation, float *synth) in synth_block() 1487 float *excitation, float *synth) in synth_frame() 1715 float excitation[MAX_SIGNAL_HISTORY + MAX_SFRAMESIZE + 12]; in synth_superframe() local
|
D | sipr16k.c | 190 float *excitation = ctx->excitation + 292; in ff_sipr_decode_frame_16k() local
|
D | sipr.h | 73 float excitation[L_INTERPOL + PITCH_MAX + 2 * L_SUBFR_16k]; member
|
D | opusenc_psy.h | 46 float excitation; member
|
D | amrnbdec.c | 118 …float *excitation; ///< pointer to the current excitation vector in excitati… member 805 float excitation[AMR_SUBFRAME_SIZE]; in synthesis() local
|
D | evrcdec.c | 406 static void acb_excitation(EVRCContext *e, float *excitation, float gain, in acb_excitation() 479 float *excitation, float pitch_gain, in fcb_excitation()
|
D | sipr.c | 372 float *excitation; in decode_frame() local
|
D | g723_1.h | 131 int16_t excitation[PITCH_MAX + FRAME_LEN + 4]; member
|
D | amrwbdec.c | 64 …float *excitation; ///< points to current excitation in excitation_buf[] member 781 static void synthesis(AMRWBContext *ctx, float *lpc, float *excitation, in synthesis()
|
D | dss_sp.c | 55 int32_t excitation[288 + 6]; member
|
D | opus_silk.c | 425 int32_t excitation[320]; // Q23 in silk_decode_excitation() local
|