Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dpngenc.c659 unsigned int topmost_y = input->height; in apng_do_inverse_blend() local
676 if (y < topmost_y) in apng_do_inverse_blend()
677 topmost_y = y; in apng_do_inverse_blend()
689 leftmost_x = topmost_y = 0; 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()
728 output_data = output->data[0] + output_linesize * (y - topmost_y); in apng_do_inverse_blend()
784 output->height = bottommost_y - topmost_y; in apng_do_inverse_blend()
788 fctl_chunk->y_offset = topmost_y; in apng_do_inverse_blend()

Completed in 3 milliseconds