Home
last modified time | relevance | path

Searched refs:bottommost_y (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dpngenc.c660 unsigned int bottommost_y = 0; in apng_do_inverse_blend() local
678 if (y >= bottommost_y) in apng_do_inverse_blend()
679 bottommost_y = y + 1; in apng_do_inverse_blend()
690 rightmost_x = bottommost_y = 1; in apng_do_inverse_blend()
696 for (y = topmost_y; y < bottommost_y; ++y) { in apng_do_inverse_blend()
725 for (y = topmost_y; y < bottommost_y; ++y) { in apng_do_inverse_blend()
784 output->height = bottommost_y - topmost_y; in apng_do_inverse_blend()

Completed in 2 milliseconds