Searched refs:xf (Results 1 - 25 of 59) sorted by last modified time

123

/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp114 sf_index = (header[0] >> 2) & 0xf;
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSymbol.h81 #define ELF_ST_TYPE(i) ((i)&0xf)
82 #define ELF_ST_INFO(b,t) (((b)<<4)+((t)&0xf))
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlur.cpp314 buf = (float4 *) ((((intptr_t)cp->mScratch[p->lid]) + 15) & ~0xf);
H A DrsCpuIntrinsicColorMatrix.cpp394 uint32_t op = ((vd & 0xf) << 12) | (((vd & 0x10) >> 4) << 22);
395 op |= (vm & 0xf) | (((vm & 0x10) >> 4) << 5);
396 op |= ((vn & 0xf) << 16) | (((vn & 0x10) >> 4) << 7);
H A DrsCpuIntrinsicResize.cpp85 float xf, float yf, int width) {
86 int startx = (int) floor(xf - 1);
87 xf = xf - floor(xf);
97 convert_float4(yp0[xs3]), xf);
102 convert_float4(yp1[xs3]), xf);
107 convert_float4(yp2[xs3]), xf);
112 convert_float4(yp3[xs3]), xf);
120 float xf, floa
84 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, float xf, float yf, int width) argument
119 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, float xf, float yf, int width) argument
154 OneBiCubic(const uchar *yp0, const uchar *yp1, const uchar *yp2, const uchar *yp3, float xf, float yf, int width) argument
211 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; local
251 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; local
291 float xf = (x1 + 0.5f) * cp->scaleX - 0.5f; local
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp665 rsAssert((alloc->mHal.drvState.lod[0].stride & 0xf) == 0);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dresize.rs27 float xf = clamp(x * scale, 0.f, (float)gWidthIn - 1.f);
29 uint32_t ix = xf;
44 float xf = x * scale;
47 int startx = (int) floor(xf - 2);
49 xf = xf - floor(xf);
68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
74 float4 p1 = cubicInterpolate(p10, p11, p12, p13, xf);
80 float4 p2 = cubicInterpolate(p20, p21, p22, p23, xf);
[all...]
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dresize.rs27 float xf = clamp(x * scale, 0.f, (float)gWidthIn - 1.f);
29 uint32_t ix = xf;
44 float xf = x * scale;
47 int startx = (int) floor(xf - 2);
49 xf = xf - floor(xf);
68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
74 float4 p1 = cubicInterpolate(p10, p11, p12, p13, xf);
80 float4 p2 = cubicInterpolate(p20, p21, p22, p23, xf);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccUtils.java37 * Assumes left-justified field that may be padded right with 0xf
50 v = data[i] & 0xf;
54 v = (data[i] >> 4) & 0xf;
56 if (v == 0xf) continue;
74 v = data[i] & 0xf;
80 v = (data[i] >> 4) & 0xf;
108 ret = (b >> 4) & 0xf;
112 ret += (b & 0xf) * 10;
130 ret = ((b >> 4) & 0xf) * 10;
134 ret += (b & 0xf);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextColor.java41 BRIGHT_MAGENTA(0xf);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccUtils.java37 * Assumes left-justified field that may be padded right with 0xf
50 v = data[i] & 0xf;
54 v = (data[i] >> 4) & 0xf;
56 if (v == 0xf) continue;
74 v = data[i] & 0xf;
80 v = (data[i] >> 4) & 0xf;
108 ret = (b >> 4) & 0xf;
112 ret += (b & 0xf) * 10;
130 ret = ((b >> 4) & 0xf) * 10;
134 ret += (b & 0xf);
[all...]
H A DSIMRecords.java466 int indicator = (int) (mEfCPHS_MWI[0] & 0xf);
875 mMncLength = data[3] & 0xf;
878 if (mMncLength == 0xf) {
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DBase64.java108 (byte) (((b2 & 0xf) << 4) | ((b3 >> 2) & 0xf));
119 (byte) (((b2 & 0xf) << 4) | ((b3 >> 2) & 0xf));
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java1310 date.month = (int) (val >> 22) & 0xf;
/frameworks/multidex/library/test/src/android/support/multidex/
H A DZipEntryReader.java114 cal.set(1980 + ((modDate >> 9) & 0x7f), ((modDate >> 5) & 0xf) - 1,
/frameworks/native/libs/gui/tests/
H A DFillBuffer.cpp31 int yuvTexStrideV = (yuvTexStrideY/2 + 0xf) & ~0xf;
59 int yuvTexStrideV = (yuvTexStrideY/2 + 0xf) & ~0xf;
H A DSurfaceTextureGL_test.cpp232 int yuvTexStrideV = (yuvTexStrideY/2 + 0xf) & ~0xf;
/frameworks/native/opengl/libagl/
H A Ddxt.cpp401 int a = alpha & 0xf;
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp128 int c = b & 0xf;
517 static const unsigned short kYMask[] = { 0x0, 0xf, 0xff, 0xfff, 0xffff };
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp200 int yuvTexStrideV = (yuvTexStrideY/2 + 0xf) & ~0xf;
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp255 m[y*16 + x] = rgb(x << 4, (((x+y) & 0xf) == 0x7) * 0xff, y << 4);
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp84 const int yuvTexStrideY = (yuvTexWidth + 0xf) & ~0xf;
86 const int yuvTexStrideV = (yuvTexStrideY/2 + 0xf) & ~0xf;
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp624 uint32_t uPlaneStride = ((gBuf->getStride() / 2) + 0xf) & ~0xf;
/frameworks/compile/mclinker/unittests/
H A DLEB128Test.cpp377 ASSERT_EQ(buffer[4], 0xf);
387 ASSERT_EQ(buffer[4], 0xf);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DIntegralToString.java452 sb.append(digits[(b >> 4) & 0xf]);
453 sb.append(digits[b & 0xf]);
460 buf[0] = digits[(b >> 4) & 0xf];
461 buf[1] = digits[b & 0xf];
470 buf[c++] = digits[(b >> 4) & 0xf];
471 buf[c++] = digits[b & 0xf];
483 buf[--cursor] = digits[i & 0xf];

Completed in 796 milliseconds

123