Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparallel_interleave_dataset_op.cc323 block_count_++; in GetNextInternal()
324 if (block_count_ == dataset()->block_length_) { in GetNextInternal()
326 block_count_ = 0; in GetNextInternal()
329 block_count_ = 0; in GetNextInternal()
348 block_count_ = 0; in GetNextInternal()
374 block_count_ = 0; in GetNextInternal()
426 writer->WriteScalar(prefix(), kBlockCount, block_count_)); in SaveInternal()
471 block_count_ = size_t(temp); in RestoreInternal()
1150 size_t block_count_ TF_GUARDED_BY(mu_) = 0;
/external/webp/src/enc/
Dframe_enc.c498 enc->block_count_[0] += (mb->type_ == 0); in StoreSideInfo()
499 enc->block_count_[1] += (mb->type_ == 1); in StoreSideInfo()
500 enc->block_count_[2] += (mb->skip_ != 0); in StoreSideInfo()
530 memset(enc->block_count_, 0, sizeof(enc->block_count_)); in ResetSideInfo()
Dvp8i_enc.h394 int block_count_[3]; member
Dwebp_enc.c298 stats->block_count[i] = enc->block_count_[i]; in StoreStats()