OpenGrok
Cross Reference: scale.cc
xref
: /
external
/
libyuv
/
files
/
source
/
scale.cc
Home
|
History
|
Annotate
|
Download
|
only in
source
Lines Matching
refs:yf
3135
int
yf
= cy & 0xffff;
3146
*dst++ = (r0 * (65536 -
yf
) + r1 *
yf
) >> 16;