Searched defs:hybrid (Results 1 - 2 of 2) sorted by relevance

/external/gptfdisk/
H A Dbasicmbr.h39 enum MBRValidity {invalid, gpt, hybrid, mbr}; enumerator in enum:MBRValidity
91 void SetHybrid(void) {state = hybrid;} // Set hybrid flag
/external/libopus/celt/
H A Dcelt_encoder.c262 bitrate (mostly for hybrid), which can result in unstable energy and/or
1415 int hybrid; local
1426 hybrid = start != 0;
1535 was entirely empty, but to allow 0 in hybrid mode. */
1602 enabled = ((st->lfe&&nbAvailableBytes>3) || nbAvailableBytes>12*C) && !hybrid && !silence && !st->disable_pf
1612 if(!hybrid && tell+16<=total_bits)
1634 in hybrid mode. It seems like we still want to have real transients on vowels
1636 int allow_weak_transients = hybrid && effectiveBytes<15 && st->silk_info.offset >= 100;
1682 if (!hybrid&&st->energy_mask&&!st->lfe)
1784 if (LM>0 && ec_tell(enc)+3<=total_bits && !isTransient && st->complexity>=5 && !st->lfe && !hybrid)
[all...]

Completed in 120 milliseconds