Searched refs:block_count_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-environment-liveness.cc39 block_count_(graph->blocks()->length()),
41 live_at_block_start_(block_count_, zone()),
42 first_simulate_(block_count_, zone()),
43 first_simulate_invalid_for_index_(block_count_, zone()),
49 for (int i = 0; i < block_count_; ++i) {
189 BitVector worklist(block_count_, zone());
190 for (int i = 0; i < block_count_; ++i) {
194 for (int block_id = block_count_ - 1; block_id >= 0; --block_id) {
232 for (int block_id = block_count_ - 1; block_id >= 0; --block_id) {
H A Dhydrogen-environment-liveness.h59 int block_count_; member in class:v8::internal::HEnvironmentLivenessAnalysisPhase
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h424 int block_count_[3]; member in struct:VP8Encoder
H A Dframe.c660 enc->block_count_[0] += (mb->type_ == 0);
661 enc->block_count_[1] += (mb->type_ == 1);
662 enc->block_count_[2] += (mb->skip_ != 0);
H A Dwebpenc.c331 stats->block_count[i] = enc->block_count_[i];
/external/webp/src/enc/
H A Dvp8enci.h424 int block_count_[3]; member in struct:VP8Encoder
H A Dframe.c660 enc->block_count_[0] += (mb->type_ == 0);
661 enc->block_count_[1] += (mb->type_ == 1);
662 enc->block_count_[2] += (mb->skip_ != 0);
H A Dwebpenc.c331 stats->block_count[i] = enc->block_count_[i];

Completed in 300 milliseconds