Searched refs:tf_changed (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_decoder.c290 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])
H A Dcelt_encoder.c717 int tf_changed; local
727 curr = tf_changed = 0;
735 tf_changed |= curr;
743 tf_select_table[LM][4*isTransient+0+tf_changed]!=
744 tf_select_table[LM][4*isTransient+2+tf_changed])
/external/libopus/celt/
H A Dcelt_decoder.c290 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])
H A Dcelt_encoder.c717 int tf_changed; local
727 curr = tf_changed = 0;
735 tf_changed |= curr;
743 tf_select_table[LM][4*isTransient+0+tf_changed]!=
744 tf_select_table[LM][4*isTransient+2+tf_changed])

Completed in 171 milliseconds