• Home
  • Raw
  • Download

Lines Matching refs:bandLogE

224 void surround_analysis(const CELTMode *celt_mode, const void *pcm, opus_val16 *bandLogE, opus_val32…  in surround_analysis()  argument
303 amp2Log2(celt_mode, 21, 21, bandE, bandLogE+21*c, 1); in surround_analysis()
306 bandLogE[21*c+i] = MAX16(bandLogE[21*c+i], bandLogE[21*c+i-1]-QCONST16(1.f, DB_SHIFT)); in surround_analysis()
308 bandLogE[21*c+i] = MAX16(bandLogE[21*c+i], bandLogE[21*c+i+1]-QCONST16(2.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()
327 printf("%f ", bandLogE[21*c+i]); in surround_analysis()
330 sum += bandLogE[21*c+i]; in surround_analysis()
355 bandLogE[21*c+i] = bandLogE[21*c+i] - mask[i]; in surround_analysis()
358 bandLogE[21*c+i] = 0; in surround_analysis()
362 printf("%f ", bandLogE[21*c+i]); in surround_analysis()
368 sum += bandLogE[21*c+i]; in surround_analysis()
828 opus_val16 bandLogE[42]; in opus_multistream_encode_native() local
952 bandLogE[i] = bandSMR[21*left+i]; in opus_multistream_encode_native()
953 bandLogE[21+i] = bandSMR[21*right+i]; in opus_multistream_encode_native()
967 bandLogE[i] = bandSMR[21*chan+i]; in opus_multistream_encode_native()
973 opus_encoder_ctl(enc, OPUS_SET_ENERGY_MASK(bandLogE)); in opus_multistream_encode_native()