Searched defs:fixed_vector (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | amrwbdec.c | 66 …float fixed_vector[AMRWB_SFR_SIZE]; ///< algebraic codebook (fixed) vector for current s… member 492 static void decode_fixed_vector(float *fixed_vector, const uint16_t *pulse_hi, in decode_fixed_vector() 581 static void pitch_sharpening(AMRWBContext *ctx, float *fixed_vector) in pitch_sharpening() 628 float *fixed_vector, float *buf) in anti_sparseness() 742 static void pitch_enhancer(float *fixed_vector, float voice_fac) in pitch_enhancer() 771 float fixed_gain, const float *fixed_vector, in synthesis()
|
D | sipr.c | 180 float *fixed_vector) in pitch_sharpening() 391 float fixed_vector[SUBFR_SIZE]; in decode_frame() local
|
D | amrnbdec.c | 120 …float fixed_vector[AMR_SUBFRAME_SIZE]; ///< algebraic codebook (fixed) vector (must be kept zero… member 720 const float *fixed_vector, in anti_sparseness() 791 float fixed_gain, const float *fixed_vector, in synthesis()
|
D | sipr16k.c | 184 float fixed_vector[L_SUBFR_16k]; in ff_sipr_decode_frame_16k() local
|