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

  /external/opencv3/3rdparty/libwebp/enc/
histogram.c 365 int num_pairs, int num_tries_no_success) {
428 if (++tries_with_no_success >= num_tries_no_success) {
492 const int num_tries_no_success = 8 + (quality >> 1); local
504 num_tries_no_success)) {
  /external/webp/src/enc/
histogram.c 751 const int num_tries_no_success = outer_iters / 2; local
798 if (++tries_with_no_success >= num_tries_no_success) {
    [all...]

Completed in 42 milliseconds