• Home
  • Raw
  • Download

Lines Matching refs:bandLogE

220 void surround_analysis(const CELTMode *celt_mode, const void *pcm, opus_val16 *bandLogE, opus_val32…  in surround_analysis()  argument
271 amp2Log2(celt_mode, 21, 21, bandE, bandLogE+21*c, 1); in surround_analysis()
274 bandLogE[21*c+i] = MAX16(bandLogE[21*c+i], bandLogE[21*c+i-1]-QCONST16(1.f, DB_SHIFT)); in surround_analysis()
276 bandLogE[21*c+i] = MAX16(bandLogE[21*c+i], bandLogE[21*c+i+1]-QCONST16(2.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()
295 printf("%f ", bandLogE[21*c+i]); in surround_analysis()
298 sum += bandLogE[21*c+i]; in surround_analysis()
323 bandLogE[21*c+i] = bandLogE[21*c+i] - mask[i]; in surround_analysis()
326 bandLogE[21*c+i] = 0; in surround_analysis()
330 printf("%f ", bandLogE[21*c+i]); in surround_analysis()
336 sum += bandLogE[21*c+i]; in surround_analysis()
693 opus_val16 bandLogE[42]; in opus_multistream_encode_native() local
822 bandLogE[i] = bandSMR[21*left+i]; in opus_multistream_encode_native()
823 bandLogE[21+i] = bandSMR[21*right+i]; in opus_multistream_encode_native()
837 bandLogE[i] = bandSMR[21*chan+i]; in opus_multistream_encode_native()
843 opus_encoder_ctl(enc, OPUS_SET_ENERGY_MASK(bandLogE)); in opus_multistream_encode_native()