HomeSort by relevance Sort by last modified time
    Searched refs:tf_select_table (Results 1 - 4 of 4) sorted by null

  /external/libopus/celt/
celt.h 194 extern const signed char tf_select_table[4][8];
celt.c 174 const signed char tf_select_table[4][8] = { variable
celt_encoder.c 651 cost0 = curr0 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*sel+0]);
652 cost1 = curr1 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*sel+1]);
690 cost0 = curr0 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*tf_select+0]);
691 cost1 = curr1 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*tf_select+1]);
743 tf_select_table[LM][4*isTransient+0+tf_changed]!=
744 tf_select_table[LM][4*isTransient+2+tf_changed])
749 tf_res[i] = tf_select_table[LM][4*isTransient+2*tf_select+tf_res[i]];
    [all...]
celt_decoder.c 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]];
    [all...]

Completed in 376 milliseconds