HomeSort by relevance Sort by last modified time
    Searched defs:Eh (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
overuse_estimator.cc 71 const double Eh[2] = {E_[0][0]*h[0] + E_[0][1]*h[1],
87 const double denom = var_noise_ + h[0]*Eh[0] + h[1]*Eh[1];
89 const double K[2] = {Eh[0] / denom,
90 Eh[1] / denom};
  /external/speex/libspeex/
mdf.c 175 spx_word32_t *Eh;
455 st->Eh = (spx_word32_t*)speex_alloc((st->frame_size+1)*sizeof(spx_word32_t));
551 st->Eh[i] = 0;
602 speex_free(st->Eh);
    [all...]

Completed in 267 milliseconds