Searched refs:blend_method (Results 1 – 10 of 10) sorted by relevance
251 (frame.blend_method == WEBP_MUX_BLEND) ? "yes" : "no"; in DisplayInfo()483 char plus_minus, blend_method; in ParseFrameArgs() local486 &plus_minus, &blend_method, &unused); in ParseFrameArgs()494 blend_method = 'b'; // fall through in ParseFrameArgs()509 if (blend_method != 'b') return 0; in ParseFrameArgs()511 info->blend_method = in ParseFrameArgs()
395 if (curr->blend_method == WEBP_MUX_NO_BLEND) { in HandleDisplay()
202 } else if ((!curr->has_alpha || curr->blend_method == WEBP_MUX_NO_BLEND) && in IsKeyFrame()389 if (iter.frame_num > 1 && iter.blend_method == WEBP_MUX_BLEND && in WebPAnimDecoderGetNext()
852 iter->blend_method = frame->blend_method_; in SynthesizeFrame()
289 if (WEBP_MUX_BLEND != iter.blend_method) { in onGetFrameCount()467 const bool blendWithPrevFrame = !independent && frame.blend_method == WEBP_MUX_BLEND in onGetPixels()
456 info->blend_method = WEBP_MUX_BLEND; in MuxGetImageInternal()479 frame->blend_method = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND; in MuxGetFrameInternal()
802 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()
120 (info->blend_method == WEBP_MUX_NO_BLEND ? 2 : 0) | in CreateFrameData()
156 WebPMuxAnimBlend blend_method; // Blend operation for the frame. member
215 WebPMuxAnimBlend blend_method; // Blend operation for the frame. member