Lines Matching refs:isTransient
365 int isTransient, int LM, int downsample, in celt_synthesis() argument
385 if (isTransient) in celt_synthesis()
441 static void tf_decode(int start, int end, int isTransient, int *tf_res, int LM, ec_dec *dec) in tf_decode() argument
452 logp = isTransient ? 2 : 4; in tf_decode()
465 logp = isTransient ? 4 : 5; in tf_decode()
469 tf_select_table[LM][4*isTransient+0+tf_changed] != in tf_decode()
470 tf_select_table[LM][4*isTransient+2+tf_changed]) in tf_decode()
476 tf_res[i] = tf_select_table[LM][4*isTransient+2*tf_select+tf_res[i]]; in tf_decode()
839 int isTransient; local
989 isTransient = ec_dec_bit_logp(dec, 3);
993 isTransient = 0;
995 if (isTransient)
1007 tf_decode(start, end, isTransient, tf_res, LM, dec);
1056 anti_collapse_rsv = isTransient&&LM>=2&&bits>=((LM+2)<<BITRES) ? (1<<BITRES) : 0;
1107 C, CC, isTransient, LM, st->downsample, silence, st->arch);
1138 if (!isTransient)