Lines Matching refs:tf_res
585 int *tf_res, int lambda, celt_norm *X, int N0, int LM, in tf_analysis() argument
725 tf_res[len-1] = cost0 < cost1 ? 0 : 1; in tf_analysis()
729 if (tf_res[i+1] == 1) in tf_analysis()
730 tf_res[i] = path1[i+1]; in tf_analysis()
732 tf_res[i] = path0[i+1]; in tf_analysis()
738 tf_res[0] = rand()&0x1; in tf_analysis()
740 tf_res[i] = tf_res[i-1] ^ ((rand()&0xF) == 0); in tf_analysis()
745 static void tf_encode(int start, int end, int isTransient, int *tf_res, int LM, int tf_select, ec_e… in tf_encode() argument
764 ec_enc_bit_logp(enc, tf_res[i] ^ curr, logp); in tf_encode()
766 curr = tf_res[i]; in tf_encode()
770 tf_res[i] = curr; in tf_encode()
781 tf_res[i] = tf_select_table[LM][4*isTransient+2*tf_select+tf_res[i]]; in tf_encode()
1427 VARDECL(int, tf_res); in celt_encode_with_ec()
1883 ALLOC(tf_res, nbEBands, int); in celt_encode_with_ec()
1889 …tf_select = tf_analysis(mode, effEnd, isTransient, tf_res, lambda, X, N, LM, tf_estimate, tf_chan,… in celt_encode_with_ec()
1891 tf_res[i] = tf_res[effEnd-1]; in celt_encode_with_ec()
1898 tf_res[i] = 1; in celt_encode_with_ec()
1904 tf_res[i] = 0; in celt_encode_with_ec()
1908 tf_res[i] = isTransient; in celt_encode_with_ec()
1931 tf_encode(start, end, isTransient, tf_res, LM, tf_select, enc); in celt_encode_with_ec()
2208 dual_stereo, st->intensity, tf_res, nbCompressedBytes*(8<<BITRES)-anti_collapse_rsv, in celt_encode_with_ec()