Searched refs:propagation_cnt_ (Results 1 – 2 of 2) sorted by relevance
129 propagation_cnt_(-1), in LibvpxVp8Decoder()164 propagation_cnt_ = -1; in InitDecode()188 if (propagation_cnt_ > 0) in Decode()189 propagation_cnt_ = 0; in Decode()251 propagation_cnt_ = -1; in Decode()254 propagation_cnt_ == -1) { in Decode()255 propagation_cnt_ = 0; in Decode()257 if (propagation_cnt_ >= 0) { in Decode()258 propagation_cnt_++; in Decode()270 if (propagation_cnt_ > 0) in Decode()[all …]
61 int propagation_cnt_; variable