Searched refs:mask_avg (Results 1 – 1 of 1) sorted by relevance
1642 opus_val32 mask_avg=0; in celt_encode_with_ec() local1655 mask_avg += MULT16_16(mask, eBands[i+1]-eBands[i]); in celt_encode_with_ec()1661 mask_avg = DIV32_16(mask_avg,count); in celt_encode_with_ec()1662 mask_avg += QCONST16(.2f, DB_SHIFT); in celt_encode_with_ec()1674 lin = mask_avg + diff*(i-midband); in celt_encode_with_ec()1691 mask_avg += QCONST16(.25f, DB_SHIFT); in celt_encode_with_ec()1692 if (mask_avg>0) in celt_encode_with_ec()1696 mask_avg = 0; in celt_encode_with_ec()1704 mask_avg += QCONST16(.2f, DB_SHIFT); in celt_encode_with_ec()1708 surround_masking = mask_avg; in celt_encode_with_ec()