Home
last modified time | relevance | path

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

/external/rnnoise/src/
Dpitch.c56 opus_val32 best_den[2]; in find_best_pitch() local
65 best_den[0] = 0; in find_best_pitch()
66 best_den[1] = 0; in find_best_pitch()
84 if (MULT16_32_Q15(num,best_den[1]) > MULT16_32_Q15(best_num[1],Syy)) in find_best_pitch()
86 if (MULT16_32_Q15(num,best_den[0]) > MULT16_32_Q15(best_num[0],Syy)) in find_best_pitch()
89 best_den[1] = best_den[0]; in find_best_pitch()
92 best_den[0] = Syy; in find_best_pitch()
96 best_den[1] = Syy; in find_best_pitch()
/external/libopus/celt/
Dpitch.c55 opus_val32 best_den[2]; in find_best_pitch() local
64 best_den[0] = 0; in find_best_pitch()
65 best_den[1] = 0; in find_best_pitch()
83 if (MULT16_32_Q15(num,best_den[1]) > MULT16_32_Q15(best_num[1],Syy)) in find_best_pitch()
85 if (MULT16_32_Q15(num,best_den[0]) > MULT16_32_Q15(best_num[0],Syy)) in find_best_pitch()
88 best_den[1] = best_den[0]; in find_best_pitch()
91 best_den[0] = Syy; in find_best_pitch()
95 best_den[1] = Syy; in find_best_pitch()
Dvq.c258 opus_val16 best_den; in op_pvq_search_c() local
281 best_den = Ryy; in op_pvq_search_c()
299 if (opus_unlikely(MULT16_16(best_den, Rxy) > MULT16_16(Ryy, best_num))) in op_pvq_search_c()
301 best_den = Ryy; in op_pvq_search_c()