Home
last modified time | relevance | path

Searched refs:clip_thresh (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/core/
H A DmergeExps.cpp83 int clip_thresh = 61000;//If any channel exceeds this value, we start in merge_exps() local
97 exp_weight_factor = min(1,max(clip_thresh-temp_max_channel,0)/1000); in merge_exps()
/dports/audio/codec2/codec2-1.0.3/src/
H A Dcodec2_cohpsk.h51 void cohpsk_clip(COMP tx_fdm[], float clip_thresh, int n);
H A Dofdm_internal.h259 void ofdm_clip(complex float tx[], float clip_thresh, int n);
H A Dcohpsk.c727 void cohpsk_clip(COMP tx_fdm[], float clip_thresh, int n) in cohpsk_clip() argument
736 if (mag > clip_thresh) { in cohpsk_clip()
737 sam = fcmult(clip_thresh/mag, sam); in cohpsk_clip()
H A Dofdm.c2466 void ofdm_clip(complex float tx[], float clip_thresh, int n) { in ofdm_clip() argument
2474 if (mag > clip_thresh) { in ofdm_clip()
2475 sam *= clip_thresh/mag; in ofdm_clip()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_int.h332 u16 clip_thresh; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_int.h332 u16 clip_thresh; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_int.h332 u16 clip_thresh; member