Home
last modified time | relevance | path

Searched refs:WEBP_MUX_NO_BLEND (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/webp/
Dmux_types.h53 WEBP_MUX_NO_BLEND // Do not blend. enumerator
/external/webp/include/webp/
Dmux_types.h53 WEBP_MUX_NO_BLEND // Do not blend. enumerator
/external/webp/src/demux/
Danim_decode.c182 } else if ((!curr->has_alpha || curr->blend_method == WEBP_MUX_NO_BLEND) && in IsKeyFrame()
Ddemux.c328 frame->blend_method_ = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND; in ParseAnimationFrame()
/external/webp/src/mux/
Dmuxread.c473 frame->blend_method = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND; in MuxGetFrameInternal()
Dmuxedit.c117 (info->blend_method == WEBP_MUX_NO_BLEND ? 2 : 0) | in CreateFrameData()
Danim_encode.c804 use_blending ? WEBP_MUX_BLEND : WEBP_MUX_NO_BLEND; in EncodeCandidate()