Lines Matching refs:EncodedFrame
46 } EncodedFrame; typedef
71 EncodedFrame* encoded_frames_; // Array of encoded frames.
291 (EncodedFrame*)WebPSafeCalloc(enc->size_, sizeof(*enc->encoded_frames_)); in WebPAnimEncoderNewInternal()
312 static void FrameRelease(EncodedFrame* const encoded_frame) { in FrameRelease()
341 static EncodedFrame* GetFrame(const WebPAnimEncoder* const enc, in GetFrame()
931 EncodedFrame* const prev_enc_frame = GetFrame(enc, position); in SetPreviousDisposeMethod()
948 EncodedFrame* const prev_enc_frame = GetFrame(enc, position); in IncreasePreviousDuration()
982 EncodedFrame* const curr_enc_frame = GetFrame(enc, enc->count_); in IncreasePreviousDuration()
1013 EncodedFrame* const encoded_frame) { in PickBestCandidate()
1061 EncodedFrame* const encoded_frame, in SetFrame()
1191 static int64_t KeyFramePenalty(const EncodedFrame* const encoded_frame) { in KeyFramePenalty()
1202 EncodedFrame* const encoded_frame = GetFrame(enc, position); in CacheFrame()
1246 EncodedFrame* const old_keyframe = GetFrame(enc, enc->keyframe_); in CacheFrame()
1300 EncodedFrame* const curr = GetFrame(enc, 0); in FlushFrames()
1325 EncodedFrame temp = enc->encoded_frames_[0]; in FlushFrames()