Searched refs:end_window (Results 1 – 4 of 4) sorted by relevance
70 size_t end_window = sorted_bitrate_estimates_.Size() - beginning_window; in GetChannelEstimate() local78 for (size_t i = 0; i <= end_window; ++i, ++it) { in GetChannelEstimate()86 if (i == end_window) { in GetChannelEstimate()
123 _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()
115 _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()
63 ec_window end_window; member