Lines Matching defs:last
236 dst[i + 0] = r = op(r, src[i + 0], last[i + 0]); \
239 dst[i + 1] = g = op(g, src[i + 1], last[i + 1]); \
242 dst[i + 2] = b = op(b, src[i + 2], last[i + 2]); \
245 dst[i + 3] = a = op(a, src[i + 3], last[i + 3]); \
260 dst[i] = op(dst[i - bpp], src[i], last[i]); \
263 /* NOTE: 'dst' can be equal to 'last' */
265 uint8_t *src, uint8_t *last, int size, int bpp)
289 dsp->add_bytes_l2(dst, src, last, size);
293 p = (last[i] >> 1);
301 p = last[i];
306 * the last pixel with bpp=3 */
310 dsp->add_paeth_prediction(dst + i, src + i, last + i, size - i, bpp);
314 ff_add_png_paeth_prediction(dst + i, src + i, last + i, size - i, bpp);
1101 // copy unchanged rectangles from the last frame