Searched refs:skip_ (Results 1 – 13 of 13) sorted by relevance
43 eval skip_$target=146 eval skip_$target=056 local skip_var=skip_$1
324 VP8PutBit(bw, mb->skip_, enc->proba_.skip_proba_); in VP8CodeIntraModes()
176 if (it->mb_->type_ == 1 && it->mb_->skip_) return; in VP8StoreFilterStats()
176 unsigned int skip_:1; member
338 mb->skip_ = 0; // not skipped in DefaultMBInfo()
357 it->mb_->skip_ = skip; in VP8SetSkip()
500 enc->block_count_[2] += (mb->skip_ != 0); in StoreSideInfo()
160 uint8_t skip_; member
305 if (dec->use_skip_proba_) block->skip_ = VP8GetBit(br, dec->skip_p_, "skip"); in ParseIntraMode()
609 int skip = dec->use_skip_proba_ ? block->skip_ : 0; in VP8DecodeMB()
55 - Use the `skip_*()` functions in `build.rs` if you really need a workaround.
1118 : range_(range), start_(range->Start()), end_(range->End()), skip_(skip) { in LiveRangeBound()1131 const bool skip_; variable
115 if (bound->skip_) { in FindConnectableSubranges()