Searched defs:excitation (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | cngdec.c | 40 float *excitation; member
|
H A D | sipr16k.c | 190 float *excitation = ctx->excitation + 292; in ff_sipr_decode_frame_16k() local
|
H A D | sipr.h | 73 float excitation[L_INTERPOL + PITCH_MAX + 2 * L_SUBFR_16k]; member
|
H A D | opusenc_psy.h | 46 float excitation; member
|
H A D | g723_1.h | 131 int16_t excitation[PITCH_MAX + FRAME_LEN + 4]; member
|
H A D | dss_sp.c | 55 int32_t excitation[288 + 6]; member
|
H A D | sipr.c | 372 float *excitation; in decode_frame() local [all...] |
H A D | amrnbdec.c | 118 float *excitation; ///< pointer to the current excitation vector in excitation_buf member 805 float excitation[AMR_SUBFRAME_SIZE]; synthesis() local [all...] |
H A D | evrcdec.c | 406 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 D | opus_silk.c | 425 int32_t excitation[320]; // Q23 in silk_decode_excitation() local [all...] |
H A D | amrwbdec.c | 64 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 D | wmavoice.c | 1277 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