Searched defs:fixed_vector (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | sipr16k.c | 184 float fixed_vector[L_SUBFR_16k]; in ff_sipr_decode_frame_16k() local
|
H A D | sipr.c | 392 float fixed_vector[SUBFR_SIZE]; in decode_frame() local 180 pitch_sharpening(int pitch_lag_int, float beta, float *fixed_vector) pitch_sharpening() argument [all...] |
H A D | amrnbdec.c | 121 float fixed_vector[AMR_SUBFRAME_SIZE]; ///< algebraic codebook (fixed) vector (must be kept zero between frames) member 729 anti_sparseness(AMRContext *p, AMRFixed *fixed_sparse, const float *fixed_vector, float fixed_gain, float *out) anti_sparseness() argument 800 synthesis(AMRContext *p, float *lpc, float fixed_gain, const float *fixed_vector, float *samples, uint8_t overflow) synthesis() argument [all...] |
H A D | amrwbdec.c | 67 float fixed_vector[AMRWB_SFR_SIZE]; ///< algebraic codebook (fixed) vector for current subframe member 503 static void decode_fixed_vector(float *fixed_vector, const uint16_t *pulse_hi, in decode_fixed_vector() argument 592 static void pitch_sharpening(AMRWBContext *ctx, float *fixed_vector) in pitch_sharpening() argument 638 anti_sparseness(AMRWBContext *ctx, float *fixed_vector, float *buf) anti_sparseness() argument 753 pitch_enhancer(float *fixed_vector, float voice_fac) pitch_enhancer() argument 781 synthesis(AMRWBContext *ctx, float *lpc, float *excitation, float fixed_gain, const float *fixed_vector, float *samples) synthesis() argument [all...] |
Completed in 5 milliseconds