HomeSort by relevance Sort by last modified time
    Searched refs:tf_changed (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
celt_decoder.c 290 int tf_changed; local
300 tf_changed = curr = 0;
307 tf_changed |= curr;
314 tf_select_table[LM][4*isTransient+0+tf_changed] !=
315 tf_select_table[LM][4*isTransient+2+tf_changed])
    [all...]
celt_encoder.c 706 int tf_changed; local
716 curr = tf_changed = 0;
724 tf_changed |= curr;
732 tf_select_table[LM][4*isTransient+0+tf_changed]!=
733 tf_select_table[LM][4*isTransient+2+tf_changed])
    [all...]

Completed in 25 milliseconds