Searched refs:prob_count (Results 1 – 1 of 1) sorted by relevance
243 float prob_count; in tonality_get_info() local356 prob_count = MAX16(.1f, vad_prob); in tonality_get_info()372 prob_min = MIN16((prob_avg - TRANSITION_PENALTY*(vad_prob - pos_vad))/prob_count, prob_min); in tonality_get_info()373 prob_max = MAX16((prob_avg + TRANSITION_PENALTY*(vad_prob - pos_vad))/prob_count, prob_max); in tonality_get_info()374 prob_count += MAX16(.1f, pos_vad); in tonality_get_info()377 info_out->music_prob = prob_avg/prob_count; in tonality_get_info()378 prob_min = MIN16(prob_avg/prob_count, prob_min); in tonality_get_info()379 prob_max = MAX16(prob_avg/prob_count, prob_max); in tonality_get_info()