Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopus/celt/
H A Dcelt_decoder.c464 int tf_changed; in tf_decode() local
474 tf_changed = curr = 0; in tf_decode()
481 tf_changed |= curr; in tf_decode()
488 tf_select_table[LM][4*isTransient+0+tf_changed] != in tf_decode()
489 tf_select_table[LM][4*isTransient+2+tf_changed]) in tf_decode()
H A Dcelt_encoder.c760 int tf_changed; in tf_encode() local
770 curr = tf_changed = 0; in tf_encode()
778 tf_changed |= curr; in tf_encode()
786 tf_select_table[LM][4*isTransient+0+tf_changed]!= in tf_encode()
787 tf_select_table[LM][4*isTransient+2+tf_changed]) in tf_encode()