Home
last modified time | relevance | path

Searched refs:w0 (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/driver/runtime/
Drs_sample.c128 int32_t next, float w0, float w1) { in getSample_A() argument
131 float r = p0 * w0 + p1 * w1; in getSample_A()
138 int32_t next, float w0, float w1) { in getSample_L() argument
141 float r = p0 * w0 + p1 * w1; in getSample_L()
148 int32_t next, float w0, float w1) { in getSample_LA() argument
151 float2 r = p0 * w0 + p1 * w1; in getSample_LA()
158 int32_t next, float w0, float w1) { in getSample_RGB() argument
161 float3 r = p0 * w0 + p1 * w1; in getSample_RGB()
168 int32_t next, float w0, float w1) { in getSample_565() argument
171 float3 r = p0 * w0 + p1 * w1; in getSample_565()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java163 FileWriter w0 = new FileWriter(f0);
168 w0.write("FILE0");
173 w0.close();
288 FileWriter w0 = new FileWriter(new File(dir, "DropBoxTest@" + (before + 5000) + ".txt")); in testAddEntriesInTheFuture() local
289 w0.write("FUTURE0"); in testAddEntriesInTheFuture()
290 w0.close(); in testAddEntriesInTheFuture()
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp46 const float w0 = (1.0f - x) * (1.0f - y); in GetTileCoords() local
51 *xt = w0 * b[0] + w1 * b[2] + w2 * b[4] + w3 * b[6]; in GetTileCoords()
52 *yt = w0 * b[1] + w1 * b[3] + w2 * b[5] + w3 * b[7]; in GetTileCoords()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp82 int w0 = videoEncoderProfiles->getVideoEncoderParamByName( in initialize() local
91 if (w0 == -1) { in initialize()
92 w0 = 0; in initialize()
99 if (w0 < minVideoWidth) { in initialize()
100 minVideoWidth = w0; in initialize()
/frameworks/base/media/tests/contents/media_api/music/
Dtest_amr_ietf.amr55 a��@�w0<H>�v�"��J��[t�'V����r
/frameworks/rs/driver/runtime/arch/
Dasimd.ll1013 %w0 = extractelement <4 x float> %in, i32 3
1014 %w = tail call <4 x float> @smear_f(float %w0) nounwind readnone
Dneon.ll1005 %w0 = extractelement <4 x float> %in, i32 3
1006 %w = tail call <4 x float> @smear_f(float %w0) nounwind readnone