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

  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 551 int tf_select=0; local
629 /* Search for the optimal tf resolution, including tf_select */
630 tf_select = 0;
646 /* For now, we're conservative and only allow tf_select=1 for transients.
649 tf_select=1;
679 cost0 = curr0 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*tf_select+0]);
680 cost1 = curr1 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*tf_select+1]);
694 tf_select = rand()&0x1;
699 return tf_select;
702 static void tf_encode(int start, int end, int isTransient, int *tf_res, int LM, int tf_select, ec_enc *enc
1260 int tf_select; local
    [all...]
celt_decoder.c 288 int i, curr, tf_select; local
312 tf_select = 0;
317 tf_select = ec_dec_bit_logp(dec, 1);
321 tf_res[i] = tf_select_table[LM][4*isTransient+2*tf_select+tf_res[i]];
    [all...]

Completed in 23 milliseconds