Searched refs:blend_method (Results 1 – 11 of 11) sorted by relevance
247 (frame.blend_method == WEBP_MUX_BLEND) ? "yes" : "no"; in DisplayInfo()479 char plus_minus, blend_method; in ParseFrameArgs() local482 &plus_minus, &blend_method, &unused); in ParseFrameArgs()490 blend_method = 'b'; // fall through in ParseFrameArgs()505 if (blend_method != 'b') return 0; in ParseFrameArgs()507 info->blend_method = in ParseFrameArgs()
394 if (curr->blend_method == WEBP_MUX_NO_BLEND) { in HandleDisplay()
155 WebPMuxAnimBlend blend_method; // Blend operation for the frame. member
209 WebPMuxAnimBlend blend_method; // Blend operation for the frame. member
198 } else if ((!curr->has_alpha || curr->blend_method == WEBP_MUX_NO_BLEND) && in IsKeyFrame()385 if (iter.frame_num > 1 && iter.blend_method == WEBP_MUX_BLEND && in WebPAnimDecoderGetNext()
852 iter->blend_method = frame->blend_method_; in SynthesizeFrame()
283 if (WEBP_MUX_BLEND != iter.blend_method) { in onGetFrameCount()461 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()
800 candidate->info_.blend_method = in EncodeCandidate()986 curr_enc_frame->sub_frame_.blend_method = WEBP_MUX_BLEND; in IncreasePreviousDuration()1310 info->blend_method); in FlushFrames()
118 (info->blend_method == WEBP_MUX_NO_BLEND ? 2 : 0) | in CreateFrameData()
482 if (iter.blend_method == WEBP_MUX_BLEND) in ReadAnimatedWEBPImage()