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

  /external/opencv3/3rdparty/libwebp/enc/
histogram.c 369 int tries_with_no_success = 0; local
426 tries_with_no_success = 0;
428 if (++tries_with_no_success >= num_tries_no_success) {
  /external/webp/src/enc/
histogram.c 746 int tries_with_no_success = 0; local
796 tries_with_no_success = 0;
798 if (++tries_with_no_success >= num_tries_no_success) {
    [all...]

Completed in 368 milliseconds