Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_encoder.c755 int silk_rate; in compute_silk_rate_for_hybrid() local
778 silk_rate = rate_table[i-1][entry]; in compute_silk_rate_for_hybrid()
780 silk_rate += (rate-rate_table[i-1][0])/2; in compute_silk_rate_for_hybrid()
787 silk_rate = (lo*(x1-rate) + hi*(rate-x0))/(x1-x0); in compute_silk_rate_for_hybrid()
792 silk_rate += 100; in compute_silk_rate_for_hybrid()
795 silk_rate += 300; in compute_silk_rate_for_hybrid()
796 silk_rate *= channels; in compute_silk_rate_for_hybrid()
799 silk_rate -= 1000; in compute_silk_rate_for_hybrid()
800 return silk_rate; in compute_silk_rate_for_hybrid()