Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dpngenc.c657 unsigned int leftmost_x = input->width; in apng_do_inverse_blend() local
672 if (x < leftmost_x) in apng_do_inverse_blend()
673 leftmost_x = x; in apng_do_inverse_blend()
686 if (leftmost_x == input->width && rightmost_x == 0) { in apng_do_inverse_blend()
689 leftmost_x = topmost_y = 0; in apng_do_inverse_blend()
698 input->data[0] + input_linesize * y + bpp * leftmost_x, in apng_do_inverse_blend()
699 bpp * (rightmost_x - leftmost_x)); in apng_do_inverse_blend()
726 uint8_t *foreground = input->data[0] + input_linesize * y + bpp * leftmost_x; in apng_do_inverse_blend()
727 uint8_t *background = output->data[0] + output_linesize * y + bpp * leftmost_x; in apng_do_inverse_blend()
729 for (x = leftmost_x; in apng_do_inverse_blend()
[all...]

Completed in 2 milliseconds