Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c892 int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc) in dynalloc_analysis() argument
956 follower[i] = MAX16(follower[i], surround_dynalloc[i]); in dynalloc_analysis()
1312 VARDECL(opus_val16, surround_dynalloc); in celt_encode_with_ec()
1560 ALLOC(surround_dynalloc, C*nbEBands, opus_val16); in celt_encode_with_ec()
1562 surround_dynalloc[i] = 0; in celt_encode_with_ec()
1609 surround_dynalloc[i] = unmask - QCONST16(.25f, DB_SHIFT); in celt_encode_with_ec()
1625 surround_dynalloc[i] = 0; in celt_encode_with_ec()
1628 surround_dynalloc[i] = MAX16(0, surround_dynalloc[i]-QCONST16(.25f, DB_SHIFT)); in celt_encode_with_ec()
1765 eBands, LM, effectiveBytes, &tot_boost, st->lfe, surround_dynalloc); in celt_encode_with_ec()