Searched refs:blend_method (Results 1 – 11 of 11) sorted by relevance
155 WebPMuxAnimBlend blend_method; // Blend operation for the frame. member
209 WebPMuxAnimBlend blend_method; // Blend operation for the frame. member
182 } else if ((!curr->has_alpha || curr->blend_method == WEBP_MUX_NO_BLEND) && in IsKeyFrame()366 if (iter.frame_num > 1 && iter.blend_method == WEBP_MUX_BLEND && in WebPAnimDecoderGetNext()
844 iter->blend_method = frame->blend_method_; in SynthesizeFrame()
282 if (WEBP_MUX_BLEND != iter.blend_method) { in onGetFrameCount()465 const bool blendWithPrevFrame = !independent && frame.blend_method == WEBP_MUX_BLEND in onGetPixels()
452 info->blend_method = WEBP_MUX_BLEND; in MuxGetImageInternal()475 frame->blend_method = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND; in MuxGetFrameInternal()
803 candidate->info_.blend_method = in EncodeCandidate()988 curr_enc_frame->sub_frame_.blend_method = WEBP_MUX_BLEND; in IncreasePreviousDuration()1312 info->blend_method); in FlushFrames()
117 (info->blend_method == WEBP_MUX_NO_BLEND ? 2 : 0) | in CreateFrameData()