Searched refs:surround_dynalloc (Results 1 – 1 of 1) sorted by relevance
/external/libopus/celt/ |
D | celt_encoder.c | 933 int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc) in dynalloc_analysis() argument 1014 follower[i] = MAX16(follower[i], surround_dynalloc[i]); in dynalloc_analysis() 1380 VARDECL(opus_val16, surround_dynalloc); in celt_encode_with_ec() 1634 ALLOC(surround_dynalloc, C*nbEBands, opus_val16); in celt_encode_with_ec() 1635 OPUS_CLEAR(surround_dynalloc, end); in celt_encode_with_ec() 1683 surround_dynalloc[i] = unmask - QCONST16(.25f, DB_SHIFT); in celt_encode_with_ec() 1698 OPUS_CLEAR(surround_dynalloc, mask_end); in celt_encode_with_ec() 1701 surround_dynalloc[i] = MAX16(0, surround_dynalloc[i]-QCONST16(.25f, DB_SHIFT)); in celt_encode_with_ec() 1837 eBands, LM, effectiveBytes, &tot_boost, st->lfe, surround_dynalloc); in celt_encode_with_ec()
|