Searched refs:blend_method (Results 1 – 11 of 11) sorted by relevance
244 (frame.blend_method == WEBP_MUX_BLEND) ? "yes" : "no"; in DisplayInfo()473 char plus_minus, blend_method; in ParseFrameArgs() local476 &plus_minus, &blend_method, &dummy); in ParseFrameArgs()484 blend_method = 'b'; // fall through in ParseFrameArgs()499 if (blend_method != 'b') return 0; in ParseFrameArgs()501 info->blend_method = in ParseFrameArgs()
381 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
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()
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()
Completed in 20 milliseconds