Lines Matching defs:in
4 // that can be found in the COPYING file in the root of the source
6 // in the file PATENTS. All contributing project authors may
7 // be found in the AUTHORS file in the root of the source tree.
236 // Blend 'num_pixels' in 'src' over 'dst' assuming they are NOT pre-multiplied
249 // Individually multiply each channel in 'pix' by 'scale'.
263 // Blend 'num_pixels' in 'src' over 'dst' assuming they are pre-multiplied by
347 const uint8_t* in = iter.fragment.bytes;
357 if (WebPDecode(in, in_size, config) != VP8_STATUS_OK) {
365 // that pixel in the previous frame if blending method of is WEBP_MUX_BLEND.
370 // Blend transparent pixels with pixels in previous canvas.
383 // * The pixel in the previous canvas otherwise <-- Need alpha-blending.
416 // All OK, fill in the values.