Home
last modified time | relevance | path

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

/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()

Completed in 1 milliseconds