Home
last modified time | relevance | path

Searched refs:silk_info (Results 1 – 1 of 1) sorted by relevance

/external/libopus/celt/
Dcelt_encoder.c101 SILKInfo silk_info; member
1698 int allow_weak_transients = hybrid && effectiveBytes<15 && st->silk_info.signalType != 2; in celt_encode_with_ec()
1900 } else if (hybrid && effectiveBytes<15 && st->silk_info.signalType != 2) in celt_encode_with_ec()
2086 if (st->silk_info.offset < 100) target += 12 << BITRES >> (3-LM); in celt_encode_with_ec()
2087 if (st->silk_info.offset > 100) target -= 18 << BITRES >> (3-LM); in celt_encode_with_ec()
2565 OPUS_COPY(&st->silk_info, info, 1); in opus_custom_encoder_ctl()