OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prev_canvas
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/mux/
animi.h
28
//
prev_canvas
, curr_canvas - (in) two input pictures to compare.
34
const struct WebPPicture* const
prev_canvas
,
anim_encode.c
538
static int GetSubRect(const WebPPicture* const
prev_canvas
,
545
// Note: This behaves as expected for first frame, as '
prev_canvas
' is
547
MinimizeChangeRectangle(
prev_canvas
, curr_canvas, rect,
569
static int GetSubRects(const WebPPicture* const
prev_canvas
,
578
if (!GetSubRect(
prev_canvas
, curr_canvas, is_key_frame, is_first_frame,
585
return GetSubRect(
prev_canvas
, curr_canvas, is_key_frame, is_first_frame,
595
const WebPPicture* const
prev_canvas
, const WebPPicture* const curr_canvas,
603
if (
prev_canvas
== NULL || curr_canvas == NULL ||
604
prev_canvas
->width != curr_canvas->width ||
605
prev_canvas
->height != curr_canvas->height |
864
const WebPPicture* const
prev_canvas
=
local
1066
const WebPPicture* const
prev_canvas
= &enc->
prev_canvas
_;
local
[
all
...]
Completed in 51 milliseconds