Lines Matching refs:isTransient
371 int isTransient, int LM, int downsample, in celt_synthesis() argument
391 if (isTransient) in celt_synthesis()
447 static void tf_decode(int start, int end, int isTransient, int *tf_res, int LM, ec_dec *dec) in tf_decode() argument
458 logp = isTransient ? 2 : 4; in tf_decode()
471 logp = isTransient ? 4 : 5; in tf_decode()
475 tf_select_table[LM][4*isTransient+0+tf_changed] != in tf_decode()
476 tf_select_table[LM][4*isTransient+2+tf_changed]) in tf_decode()
482 tf_res[i] = tf_select_table[LM][4*isTransient+2*tf_select+tf_res[i]]; in tf_decode()
845 int isTransient; local
995 isTransient = ec_dec_bit_logp(dec, 3);
999 isTransient = 0;
1001 if (isTransient)
1013 tf_decode(start, end, isTransient, tf_res, LM, dec);
1062 anti_collapse_rsv = isTransient&&LM>=2&&bits>=((LM+2)<<BITRES) ? (1<<BITRES) : 0;
1113 C, CC, isTransient, LM, st->downsample, silence, st->arch);
1144 if (!isTransient)