Searched refs:f3 (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_FwdTransformResidual4x4.c66 int f3 = e1 - (e3 << 1); local
70 pDst[i+3] = (OMX_S16)f3;
79 int f3 = pDst[i+12]; local
80 int g0 = f0 + f3;
81 int g1 = f0 - f3;
H A DarmVCM4P10_TransformResidual4x4.c67 int f3 = e0 - e3; local
71 pDst[i+3] = (OMX_S16)f3;
80 int f3 = pDst[i+12]; local
83 int g2 = (f1>>1) - f3;
84 int g3 = f1 + (f3>>1);
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp75 static void SC_debugFv3(const char *s, float f1, float f2, float f3) { argument
76 ALOGD("float x3 %s {%f, %f, %f}", s, f1, f2, f3);
78 static void SC_debugFv4(const char *s, float f1, float f2, float f3, float f4) { argument
79 ALOGD("float x4 %s {%f, %f, %f, %f}", s, f1, f2, f3, f4);
/frameworks/rs/tests/typecheck/
H A Dkernels.rs98 float3 f3;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1606 static void SC_debugFv3(const char *s, float f1, float f2, float f3) { argument
1607 ALOGD("%s {%f, %f, %f}", s, f1, f2, f3);
1609 static void SC_debugFv4(const char *s, float f1, float f2, float f3, float f4) { argument
1610 ALOGD("%s {%f, %f, %f, %f}", s, f1, f2, f3, f4);
1749 void rsDebug(const char *s, float f1, float f2, float f3) { argument
1750 SC_debugFv3(s, f1, f2, f3);
1753 void rsDebug(const char *s, float f1, float f2, float f3, float f4) { argument
1754 SC_debugFv4(s, f1, f2, f3, f4);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java116 File f3 = new File(dir, "f2.dat.gz");
121 GZIPOutputStream gz3 = new GZIPOutputStream(new FileOutputStream(f3));
139 dropbox.addFile("DropBoxTest", f3, DropBoxManager.IS_GZIPPED);

Completed in 132 milliseconds