HomeSort by relevance Sort by last modified time
    Searched full:effectivebytes (Results 1 - 1 of 1) sorted by null

  /external/libopus/celt/
celt_encoder.c 892 int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc)
920 if (effectiveBytes > 50 && LM>=1 && !lfe)
989 && (tot_boost+boost_bits)>>BITRES>>3 > effectiveBytes/4)
991 opus_int32 cap = ((effectiveBytes/4)<<BITRES<<3);
    [all...]

Completed in 149 milliseconds