Home
last modified time | relevance | path

Searched refs:end_window (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
Dchannel_estimator.cc70 size_t end_window = sorted_bitrate_estimates_.Size() - beginning_window; in GetChannelEstimate() local
78 for (size_t i = 0; i <= end_window; ++i, ++it) { in GetChannelEstimate()
86 if (i == end_window) { in GetChannelEstimate()
/external/chromium_org/third_party/opus/src/celt/
Dentdec.c123 _this->end_window=0; in ec_dec_init()
229 window=_this->end_window; in ec_dec_bits()
241 _this->end_window=window; in ec_dec_bits()
Dentenc.c115 _this->end_window=0; in ec_enc_init()
196 window=_this->end_window; in ec_enc_bits()
209 _this->end_window=window; in ec_enc_bits()
268 window=_this->end_window; in ec_enc_done()
Dentcode.h63 ec_window end_window; member