Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dopusenc.c260 int tf_select = 0, diff = 0, tf_changed = 0, tf_select_needed; in celt_enc_tf() local
270 tf_changed |= diff; in celt_enc_tf()
275 if (tf_select_needed && ff_celt_tf_select[f->size][f->transient][0][tf_changed] != in celt_enc_tf()
276 ff_celt_tf_select[f->size][f->transient][1][tf_changed]) { in celt_enc_tf()
H A Dopus_celt.c121 int i, diff = 0, tf_select = 0, tf_changed = 0, tf_select_bit; in celt_decode_tf_changes() local
131 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()

Completed in 3 milliseconds