Searched refs:mask_avg (Results 1 – 1 of 1) sorted by relevance
1752 opus_val32 mask_avg=0; in celt_encode_with_ec() local1765 mask_avg += MULT16_16(mask, eBands[i+1]-eBands[i]); in celt_encode_with_ec()1771 mask_avg = DIV32_16(mask_avg,count); in celt_encode_with_ec()1772 mask_avg += QCONST16(.2f, DB_SHIFT); in celt_encode_with_ec()1784 lin = mask_avg + diff*(i-midband); in celt_encode_with_ec()1801 mask_avg += QCONST16(.25f, DB_SHIFT); in celt_encode_with_ec()1802 if (mask_avg>0) in celt_encode_with_ec()1806 mask_avg = 0; in celt_encode_with_ec()1814 mask_avg += QCONST16(.2f, DB_SHIFT); in celt_encode_with_ec()1818 surround_masking = mask_avg; in celt_encode_with_ec()