Searched refs:tf_changed (Results 1 – 2 of 2) sorted by relevance
121 int i, diff = 0, tf_select = 0, tf_changed = 0, tf_select_bit; in celt_decode_tf_changes() local131 tf_changed |= diff; in celt_decode_tf_changes()137 if (tf_select_bit && ff_celt_tf_select[f->size][f->transient][0][tf_changed] != in celt_decode_tf_changes()138 ff_celt_tf_select[f->size][f->transient][1][tf_changed]) in celt_decode_tf_changes()
258 int tf_select = 0, diff = 0, tf_changed = 0, tf_select_needed; in celt_enc_tf() local268 tf_changed |= diff; in celt_enc_tf()273 if (tf_select_needed && ff_celt_tf_select[f->size][f->transient][0][tf_changed] != in celt_enc_tf()274 ff_celt_tf_select[f->size][f->transient][1][tf_changed]) { in celt_enc_tf()