Home
last modified time | relevance | path

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

/external/libopus/src/
Danalysis.c244 float prob_min, prob_max; in tonality_get_info() local
354 prob_max = 0.f; in tonality_get_info()
373 prob_max = MAX16((prob_avg + TRANSITION_PENALTY*(vad_prob - pos_vad))/prob_count, prob_max); in tonality_get_info()
379 prob_max = MAX16(prob_avg/prob_count, prob_max); in tonality_get_info()
381 prob_max = MIN16(prob_max, 1.f); in tonality_get_info()
388 pmax = prob_max; in tonality_get_info()
403 prob_max += (1.f-.1f*curr_lookahead)*(pmax - prob_max); in tonality_get_info()
406 info_out->music_prob_max = prob_max; in tonality_get_info()