Searched refs:hb_gain (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Damrwbdata.h73 uint16_t hb_gain; ///< high-band energy index (mode 23k85 only) member in struct:__anon1864
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 Damrwbdec.c865 * @param[in] hb_gain Wanted excitation gain
868 const float *synth_exc, float hb_gain)
878 energy * hb_gain * hb_gain,
1085 float hb_gain; local
1209 hb_gain = find_hb_gain(ctx, hb_samples,
1210 cur_subframe->hb_gain, cf->vad);
1212 scaled_hb_excitation(ctx, hb_exc, synth_exc, hb_gain);
867 scaled_hb_excitation(AMRWBContext *ctx, float *hb_exc, const float *synth_exc, float hb_gain) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Damrwbdata.h73 uint16_t hb_gain; ///< high-band energy index (mode 23k85 only) member in struct:AMRWBSubFrame
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 Damrwbdec.c886 * @param[in] hb_gain Wanted excitation gain
889 const float *synth_exc, float hb_gain)
900 energy * hb_gain * hb_gain,
1110 float hb_gain; local
1235 hb_gain = find_hb_gain(ctx, hb_samples,
1236 cur_subframe->hb_gain, cf->vad);
1238 scaled_hb_excitation(ctx, hb_exc, synth_exc, hb_gain);
888 scaled_hb_excitation(AMRWBContext *ctx, float *hb_exc, const float *synth_exc, float hb_gain) argument

Completed in 109 milliseconds