• Home
  • Raw
  • Download

Lines Matching refs:bandLogE

255 void surround_analysis(const CELTMode *celt_mode, const void *pcm, opus_val16 *bandLogE, opus_val32…  in surround_analysis()  argument
334 amp2Log2(celt_mode, 21, 21, bandE, bandLogE+21*c, 1); in surround_analysis()
337 bandLogE[21*c+i] = MAX16(bandLogE[21*c+i], bandLogE[21*c+i-1]-QCONST16(1.f, DB_SHIFT)); in surround_analysis()
339 bandLogE[21*c+i] = MAX16(bandLogE[21*c+i], bandLogE[21*c+i+1]-QCONST16(2.f, DB_SHIFT)); in surround_analysis()
343 maskLogE[0][i] = logSum(maskLogE[0][i], bandLogE[21*c+i]); in surround_analysis()
347 maskLogE[2][i] = logSum(maskLogE[2][i], bandLogE[21*c+i]); in surround_analysis()
352 maskLogE[0][i] = logSum(maskLogE[0][i], bandLogE[21*c+i]-QCONST16(.5f, DB_SHIFT)); in surround_analysis()
353 maskLogE[2][i] = logSum(maskLogE[2][i], bandLogE[21*c+i]-QCONST16(.5f, DB_SHIFT)); in surround_analysis()
358 printf("%f ", bandLogE[21*c+i]); in surround_analysis()
361 sum += bandLogE[21*c+i]; in surround_analysis()
386 bandLogE[21*c+i] = bandLogE[21*c+i] - mask[i]; in surround_analysis()
389 bandLogE[21*c+i] = 0; in surround_analysis()
393 printf("%f ", bandLogE[21*c+i]); in surround_analysis()
399 sum += bandLogE[21*c+i]; in surround_analysis()
913 opus_val16 bandLogE[42]; in opus_multistream_encode_native() local
1039 bandLogE[i] = bandSMR[21*left+i]; in opus_multistream_encode_native()
1040 bandLogE[21+i] = bandSMR[21*right+i]; in opus_multistream_encode_native()
1054 bandLogE[i] = bandSMR[21*chan+i]; in opus_multistream_encode_native()
1060 opus_encoder_ctl(enc, OPUS_SET_ENERGY_MASK(bandLogE)); in opus_multistream_encode_native()