Home
last modified time | relevance | path

Searched refs:stab_fac (Results 1 – 15 of 15) sorted by relevance

/dports/audio/fdk-aac/fdk-aac-2.0.2/libAACdec/src/
H A Dusacdec_acelp.h211 FIXP_SGL stab_fac, CAcelpChannelData *acelpData,
272 const FIXP_SGL stab_fac, INT numLostSubframes,
H A Dusacdec_acelp.cpp401 FIXP_SGL stab_fac, /* (i) : stability factor (0 <= ... < 1.0) in noise_enhancer() argument
429 fac = (FX_SGL2FX_DBL(stab_fac) >> (SF_PFAC + 1)) - in noise_enhancer()
430 fMultDiv2(stab_fac, period_fac); in noise_enhancer()
737 FIXP_SGL stab_fac, CAcelpChannelData *pAcelpData, in CLpd_AcelpDecode() argument
810 (bfi && numLostSubframes == 1 && stab_fac < FL2FXCONST_SGL(0.25f))) { in CLpd_AcelpDecode()
879 stab_fac, /* (i) : stability factor (0 <= ... < 1), in CLpd_AcelpDecode()
944 const FIXP_SGL stab_fac, INT nLostSf, FIXP_DBL synth[], in CLpd_TcxTDConceal() argument
/dports/multimedia/handbrake/fdk-aac-2.0.1/libAACdec/src/
H A Dusacdec_acelp.h211 FIXP_SGL stab_fac, CAcelpChannelData *acelpData,
272 const FIXP_SGL stab_fac, INT numLostSubframes,
H A Dusacdec_acelp.cpp401 FIXP_SGL stab_fac, /* (i) : stability factor (0 <= ... < 1.0) in noise_enhancer() argument
429 fac = (FX_SGL2FX_DBL(stab_fac) >> (SF_PFAC + 1)) - in noise_enhancer()
430 fMultDiv2(stab_fac, period_fac); in noise_enhancer()
734 FIXP_SGL stab_fac, CAcelpChannelData *pAcelpData, in CLpd_AcelpDecode() argument
807 (bfi && numLostSubframes == 1 && stab_fac < FL2FXCONST_SGL(0.25f))) { in CLpd_AcelpDecode()
876 stab_fac, /* (i) : stability factor (0 <= ... < 1), in CLpd_AcelpDecode()
941 const FIXP_SGL stab_fac, INT nLostSf, FIXP_DBL synth[], in CLpd_TcxTDConceal() argument
/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
H A Dpvamrwbdecoder.cpp314 int16 fac, stab_fac, voice_fac, Q_new = 0; in pvDecoder_AmrWb() local
533 stab_fac = shl_int16(tmp, 1); /* Q14 -> Q15 with saturation */ in pvDecoder_AmrWb()
535 if (stab_fac < 0) in pvDecoder_AmrWb()
537 stab_fac = 0; in pvDecoder_AmrWb()
995 fac = mult_int16(stab_fac, tmp); in pvDecoder_AmrWb()
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/G.722.2/AMR-WB/
H A Denc_main.c286 Float32 stab_fac = 0.0F, fac; in E_MAIN_encode() local
631 stab_fac = (Float32)(1.25F - (f_tmp / 400000.0F)); in E_MAIN_encode()
633 if (stab_fac > 1.0F) in E_MAIN_encode()
635 stab_fac = 1.0F; in E_MAIN_encode()
638 if (stab_fac < 0.0F) in E_MAIN_encode()
640 stab_fac = 0.0F; in E_MAIN_encode()
1343 fac = stab_fac * f_tmp; in E_MAIN_encode()
/dports/net/opal/opal-3.10.10/plugins/audio/G.722.2/AMR-WB/
H A Denc_main.c286 Float32 stab_fac = 0.0F, fac; in E_MAIN_encode() local
631 stab_fac = (Float32)(1.25F - (f_tmp / 400000.0F)); in E_MAIN_encode()
633 if (stab_fac > 1.0F) in E_MAIN_encode()
635 stab_fac = 1.0F; in E_MAIN_encode()
638 if (stab_fac < 0.0F) in E_MAIN_encode()
640 stab_fac = 0.0F; in E_MAIN_encode()
1343 fac = stab_fac * f_tmp; in E_MAIN_encode()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Damrwbdec.c716 float voice_fac, float stab_fac) in noise_enhancer() argument
718 float sm_fac = 0.5 * (1 - voice_fac) * stab_fac; in noise_enhancer()
1108 float voice_fac, stab_fac; // parameters used for gain smoothing in amrwb_decode_frame() local
1165 stab_fac = stability_factor(ctx->isf_cur, ctx->isf_past_final); in amrwb_decode_frame()
1219 voice_fac, stab_fac); in amrwb_decode_frame()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Damrwbdec.c719 float voice_fac, float stab_fac) in noise_enhancer() argument
721 float sm_fac = 0.5 * (1 - voice_fac) * stab_fac; in noise_enhancer()
1106 float voice_fac, stab_fac; // parameters used for gain smoothing in amrwb_decode_frame() local
1155 stab_fac = stability_factor(ctx->isf_cur, ctx->isf_past_final); in amrwb_decode_frame()
1209 voice_fac, stab_fac); in amrwb_decode_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Damrwbdec.c716 float voice_fac, float stab_fac) in noise_enhancer() argument
718 float sm_fac = 0.5 * (1 - voice_fac) * stab_fac; in noise_enhancer()
1108 float voice_fac, stab_fac; // parameters used for gain smoothing in amrwb_decode_frame() local
1165 stab_fac = stability_factor(ctx->isf_cur, ctx->isf_past_final); in amrwb_decode_frame()
1219 voice_fac, stab_fac); in amrwb_decode_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Damrwbdec.c716 float voice_fac, float stab_fac) in noise_enhancer() argument
718 float sm_fac = 0.5 * (1 - voice_fac) * stab_fac; in noise_enhancer()
1108 float voice_fac, stab_fac; // parameters used for gain smoothing in amrwb_decode_frame() local
1157 stab_fac = stability_factor(ctx->isf_cur, ctx->isf_past_final); in amrwb_decode_frame()
1211 voice_fac, stab_fac); in amrwb_decode_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Damrwbdec.c716 float voice_fac, float stab_fac) in noise_enhancer() argument
718 float sm_fac = 0.5 * (1 - voice_fac) * stab_fac; in noise_enhancer()
1108 float voice_fac, stab_fac; // parameters used for gain smoothing in amrwb_decode_frame() local
1157 stab_fac = stability_factor(ctx->isf_cur, ctx->isf_past_final); in amrwb_decode_frame()
1211 voice_fac, stab_fac); in amrwb_decode_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Damrwbdec.c719 float voice_fac, float stab_fac) in noise_enhancer() argument
721 float sm_fac = 0.5 * (1 - voice_fac) * stab_fac; in noise_enhancer()
1106 float voice_fac, stab_fac; // parameters used for gain smoothing in amrwb_decode_frame() local
1155 stab_fac = stability_factor(ctx->isf_cur, ctx->isf_past_final); in amrwb_decode_frame()
1209 voice_fac, stab_fac); in amrwb_decode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Damrwbdec.c716 float voice_fac, float stab_fac) in noise_enhancer() argument
718 float sm_fac = 0.5 * (1 - voice_fac) * stab_fac; in noise_enhancer()
1108 float voice_fac, stab_fac; // parameters used for gain smoothing in amrwb_decode_frame() local
1165 stab_fac = stability_factor(ctx->isf_cur, ctx->isf_past_final); in amrwb_decode_frame()
1219 voice_fac, stab_fac); in amrwb_decode_frame()
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/amrwbenc/src/
H A DvoAMRWBEnc.c208 Word16 stab_fac, fac, gain_code_lo; in coder() local
632 stab_fac = shl(tmp, 1); in coder()
634 if (stab_fac < 0) in coder()
636 stab_fac = 0; in coder()
1244 fac = vo_mult(stab_fac, tmp); in coder()