OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xInt
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.c
429
i32
xInt
, yInt;
443
xInt
= (xAL >> 1) + (mv->hor >> 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
494
int
xInt
= Float.floatToIntBits(x);
498
if (
xInt
< 0) {
499
xInt
= SGN_MASK_FLOAT -
xInt
;
505
final boolean isEqual = FastMath.abs(
xInt
- yInt) <= maxUlps;
684
long
xInt
= Double.doubleToLongBits(x);
688
if (
xInt
< 0) {
689
xInt
= SGN_MASK -
xInt
;
695
return FastMath.abs(
xInt
- yInt) <= maxUlps
[
all
...]
/external/dng_sdk/source/
dng_resample.cpp
402
int32
xInt
= ((int32) j) - (int32) fRadius + 1;
403
real64 xPos =
xInt
- xFract;
/external/skia/src/gpu/text/
GrAtlasTextContext.cpp
396
int
xInt
= (random->nextU() % kMaxTrans) * xPos;
398
SkScalar x = SkIntToScalar(
xInt
);
Completed in 843 milliseconds