Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c667 int from0, from1; in tf_analysis() local
669 from0 = cost0; in tf_analysis()
671 if (from0 < from1) in tf_analysis()
673 curr0 = from0; in tf_analysis()
680 from0 = cost0 + lambda; in tf_analysis()
682 if (from0 < from1) in tf_analysis()
684 curr1 = from0; in tf_analysis()