Home | History | Annotate | Download | only in celt

Lines Matching refs:isTransient

286 static void tf_decode(int start, int end, int isTransient, int *tf_res, int LM, ec_dec *dec)
297 logp = isTransient ? 2 : 4;
310 logp = isTransient ? 4 : 5;
314 tf_select_table[LM][4*isTransient+0+tf_changed] !=
315 tf_select_table[LM][4*isTransient+2+tf_changed])
321 tf_res[i] = tf_select_table[LM][4*isTransient+2*tf_select+tf_res[i]];
676 int isTransient;
815 isTransient = ec_dec_bit_logp(dec, 3);
819 isTransient = 0;
821 if (isTransient)
833 tf_decode(st->start, st->end, isTransient, tf_res, LM, dec);
882 anti_collapse_rsv = isTransient&&LM>=2&&bits>=((LM+2)<<BITRES) ? (1<<BITRES) : 0;
987 if (!isTransient)