OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yInt
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.c
429
i32 xInt,
yInt
;
444
yInt
= (yAL >> 1) + (mv->ver >> 3);
454
h264bsdInterpolateChromaHorVer(ref, mbPartChroma, xInt,
yInt
, width,
459
h264bsdInterpolateChromaHor(ref, mbPartChroma, xInt,
yInt
, width,
464
h264bsdInterpolateChromaVer(ref, mbPartChroma, xInt,
yInt
, width,
469
h264bsdFillBlock(ref, mbPartChroma, xInt,
yInt
, width, height,
472
h264bsdFillBlock(ref, mbPartChroma + 8*8, xInt,
yInt
, width, height,
[
all
...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
MathUtils.java
495
int
yInt
= Float.floatToIntBits(y);
501
if (
yInt
< 0) {
502
yInt
= SGN_MASK_FLOAT -
yInt
;
505
final boolean isEqual = FastMath.abs(xInt -
yInt
) <= maxUlps;
685
long
yInt
= Double.doubleToLongBits(y);
691
if (
yInt
< 0) {
692
yInt
= SGN_MASK -
yInt
;
695
return FastMath.abs(xInt -
yInt
) <= maxUlps
[
all
...]
/external/dng_sdk/source/
dng_resample.cpp
396
int32
yInt
= ((int32) i) - (int32) fRadius + 1;
397
real64 yPos =
yInt
- yFract;
/external/skia/src/gpu/text/
GrAtlasTextContext.cpp
397
int
yInt
= (random->nextU() % kMaxTrans) * yPos;
399
SkScalar y = SkIntToScalar(
yInt
);
Completed in 1589 milliseconds