Searched refs:WEBP_MUX_BLEND (Results 1 – 7 of 7) 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()
449 info->blend_method = WEBP_MUX_BLEND; in MuxGetImageInternal()472 frame->blend_method = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND; in MuxGetFrameInternal()
801 use_blending ? WEBP_MUX_BLEND : WEBP_MUX_NO_BLEND; in EncodeCandidate()986 curr_enc_frame->sub_frame_.blend_method = WEBP_MUX_BLEND; in IncreasePreviousDuration()
246 (frame.blend_method == WEBP_MUX_BLEND) ? "yes" : "no"; in DisplayInfo()505 (plus_minus == '+') ? WEBP_MUX_BLEND : WEBP_MUX_NO_BLEND; in ParseFrameArgs()
377 if (iter.frame_num > 1 && iter.blend_method == WEBP_MUX_BLEND && in WebPAnimDecoderGetNext()
332 frame->blend_method_ = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND; in ParseAnimationFrame()