Home | History | Annotate | Download | only in utils

Lines Matching refs:nb_bits_

56   const int s = 8 + bw->nb_bits_;
58 assert(bw->nb_bits_ >= 0);
60 bw->nb_bits_ -= 8;
120 bw->nb_bits_ += shift;
121 if (bw->nb_bits_ > 0) Flush(bw);
137 bw->nb_bits_ += 1;
138 if (bw->nb_bits_ > 0) Flush(bw);
165 bw->nb_bits_ = -8;
174 VP8PutValue(bw, 0, 9 - bw->nb_bits_);
175 bw->nb_bits_ = 0; // pad with zeroes
183 if (bw->nb_bits_ != -8) return 0; // Flush() must have been called