HomeSort by relevance Sort by last modified time
    Searched refs:block_count_ (Results 1 - 3 of 3) sorted by null

  /external/webp/src/enc/
vp8enci.h 359 int block_count_[3]; member in struct:VP8Encoder
webpenc.c 299 stats->block_count[i] = enc->block_count_[i];
frame.c 520 enc->block_count_[0] += (mb->type_ == 0);
521 enc->block_count_[1] += (mb->type_ == 1);
522 enc->block_count_[2] += (mb->skip_ != 0);

Completed in 60 milliseconds