Searched defs:f3 (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_FwdTransformResidual4x4.c51 int f3 = e1 - (e3 << 1); local
55 pDst[i+3] = (OMX_S16)f3;
64 int f3 = pDst[i+12]; local
65 int g0 = f0 + f3;
66 int g1 = f0 - f3;
H A DarmVCM4P10_TransformResidual4x4.c52 int f3 = e0 - e3; local
56 pDst[i+3] = (OMX_S16)f3;
65 int f3 = pDst[i+12]; local
68 int g2 = (f1>>1) - f3;
69 int g3 = f1 + (f3>>1);
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_cl.c523 float3 f3 = convert_float3(p); local
524 return pow(v, f3);
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp72 static void SC_debugFv3(const char *s, float f1, float f2, float f3) { argument
73 ALOGD("float x3 %s {%f, %f, %f}", s, f1, f2, f3);
75 static void SC_debugFv4(const char *s, float f1, float f2, float f3, float f4) { argument
76 ALOGD("float x4 %s {%f, %f, %f, %f}", s, f1, f2, f3, f4);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1294 static void SC_debugFv3(const char *s, float f1, float f2, float f3) { argument
1295 ALOGD("%s {%f, %f, %f}", s, f1, f2, f3);
1297 static void SC_debugFv4(const char *s, float f1, float f2, float f3, float f4) { argument
1298 ALOGD("%s {%f, %f, %f, %f}", s, f1, f2, f3, f4);
1437 void rsDebug(const char *s, float f1, float f2, float f3) { argument
1438 SC_debugFv3(s, f1, f2, f3);
1441 void rsDebug(const char *s, float f1, float f2, float f3, float f4) { argument
1442 SC_debugFv4(s, f1, f2, f3, f4);

Completed in 127 milliseconds