Searched refs:WEBP_MUX_BLEND (Results 1 – 9 of 9) sorted by relevance
52 WEBP_MUX_BLEND, // Blend. enumerator
267 if (WEBP_MUX_BLEND != iter.blend_method) { in onGetFrameCount()445 const bool blendWithPrevFrame = !independent && frame.blend_method == WEBP_MUX_BLEND in onGetPixels()
282 if (WEBP_MUX_BLEND != iter.blend_method) { in onGetFrameCount()465 const bool blendWithPrevFrame = !independent && frame.blend_method == WEBP_MUX_BLEND in onGetPixels()
450 info->blend_method = WEBP_MUX_BLEND; in MuxGetImageInternal()473 frame->blend_method = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND; in MuxGetFrameInternal()
804 use_blending ? WEBP_MUX_BLEND : WEBP_MUX_NO_BLEND; in EncodeCandidate()988 curr_enc_frame->sub_frame_.blend_method = WEBP_MUX_BLEND; in IncreasePreviousDuration()
369 if (iter.frame_num > 1 && iter.blend_method == WEBP_MUX_BLEND && in WebPAnimDecoderGetNext()
328 frame->blend_method_ = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND; in ParseAnimationFrame()
482 if (iter.blend_method == WEBP_MUX_BLEND) in ReadAnimatedWEBPImage()