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

  /external/v8/src/
hydrogen-environment-liveness.cc 16 block_count_(graph->blocks()->length()),
18 live_at_block_start_(block_count_, zone()),
19 first_simulate_(block_count_, zone()),
20 first_simulate_invalid_for_index_(block_count_, zone()),
26 for (int i = 0; i < block_count_; ++i) {
166 BitVector worklist(block_count_, zone());
167 for (int i = 0; i < block_count_; ++i) {
171 for (int block_id = block_count_ - 1; block_id >= 0; --block_id) {
209 for (int block_id = block_count_ - 1; block_id >= 0; --block_id) {
hydrogen-environment-liveness.h 39 int block_count_; member in class:v8::internal::HEnvironmentLivenessAnalysisPhase
  /external/webp/src/enc/
vp8enci.h 446 int block_count_[3]; member in struct:VP8Encoder
webpenc.c 282 stats->block_count[i] = enc->block_count_[i];
frame.c 492 enc->block_count_[0] += (mb->type_ == 0);
493 enc->block_count_[1] += (mb->type_ == 1);
494 enc->block_count_[2] += (mb->skip_ != 0);

Completed in 276 milliseconds