Searched refs:WEBP_MUX_NO_BLEND (Results 1 – 7 of 7) sorted by relevance
53 WEBP_MUX_NO_BLEND // Do not blend. enumerator
182 } else if ((!curr->has_alpha || curr->blend_method == WEBP_MUX_NO_BLEND) && in IsKeyFrame()
328 frame->blend_method_ = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND; in ParseAnimationFrame()
473 frame->blend_method = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND; in MuxGetFrameInternal()
117 (info->blend_method == WEBP_MUX_NO_BLEND ? 2 : 0) | in CreateFrameData()
804 use_blending ? WEBP_MUX_BLEND : WEBP_MUX_NO_BLEND; in EncodeCandidate()