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

  /external/webp/src/enc/
syntax_enc.c 252 for (p = 0; p < enc->num_parts_ - 1; ++p) {
280 VP8PutBits(bw, enc->num_parts_ == 8 ? 3 :
281 enc->num_parts_ == 4 ? 2 :
282 enc->num_parts_ == 2 ? 1 : 0, 2);
312 for (p = 0; p < enc->num_parts_; ++p) {
321 const int percent_per_part = task_percent / enc->num_parts_;
334 3 * (enc->num_parts_ - 1);
335 for (p = 0; p < enc->num_parts_; ++p) {
368 for (p = 0; p < enc->num_parts_; ++p) {
webp_enc.c 120 enc->num_parts_ = 1; // doesn't work with multi-partition
209 enc->num_parts_ = 1 << config->partitions;
frame_enc.c 682 enc->mb_w_ * enc->mb_h_ * average_bytes_per_MB / enc->num_parts_;
684 for (p = 0; ok && p < enc->num_parts_; ++p) {
698 for (p = 0; p < enc->num_parts_; ++p) {
792 assert(enc->num_parts_ == 1);
vp8i_enc.h 362 int num_parts_; member in struct:VP8Encoder
iterator_enc.c 48 it->bw_ = &enc->parts_[y & (enc->num_parts_ - 1)];

Completed in 8202 milliseconds