Searched refs:hb_gain (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | amrwbdata.h | 73 uint16_t hb_gain; ///< high-band energy index (mode 23k85 only) member 610 4, AMR_OF(0, hb_gain), 79, 78, 77, 76, 630 4, AMR_OF(1, hb_gain), 75, 74, 73, 72, 651 4, AMR_OF(2, hb_gain), 87, 86, 85, 84, 671 4, AMR_OF(3, hb_gain), 83, 82, 81, 80,
|
H A D | amrwbdec.c | 899 * @param[in] hb_gain Wanted excitation gain 902 const float *synth_exc, float hb_gain) in scaled_hb_excitation() 913 energy * hb_gain * hb_gain, in scaled_hb_excitation() 1130 float hb_gain; in amrwb_decode_frame() local 1258 hb_gain = find_hb_gain(ctx, hb_samples, in amrwb_decode_frame() 1259 cur_subframe->hb_gain, cf->vad); in amrwb_decode_frame() 1261 scaled_hb_excitation(ctx, hb_exc, synth_exc, hb_gain); in amrwb_decode_frame() 901 scaled_hb_excitation(AMRWBContext *ctx, float *hb_exc, const float *synth_exc, float hb_gain) scaled_hb_excitation() argument
|
Completed in 6 milliseconds