Home
last modified time | relevance | path

Searched refs:PSY_3GPP_BITS_TO_PE (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Daacpsy.c91 #define PSY_3GPP_BITS_TO_PE(bits) ((bits) * 1.18f) macro
339 float bark_pe = 0.024f * PSY_3GPP_BITS_TO_PE(avg_chan_bits) / num_bark; in psy_3gpp_init()
716 desired_pe = PSY_3GPP_BITS_TO_PE(desired_bits); // reflect clipping in psy_3gpp_analyze_channel()
721 desired_pe = PSY_3GPP_BITS_TO_PE(desired_bits); // reflect clipping in psy_3gpp_analyze_channel()
728 desired_pe = PSY_3GPP_BITS_TO_PE(desired_bits); in psy_3gpp_analyze_channel()
735 desired_pe *= av_clipf(pctx->pe.previous / PSY_3GPP_BITS_TO_PE(ctx->bitres.bits), in psy_3gpp_analyze_channel()
738 pctx->pe.previous = PSY_3GPP_BITS_TO_PE(desired_bits); in psy_3gpp_analyze_channel()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Daacpsy.c91 #define PSY_3GPP_BITS_TO_PE(bits) ((bits) * 1.18f) macro
336 float bark_pe = 0.024f * PSY_3GPP_BITS_TO_PE(avg_chan_bits) / num_bark; in psy_3gpp_init()
713 desired_pe = PSY_3GPP_BITS_TO_PE(desired_bits); // reflect clipping in psy_3gpp_analyze_channel()
718 desired_pe = PSY_3GPP_BITS_TO_PE(desired_bits); // reflect clipping in psy_3gpp_analyze_channel()
725 desired_pe = PSY_3GPP_BITS_TO_PE(desired_bits); in psy_3gpp_analyze_channel()
732 desired_pe *= av_clipf(pctx->pe.previous / PSY_3GPP_BITS_TO_PE(ctx->bitres.bits), in psy_3gpp_analyze_channel()
735 pctx->pe.previous = PSY_3GPP_BITS_TO_PE(desired_bits); in psy_3gpp_analyze_channel()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Daacpsy.c91 #define PSY_3GPP_BITS_TO_PE(bits) ((bits) * 1.18f) macro
336 float bark_pe = 0.024f * PSY_3GPP_BITS_TO_PE(avg_chan_bits) / num_bark; in psy_3gpp_init()
713 desired_pe = PSY_3GPP_BITS_TO_PE(desired_bits); // reflect clipping in psy_3gpp_analyze_channel()
718 desired_pe = PSY_3GPP_BITS_TO_PE(desired_bits); // reflect clipping in psy_3gpp_analyze_channel()
725 desired_pe = PSY_3GPP_BITS_TO_PE(desired_bits); in psy_3gpp_analyze_channel()
732 desired_pe *= av_clipf(pctx->pe.previous / PSY_3GPP_BITS_TO_PE(ctx->bitres.bits), in psy_3gpp_analyze_channel()
735 pctx->pe.previous = PSY_3GPP_BITS_TO_PE(desired_bits); in psy_3gpp_analyze_channel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Daacpsy.c91 #define PSY_3GPP_BITS_TO_PE(bits) ((bits) * 1.18f) macro
336 float bark_pe = 0.024f * PSY_3GPP_BITS_TO_PE(avg_chan_bits) / num_bark; in psy_3gpp_init()
713 desired_pe = PSY_3GPP_BITS_TO_PE(desired_bits); // reflect clipping in psy_3gpp_analyze_channel()
718 desired_pe = PSY_3GPP_BITS_TO_PE(desired_bits); // reflect clipping in psy_3gpp_analyze_channel()
725 desired_pe = PSY_3GPP_BITS_TO_PE(desired_bits); in psy_3gpp_analyze_channel()
732 desired_pe *= av_clipf(pctx->pe.previous / PSY_3GPP_BITS_TO_PE(ctx->bitres.bits), in psy_3gpp_analyze_channel()
735 pctx->pe.previous = PSY_3GPP_BITS_TO_PE(desired_bits); in psy_3gpp_analyze_channel()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Daacpsy.c91 #define PSY_3GPP_BITS_TO_PE(bits) ((bits) * 1.18f) macro
336 float bark_pe = 0.024f * PSY_3GPP_BITS_TO_PE(avg_chan_bits) / num_bark; in psy_3gpp_init()
713 desired_pe = PSY_3GPP_BITS_TO_PE(desired_bits); // reflect clipping in psy_3gpp_analyze_channel()
718 desired_pe = PSY_3GPP_BITS_TO_PE(desired_bits); // reflect clipping in psy_3gpp_analyze_channel()
725 desired_pe = PSY_3GPP_BITS_TO_PE(desired_bits); in psy_3gpp_analyze_channel()
732 desired_pe *= av_clipf(pctx->pe.previous / PSY_3GPP_BITS_TO_PE(ctx->bitres.bits), in psy_3gpp_analyze_channel()
735 pctx->pe.previous = PSY_3GPP_BITS_TO_PE(desired_bits); in psy_3gpp_analyze_channel()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Daacpsy.c89 #define PSY_3GPP_BITS_TO_PE(bits) ((bits) * 1.18f) macro
323 float bark_pe = 0.024f * PSY_3GPP_BITS_TO_PE(avg_chan_bits) / num_bark; in psy_3gpp_init()
675 desired_pe = PSY_3GPP_BITS_TO_PE(desired_bits); in psy_3gpp_analyze_channel()
681 desired_pe *= av_clipf(pctx->pe.previous / PSY_3GPP_BITS_TO_PE(ctx->bitres.bits), in psy_3gpp_analyze_channel()
683 pctx->pe.previous = PSY_3GPP_BITS_TO_PE(desired_bits); in psy_3gpp_analyze_channel()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Daacpsy.c89 #define PSY_3GPP_BITS_TO_PE(bits) ((bits) * 1.18f) macro
323 float bark_pe = 0.024f * PSY_3GPP_BITS_TO_PE(avg_chan_bits) / num_bark; in psy_3gpp_init()
675 desired_pe = PSY_3GPP_BITS_TO_PE(desired_bits); in psy_3gpp_analyze_channel()
681 desired_pe *= av_clipf(pctx->pe.previous / PSY_3GPP_BITS_TO_PE(ctx->bitres.bits), in psy_3gpp_analyze_channel()
683 pctx->pe.previous = PSY_3GPP_BITS_TO_PE(desired_bits); in psy_3gpp_analyze_channel()