Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dframe_enc.c615 int num_pass_left = enc->config_->pass; in StatLoop() local
618 (task_percent + num_pass_left / 2) / num_pass_left; in StatLoop()
637 while (num_pass_left-- > 0) { in StatLoop()
639 (num_pass_left == 0) || in StatLoop()
646 num_pass_left, stats.last_value, stats.value, stats.last_q, stats.q); in StatLoop()
649 ++num_pass_left; in StatLoop()
777 int num_pass_left = enc->config_->pass; in VP8EncTokenLoop() local
796 assert(num_pass_left > 0); in VP8EncTokenLoop()
798 while (ok && num_pass_left-- > 0) { in VP8EncTokenLoop()
800 (num_pass_left == 0) || in VP8EncTokenLoop()
[all …]