Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c967 …int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc, AnalysisInfo *… in dynalloc_analysis() argument
1048 follower[i] = MAX16(follower[i], surround_dynalloc[i]); in dynalloc_analysis()
1417 VARDECL(opus_val16, surround_dynalloc); in celt_encode_with_ec()
1679 ALLOC(surround_dynalloc, C*nbEBands, opus_val16); in celt_encode_with_ec()
1680 OPUS_CLEAR(surround_dynalloc, end); in celt_encode_with_ec()
1728 surround_dynalloc[i] = unmask - QCONST16(.25f, DB_SHIFT); in celt_encode_with_ec()
1743 OPUS_CLEAR(surround_dynalloc, mask_end); in celt_encode_with_ec()
1746 surround_dynalloc[i] = MAX16(0, surround_dynalloc[i]-QCONST16(.25f, DB_SHIFT)); in celt_encode_with_ec()
1908 eBands, LM, effectiveBytes, &tot_boost, st->lfe, surround_dynalloc, &st->analysis); in celt_encode_with_ec()