Home
last modified time | relevance | path

Searched refs:WEBP_MUX_BLEND (Results 1 – 9 of 9) sorted by relevance

/external/webp/src/webp/
Dmux_types.h52 WEBP_MUX_BLEND, // Blend. enumerator
/external/webp/include/webp/
Dmux_types.h52 WEBP_MUX_BLEND, // Blend. enumerator
/external/skia/src/codec/
DSkWebpCodec.cpp267 if (WEBP_MUX_BLEND != iter.blend_method) { in onGetFrameCount()
445 const bool blendWithPrevFrame = !independent && frame.blend_method == WEBP_MUX_BLEND in onGetPixels()
/external/skqp/src/codec/
DSkWebpCodec.cpp282 if (WEBP_MUX_BLEND != iter.blend_method) { in onGetFrameCount()
465 const bool blendWithPrevFrame = !independent && frame.blend_method == WEBP_MUX_BLEND in onGetPixels()
/external/webp/src/mux/
Dmuxread.c450 info->blend_method = WEBP_MUX_BLEND; in MuxGetImageInternal()
473 frame->blend_method = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND; in MuxGetFrameInternal()
Danim_encode.c804 use_blending ? WEBP_MUX_BLEND : WEBP_MUX_NO_BLEND; in EncodeCandidate()
988 curr_enc_frame->sub_frame_.blend_method = WEBP_MUX_BLEND; in IncreasePreviousDuration()
/external/webp/src/demux/
Danim_decode.c369 if (iter.frame_num > 1 && iter.blend_method == WEBP_MUX_BLEND && in WebPAnimDecoderGetNext()
Ddemux.c328 frame->blend_method_ = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND; in ParseAnimationFrame()
/external/ImageMagick/coders/
Dwebp.c482 if (iter.blend_method == WEBP_MUX_BLEND) in ReadAnimatedWEBPImage()