Lines Matching refs:FrameRectangle
39 } FrameRectangle; typedef
54 FrameRectangle prev_rect_; // Previous WebP frame rectangle.
211 const FrameRectangle* const rect) { in WebPUtilClearPic()
402 static int IsEmptyRect(const FrameRectangle* const rect) { in IsEmptyRect()
415 FrameRectangle* const rect, in MinimizeChangeRectangle()
500 static WEBP_INLINE void SnapToEvenOffsets(FrameRectangle* const rect) { in SnapToEvenOffsets()
510 FrameRectangle rect_ll_; // Frame rectangle for lossless compression.
512 FrameRectangle rect_lossy_; // Frame rectangle for lossy compression.
541 FrameRectangle* const rect, in GetSubRect()
597 FrameRectangle rect; in WebPAnimEncoderRefineRect()
624 const FrameRectangle* const rect, in DisposeFrameRectangle()
632 static uint32_t RectArea(const FrameRectangle* const rect) { in RectArea()
638 const FrameRectangle* const rect) { in IsLosslessBlendingPossible()
660 const FrameRectangle* const rect, in IsLossyBlendingPossible()
687 const FrameRectangle* const rect, in IncreaseTransparency()
713 const FrameRectangle* const rect, in FlattenSimilarBlocks()
782 FrameRectangle rect_;
788 const FrameRectangle* const rect, in EncodeCandidate()
963 const FrameRectangle rect = { 0, 0, 1, 1 }; in IncreasePreviousDuration()
1228 FrameRectangle prev_rect_key, prev_rect_sub; in CacheFrame()