Searched refs:mask_avg (Results 1 – 1 of 1) sorted by relevance
1687 opus_val32 mask_avg=0; in celt_encode_with_ec() local1700 mask_avg += MULT16_16(mask, eBands[i+1]-eBands[i]); in celt_encode_with_ec()1706 mask_avg = DIV32_16(mask_avg,count); in celt_encode_with_ec()1707 mask_avg += QCONST16(.2f, DB_SHIFT); in celt_encode_with_ec()1719 lin = mask_avg + diff*(i-midband); in celt_encode_with_ec()1736 mask_avg += QCONST16(.25f, DB_SHIFT); in celt_encode_with_ec()1737 if (mask_avg>0) in celt_encode_with_ec()1741 mask_avg = 0; in celt_encode_with_ec()1749 mask_avg += QCONST16(.2f, DB_SHIFT); in celt_encode_with_ec()1753 surround_masking = mask_avg; in celt_encode_with_ec()