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.c583 int num_pass_left = enc->config_->pass; in StatLoop() local
586 (task_percent + num_pass_left / 2) / num_pass_left; in StatLoop()
605 while (num_pass_left-- > 0) { in StatLoop()
607 (num_pass_left == 0) || in StatLoop()
614 num_pass_left, stats.last_value, stats.value, stats.last_q, stats.q); in StatLoop()
617 ++num_pass_left; in StatLoop()
743 int num_pass_left = enc->config_->pass; in VP8EncTokenLoop() local
762 assert(num_pass_left > 0); in VP8EncTokenLoop()
764 while (ok && num_pass_left-- > 0) { in VP8EncTokenLoop()
766 (num_pass_left == 0) || in VP8EncTokenLoop()
[all …]