HomeSort by relevance Sort by last modified time
    Searched full:from_n (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
subsetsequence.cc 203 int from_n = next_e_; local
204 if (to_n >= from_n) {
205 // Up-sample from_n => to_n
210 err -= from_n;
232 from_n = next_e_;
234 if (to_n == from_n) {
242 // Down-sample from_n => to_n, using medians
245 for (int i = 0; i < from_n; ++i) {
254 err += from_n;

Completed in 66 milliseconds