Searched refs:maskLogE (Results 1 – 1 of 1) sorted by relevance
232 opus_val16 maskLogE[3][21]; in surround_analysis() local253 maskLogE[c][i] = -QCONST16(28.f, DB_SHIFT); in surround_analysis()280 maskLogE[0][i] = logSum(maskLogE[0][i], bandLogE[21*c+i]); in surround_analysis()284 maskLogE[2][i] = logSum(maskLogE[2][i], bandLogE[21*c+i]); in surround_analysis()289 maskLogE[0][i] = logSum(maskLogE[0][i], bandLogE[21*c+i]-QCONST16(.5f, DB_SHIFT)); in surround_analysis()290 maskLogE[2][i] = logSum(maskLogE[2][i], bandLogE[21*c+i]-QCONST16(.5f, DB_SHIFT)); in surround_analysis()304 maskLogE[1][i] = MIN32(maskLogE[0][i],maskLogE[2][i]); in surround_analysis()308 maskLogE[c][i] += channel_offset; in surround_analysis()313 printf("%f ", maskLogE[c][i]); in surround_analysis()321 mask = &maskLogE[pos[c]-1][0]; in surround_analysis()