Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/examples/
H A Dgif2webp.c130 int stored_loop_count = 0; // Whether we have found an explicit loop count. in main() local
415 stored_loop_count = loop_compatibility ? (loop_count != 0) : 1; in main()
475 if (!stored_loop_count) { in main()
480 stored_loop_count = 1; in main()
489 if (loop_count == 0) stored_loop_count = 0; in main()
491 if (stored_loop_count || stored_icc || stored_xmp) { in main()
500 if (stored_loop_count) { // Update loop count. in main()