Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Damrwbdec.c897 * @param[out] hb_exc Buffer for the excitation
901 static void scaled_hb_excitation(AMRWBContext *ctx, float *hb_exc, in scaled_hb_excitation() argument
910 hb_exc[i] = 32768.0 - (uint16_t) av_lfg_get(&ctx->prng); in scaled_hb_excitation()
912 ff_scale_vector_to_given_sum_of_squares(hb_exc, hb_exc, in scaled_hb_excitation()
1128 float hb_exc[AMRWB_SFR_SIZE_16k]; // excitation for the high frequency band in amrwb_decode_frame() local
1261 scaled_hb_excitation(ctx, hb_exc, synth_exc, hb_gain); in amrwb_decode_frame()
1264 hb_exc, ctx->isf_cur, ctx->isf_past_final); in amrwb_decode_frame()

Completed in 3 milliseconds