OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BILINEAR_INTERPOLATION_BITS
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
blt.c
1555
#define
BILINEAR_INTERPOLATION_BITS
4
1559
return (x >> (16 -
BILINEAR_INTERPOLATION_BITS
)) &
1560
((1 <<
BILINEAR_INTERPOLATION_BITS
) - 1);
1563
#if
BILINEAR_INTERPOLATION_BITS
<= 4
1573
distx <<= (4 -
BILINEAR_INTERPOLATION_BITS
);
1574
disty <<= (4 -
BILINEAR_INTERPOLATION_BITS
);
1607
distx <<= (8 -
BILINEAR_INTERPOLATION_BITS
);
1608
disty <<= (8 -
BILINEAR_INTERPOLATION_BITS
);
1651
distx <<= (8 -
BILINEAR_INTERPOLATION_BITS
);
1652
disty <<= (8 -
BILINEAR_INTERPOLATION_BITS
);
[
all
...]
/xsrc/external/mit/pixman/dist/pixman/
pixman-private.h
9
#define
BILINEAR_INTERPOLATION_BITS
7
10
#define BILINEAR_INTERPOLATION_RANGE (1 <<
BILINEAR_INTERPOLATION_BITS
)
Completed in 6 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026