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

  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 233 int is_transient = 0; local
364 is_transient = mask_metric>200;
373 is_transient = rand()&0x1;
375 /*printf("%d %f %d\n", is_transient, (float)*tf_estimate, tf_max);*/
376 return is_transient;
    [all...]
  /external/libopus/celt/
celt_encoder.c 233 int is_transient = 0; local
364 is_transient = mask_metric>200;
373 is_transient = rand()&0x1;
375 /*printf("%d %f %d\n", is_transient, (float)*tf_estimate, tf_max);*/
376 return is_transient;
    [all...]

Completed in 78 milliseconds