Searched defs:fixed_gain (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | amrnbdata.h | 61 uint16_t fixed_gain; ///< index to decode the fixed gain factor, for MODE_12k2 and MODE_7k95 member
|
H A D | amrnbdec.c | 125 float fixed_gain[5]; ///< quantified fixed gains for the current and previous four subframes 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 | 71 float fixed_gain[2]; ///< quantified fixed gains for the current and previous subframes member 726 static float noise_enhancer(float fixed_gain, float *prev_tr_gain, in noise_enhancer() argument 781 synthesis(AMRWBContext *ctx, float *lpc, float *excitation, float fixed_gain, const float *fixed_vector, float *samples) synthesis() argument [all...] |
Completed in 7 milliseconds