Home
last modified time | relevance | path

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

/external/webp/examples/
Dgif2webp.c138 int stored_loop_count = 0; // Whether we have found an explicit loop count. in main() local
430 stored_loop_count = loop_compatibility ? (loop_count != 0) : 1; in main()
490 if (!stored_loop_count) { in main()
495 stored_loop_count = 1; in main()
504 if (loop_count == 0) stored_loop_count = 0; in main()
506 if (stored_loop_count || stored_icc || stored_xmp) { in main()
515 if (stored_loop_count) { // Update loop count. in main()