Home
last modified time | relevance | path

Searched refs:band_score (Results 1 – 12 of 12) sorted by relevance

/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dreadcalls.c81 band_score[i] = 0; in init_scoring()
278 band_score[bandindex]++; in readcalls()
356 band_score[bandindex]++; in readcalls()
379 band_score[bandindex]++; /* qso counter per band */ in readcalls()
H A Dscore.c289 extern int band_score[NBANDS]; in score()
318 band_score[bandinx]++; /* qso's per band */ in score()
322 band_score[bandinx]--; in score()
H A Dglobalvars.h41 extern int band_score[NBANDS]; // QSO/band
H A Daddcall.c266 extern int band_score[]; in addcall2()
386 band_score[bandinx]++; in addcall2()
H A Dshowscore.c111 printfield(2, band_cols[i], band_score[bi[i]]); in display_header()
H A Dmain.c296 int band_score[NBANDS]; variable
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dopusenc_psy.c321 float band_score[CELT_MAX_BANDS] = { 0 }; in celt_gauge_psy_weight() local
336 band_score[i] = weight; in celt_gauge_psy_weight()
342 if (band_score[i] > max_score) in celt_gauge_psy_weight()
343 max_score = band_score[i]; in celt_gauge_psy_weight()
347 f_out->alloc_boost[i] = (int)((band_score[i]/max_score)*3.0f); in celt_gauge_psy_weight()
348 frame_bits += band_score[i]*8.0f; in celt_gauge_psy_weight()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dopusenc_psy.c321 float band_score[CELT_MAX_BANDS] = { 0 }; in celt_gauge_psy_weight() local
336 band_score[i] = weight; in celt_gauge_psy_weight()
342 if (band_score[i] > max_score) in celt_gauge_psy_weight()
343 max_score = band_score[i]; in celt_gauge_psy_weight()
347 f_out->alloc_boost[i] = (int)((band_score[i]/max_score)*3.0f); in celt_gauge_psy_weight()
348 frame_bits += band_score[i]*8.0f; in celt_gauge_psy_weight()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dopusenc_psy.c321 float band_score[CELT_MAX_BANDS] = { 0 }; in celt_gauge_psy_weight() local
336 band_score[i] = weight; in celt_gauge_psy_weight()
342 if (band_score[i] > max_score) in celt_gauge_psy_weight()
343 max_score = band_score[i]; in celt_gauge_psy_weight()
347 f_out->alloc_boost[i] = (int)((band_score[i]/max_score)*3.0f); in celt_gauge_psy_weight()
348 frame_bits += band_score[i]*8.0f; in celt_gauge_psy_weight()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dopusenc_psy.c321 float band_score[CELT_MAX_BANDS] = { 0 }; in celt_gauge_psy_weight() local
336 band_score[i] = weight; in celt_gauge_psy_weight()
342 if (band_score[i] > max_score) in celt_gauge_psy_weight()
343 max_score = band_score[i]; in celt_gauge_psy_weight()
347 f_out->alloc_boost[i] = (int)((band_score[i]/max_score)*3.0f); in celt_gauge_psy_weight()
348 frame_bits += band_score[i]*8.0f; in celt_gauge_psy_weight()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dopusenc_psy.c321 float band_score[CELT_MAX_BANDS] = { 0 }; in celt_gauge_psy_weight() local
336 band_score[i] = weight; in celt_gauge_psy_weight()
342 if (band_score[i] > max_score) in celt_gauge_psy_weight()
343 max_score = band_score[i]; in celt_gauge_psy_weight()
347 f_out->alloc_boost[i] = (int)((band_score[i]/max_score)*3.0f); in celt_gauge_psy_weight()
348 frame_bits += band_score[i]*8.0f; in celt_gauge_psy_weight()
/dports/comms/tlf/tlf-tlf-1.4.1/test/
H A Ddata.c245 int band_score[NBANDS]; variable