Home | History | Annotate | Download | only in source

Lines Matching refs:weight

143   float weight = 0.0f;
349 /* constant weight after initiation part */
350 weight = 0.01f;
354 /* weight decreases with number of updates */
355 weight = 1.0f / (float) bwest_str->count_tot_updates_rec;
386 bwest_str->rec_bw_inv = weight * curr_bw_inv +
387 (1.0f - weight) * bwest_str->rec_bw_inv;
407 bwest_str->rec_jitter = weight * arr_time_noise_abs +
408 (1.0f - weight) * bwest_str->rec_jitter;
605 const float weight = 0.1f;
616 if ( ((1.f - weight) * bwest_str->rec_max_delay_avg_Q + weight *
617 MAX_ISAC_MD - MaxDelay) > (MaxDelay - (1.f-weight) *
618 bwest_str->rec_max_delay_avg_Q - weight * MIN_ISAC_MD) )
623 (1.f - weight) * bwest_str->rec_max_delay_avg_Q + weight *
631 (1.f-weight) * bwest_str->rec_max_delay_avg_Q + weight *
667 r = (1 - weight) * bwest_str->rec_bw_avg_Q - rate;
668 e1 = weight * ptrQuantizationTable[minInd] + r;
669 e2 = weight * ptrQuantizationTable[maxInd] + r;
681 bwest_str->rec_bw_avg_Q = (1 - weight) * bwest_str->rec_bw_avg_Q +
682 weight * ptrQuantizationTable[bottleneckIndex[0]];
685 bwest_str->rec_bw_avg = (1 - weight) * bwest_str->rec_bw_avg + weight *