Searched refs:maskLogE (Results 1 – 1 of 1) sorted by relevance
237 opus_val16 maskLogE[3][21]; in surround_analysis() local260 maskLogE[c][i] = -QCONST16(28.f, DB_SHIFT); in surround_analysis()312 maskLogE[0][i] = logSum(maskLogE[0][i], bandLogE[21*c+i]); in surround_analysis()316 maskLogE[2][i] = logSum(maskLogE[2][i], bandLogE[21*c+i]); in surround_analysis()321 maskLogE[0][i] = logSum(maskLogE[0][i], bandLogE[21*c+i]-QCONST16(.5f, DB_SHIFT)); in surround_analysis()322 maskLogE[2][i] = logSum(maskLogE[2][i], bandLogE[21*c+i]-QCONST16(.5f, DB_SHIFT)); in surround_analysis()336 maskLogE[1][i] = MIN32(maskLogE[0][i],maskLogE[2][i]); in surround_analysis()340 maskLogE[c][i] += channel_offset; in surround_analysis()345 printf("%f ", maskLogE[c][i]); in surround_analysis()353 mask = &maskLogE[pos[c]-1][0]; in surround_analysis()