Home
last modified time | relevance | path

Searched refs:vw (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/
H A Dstv680.c1236 DBG (DBG_proc, "stv680_add_text: exit vw=%d, vh=%d\n", width, height); in stv680_add_text()
1252 int vw = dev->x_resolution; in stv680_bayer_unshuffle() local
1273 DBG (DBG_proc, "stv680_bayer_unshuffle: w=%d, vw=%d, vh=%d, len=0x%lx\n", in stv680_bayer_unshuffle()
1274 w, vw, vh, (unsigned long) (size_t) size); in stv680_bayer_unshuffle()
1278 for (x = 0; x < vw; x++) in stv680_bayer_unshuffle()
1308 i = (y * vw + x) * 3; in stv680_bayer_unshuffle()
1324 for (x = 0; x < vw; x++) in stv680_bayer_unshuffle()
1326 i = (y * vw + x) * 3; in stv680_bayer_unshuffle()
1341 for (x = 1; x < (vw - 1); x++) in stv680_bayer_unshuffle()
1352 *(dev->output + AD (x, y, vw) in stv680_bayer_unshuffle()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelPipeline.cpp1544 Float4 vw;
1560 vw = Max(v, Float4(0.0f));
1561 vw = Min(vw, Float4(1.0f));
1562 dst.y = convertFixed12(vw);
1586 Float4 vw = v;
1592 vw *= Rcp_pp(s);
1609 vw *= Float4(0x1000);
1610 vw = Max(vw, Float
[all...]
/third_party/python/Lib/test/
H A Dtest_codecs.py181 vw = []
184 vw.append((i*200+200)*"\u3042" + lineend)
186 self.assertEqual(readalllines("".join(vw), True), "|".join(vw))
187 self.assertEqual(readalllines("".join(vw), False), "|".join(vwo))

Completed in 9 milliseconds