Home
last modified time | relevance | path

Searched refs:tf_select_table (Results 1 – 4 of 4) sorted by relevance

/external/libopus/celt/
Dcelt.h195 extern const signed char tf_select_table[4][8];
Dcelt_encoder.c651 cost0 = curr0 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*sel+0]); in tf_analysis()
652 cost1 = curr1 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*sel+1]); in tf_analysis()
690 cost0 = curr0 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*tf_select+0]); in tf_analysis()
691 cost1 = curr1 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*tf_select+1]); in tf_analysis()
743 tf_select_table[LM][4*isTransient+0+tf_changed]!= in tf_encode()
744 tf_select_table[LM][4*isTransient+2+tf_changed]) in tf_encode()
749 tf_res[i] = tf_select_table[LM][4*isTransient+2*tf_select+tf_res[i]]; in tf_encode()
Dcelt.c247 const signed char tf_select_table[4][8] = { variable
Dcelt_decoder.c379 tf_select_table[LM][4*isTransient+0+tf_changed] != in tf_decode()
380 tf_select_table[LM][4*isTransient+2+tf_changed]) in tf_decode()
386 tf_res[i] = tf_select_table[LM][4*isTransient+2*tf_select+tf_res[i]]; in tf_decode()