Searched refs:surround_dynalloc (Results 1 – 1 of 1) sorted by relevance
/external/libopus/celt/ |
D | celt_encoder.c | 973 int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc, in dynalloc_analysis() argument 1091 follower[i] = MAX16(follower[i], surround_dynalloc[i]); in dynalloc_analysis() 1479 VARDECL(opus_val16, surround_dynalloc); in celt_encode_with_ec() 1744 ALLOC(surround_dynalloc, C*nbEBands, opus_val16); in celt_encode_with_ec() 1745 OPUS_CLEAR(surround_dynalloc, end); in celt_encode_with_ec() 1793 surround_dynalloc[i] = unmask - QCONST16(.25f, DB_SHIFT); in celt_encode_with_ec() 1808 OPUS_CLEAR(surround_dynalloc, mask_end); in celt_encode_with_ec() 1811 surround_dynalloc[i] = MAX16(0, surround_dynalloc[i]-QCONST16(.25f, DB_SHIFT)); in celt_encode_with_ec() 1881 …eBands, LM, effectiveBytes, &tot_boost, st->lfe, surround_dynalloc, &st->analysis, importance, spr… in celt_encode_with_ec()
|