Searched refs:mask_avg (Results 1 – 1 of 1) sorted by relevance
1569 opus_val32 mask_avg=0; in celt_encode_with_ec() local1582 mask_avg += MULT16_16(mask, eBands[i+1]-eBands[i]); in celt_encode_with_ec()1587 mask_avg = DIV32_16(mask_avg,count); in celt_encode_with_ec()1588 mask_avg += QCONST16(.2f, DB_SHIFT); in celt_encode_with_ec()1600 lin = mask_avg + diff*(i-midband); in celt_encode_with_ec()1617 mask_avg += QCONST16(.25f, DB_SHIFT); in celt_encode_with_ec()1618 if (mask_avg>0) in celt_encode_with_ec()1622 mask_avg = 0; in celt_encode_with_ec()1631 mask_avg += QCONST16(.2f, DB_SHIFT); in celt_encode_with_ec()1635 surround_masking = mask_avg; in celt_encode_with_ec()