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

  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 562 int tf_select=0; local
640 /* Search for the optimal tf resolution, including tf_select */
641 tf_select = 0;
657 /* For now, we're conservative and only allow tf_select=1 for transients.
660 tf_select=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]);
705 tf_select = rand()&0x1;
710 return tf_select;
713 static void tf_encode(int start, int end, int isTransient, int *tf_res, int LM, int tf_select, ec_enc *enc
1274 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...]
  /external/libopus/celt/
celt_encoder.c 562 int tf_select=0; local
640 /* Search for the optimal tf resolution, including tf_select */
641 tf_select = 0;
657 /* For now, we're conservative and only allow tf_select=1 for transients.
660 tf_select=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]);
705 tf_select = rand()&0x1;
710 return tf_select;
713 static void tf_encode(int start, int end, int isTransient, int *tf_res, int LM, int tf_select, ec_enc *enc
1274 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 108 milliseconds