Home
last modified time | relevance | path

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

/external/rnnoise/src/
Dpitch.c431 opus_val32 best_xy, best_yy; in remove_doubling() local
457 best_yy = yy; in remove_doubling()
500 best_yy = yy; in remove_doubling()
506 if (best_yy <= best_xy) in remove_doubling()
509 pg = best_xy/(best_yy+1); in remove_doubling()
/external/libopus/celt/
Dpitch.c439 opus_val32 best_xy, best_yy; in remove_doubling() local
467 best_yy = yy; in remove_doubling()
510 best_yy = yy; in remove_doubling()
516 if (best_yy <= best_xy) in remove_doubling()
519 pg = SHR32(frac_div32(best_xy,best_yy+1),16); in remove_doubling()