Home
last modified time | relevance | path

Searched refs:p10 (Results 1 – 25 of 111) sorted by relevance

12345

/third_party/skia/experimental/lowp-basic/
Dbilerp-study.cpp38 static float golden_bilerp(float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in golden_bilerp() argument
41 + (1.0f-ty) * tx * p10 in golden_bilerp()
46 float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in golden_bilerp2() argument
50 double top = (1.0 - dtx) * p00 + dtx * p10; in golden_bilerp2()
57 float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in full_res_bilerp() argument
59 int64_t top = ftx * (p10 - p00) + 65536 * p00; in full_res_bilerp()
69 static int16_t bilerp_1(float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in bilerp_1() argument
73 I16 qw = (p10 - p00) << logPixelScale; in bilerp_1()
74 U16 qm = (p10 + p00) << logPixelScale; in bilerp_1()
102 for (int p10 : interesting) in check_bilerp() local
[all …]
/third_party/ffmpeg/tests/ref/vsynth/
Dvsynth1-vc2-422p101 e3ddb55b47e8960eba9412c4e38ce77a *tests/data/fate/vsynth1-vc2-422p10.mov
2 1684055 tests/data/fate/vsynth1-vc2-422p10.mov
3 f35dd1c1df4726bb1d75d95e321b0698 *tests/data/fate/vsynth1-vc2-422p10.out.rawvideo
Dvsynth_lena-vc2-422p101 b5a757abdf6e7e2a777520ecf99107b7 *tests/data/fate/vsynth_lena-vc2-422p10.mov
2 1294039 tests/data/fate/vsynth_lena-vc2-422p10.mov
3 e5ea17416bda234ae58f27dea27e8135 *tests/data/fate/vsynth_lena-vc2-422p10.out.rawvideo
Dvsynth_lena-vc2-420p101 b989bdb42043851048f4b489463e585d *tests/data/fate/vsynth_lena-vc2-420p10.mov
2 1154775 tests/data/fate/vsynth_lena-vc2-420p10.mov
3 b1c660113acab8eb4075f3d9fbb9cee9 *tests/data/fate/vsynth_lena-vc2-420p10.out.rawvideo
Dvsynth2-vc2-422p101 6a99394db4353cc092e6bd9697e836ef *tests/data/fate/vsynth2-vc2-422p10.mov
2 1321687 tests/data/fate/vsynth2-vc2-422p10.mov
3 8f629e5cea24cc804d6aeadceacf0b2a *tests/data/fate/vsynth2-vc2-422p10.out.rawvideo
Dvsynth2-vc2-444p101 77b67d38ccb0d0e8d6c0af256afb1496 *tests/data/fate/vsynth2-vc2-444p10.mov
2 1603927 tests/data/fate/vsynth2-vc2-444p10.mov
3 d5c80ee1881a0306b0487e3c868529a3 *tests/data/fate/vsynth2-vc2-444p10.out.rawvideo
Dvsynth1-vc2-444p101 dca4f23469c7446fecf5c123bbc71b2b *tests/data/fate/vsynth1-vc2-444p10.mov
2 2167643 tests/data/fate/vsynth1-vc2-444p10.mov
3 0e2cd6d0e1d68ffee64d269dcb57d66d *tests/data/fate/vsynth1-vc2-444p10.out.rawvideo
Dvsynth1-vc2-420p101 f469f3b94c9262fd421a67b20e1809e7 *tests/data/fate/vsynth1-vc2-420p10.mov
2 1417047 tests/data/fate/vsynth1-vc2-420p10.mov
3 387696707c79cf1a6c9aeff4024226b9 *tests/data/fate/vsynth1-vc2-420p10.out.rawvideo
Dvsynth_lena-vc2-444p101 c0de26ba4c95df2e07ab249158fa947c *tests/data/fate/vsynth_lena-vc2-444p10.mov
2 1577815 tests/data/fate/vsynth_lena-vc2-444p10.mov
3 da13c67fe1c6d98dd73e92a6ba006edc *tests/data/fate/vsynth_lena-vc2-444p10.out.rawvideo
Dvsynth2-vc2-420p101 e4627f308056d82de52a849b3a07b415 *tests/data/fate/vsynth2-vc2-420p10.mov
2 1181271 tests/data/fate/vsynth2-vc2-420p10.mov
3 01389f7ae4f2a3dc0d7b8384d435fd83 *tests/data/fate/vsynth2-vc2-420p10.out.rawvideo
/third_party/musl/porting/liteos_a/kernel/src/math/
Dexp10f.c7 static const float p10[] = { in exp10f() local
15 if (!y) return p10[(int)n+7]; in exp10f()
17 return y * p10[(int)n+7]; in exp10f()
Dexp10.c7 static const double p10[] = { in exp10() local
17 if (!y) return p10[(int)n+15]; in exp10()
19 return y * p10[(int)n+15]; in exp10()
Dexp10l.c14 static const long double p10[] = { in exp10l() local
24 if (!y) return p10[(int)n+15]; in exp10l()
26 return y * p10[(int)n+15]; in exp10l()
/third_party/musl/src/math/
Dexp10.c7 static const double p10[] = { in exp10() local
17 if (!y) return p10[(int)n+15]; in exp10()
19 return y * p10[(int)n+15]; in exp10()
Dexp10f.c7 static const float p10[] = { in exp10f() local
15 if (!y) return p10[(int)n+7]; in exp10f()
17 return y * p10[(int)n+7]; in exp10f()
Dexp10l.c14 static const long double p10[] = { in exp10l() local
24 if (!y) return p10[(int)n+15]; in exp10l()
26 return y * p10[(int)n+15]; in exp10l()
/third_party/vk-gl-cts/framework/common/
DtcuBilinearImageCompare.cpp74 …interpolateChannel (deUint32 fx1, deUint32 fy1, deUint8 p00, deUint8 p01, deUint8 p10, deUint8 p11) in interpolateChannel() argument
79 const deUint32 sum = fx0*fy0*p00 + fx1*fy0*p10 + fx0*fy1*p01 + fx1*fy1*p11; in interpolateChannel()
100 deUint32 p10 = readRGBA8Raw(access, x1, y0); in bilinearSampleRGBA8() local
106 …res |= interpolateChannel(fx1, fy1, getChannel<0>(p00), getChannel<0>(p01), getChannel<0>(p10), ge… in bilinearSampleRGBA8()
107 …res |= interpolateChannel(fx1, fy1, getChannel<1>(p00), getChannel<1>(p01), getChannel<1>(p10), ge… in bilinearSampleRGBA8()
108 …res |= interpolateChannel(fx1, fy1, getChannel<2>(p00), getChannel<2>(p01), getChannel<2>(p10), ge… in bilinearSampleRGBA8()
109 …res |= interpolateChannel(fx1, fy1, getChannel<3>(p00), getChannel<3>(p01), getChannel<3>(p10), ge… in bilinearSampleRGBA8()
/third_party/typescript/tests/baselines/reference/
DthisTypeInObjectLiterals2.js169 let p10 = defineProp(p1, "foo", { value: 42 });
170 p10.foo = p10.foo + 1;
354 var p10 = defineProp(p1, "foo", { value: 42 }); variable
355 p10.foo = p10.foo + 1;
462 declare let p10: Point & Record<"foo", number>;
DemitArrowFunctionES6.symbols72 var p10 = ([{ value, done }]) => { };
73 >p10 : Symbol(p10, Decl(emitArrowFunctionES6.ts, 18, 3))
DemitArrowFunctionES6.js20 var p10 = ([{ value, done }]) => { }; function
41 var p10 = ([{ value, done }]) => { }; function
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pTextureCases.cpp113 Vec2 p10 = (m_coordTransform * Vec3(1.0f, 0.0f, 1.0f)).swizzle(0,1); in init() local
118 Vec4(p10.x(), p10.y(), 0.0f, 0.0f), in init()
124 …log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestL… in init()
/third_party/astc-encoder/Source/
Dastcenc_find_best_partitioning.cpp277 int p10 = popcount(a[1] ^ b[0]); in partition_mismatch3() local
289 int s2 = p10 + p22; in partition_mismatch3()
293 int s4 = p10 + p21; in partition_mismatch3()
317 int p10 = popcount(a[1] ^ b[0]); in partition_mismatch4() local
340 int v1 = p01 + astc::min(p10 + mx23, p12 + mx03, p13 + mx02); in partition_mismatch4()
341 int v2 = p02 + astc::min(p11 + mx03, p10 + mx13, p13 + mx01); in partition_mismatch4()
342 int v3 = p03 + astc::min(p11 + mx02, p12 + mx01, p10 + mx12); in partition_mismatch4()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pTextureCases.cpp121 Vec2 p10 = (m_coordTransform * Vec3(1.0f, 0.0f, 1.0f)).swizzle(0,1); in init() local
126 Vec4(p10.x(), p10.y(), 0.0f, 0.0f), in init()
132 …log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestL… in init()
/third_party/typescript/tests/cases/conformance/types/thisType/
DthisTypeInObjectLiterals2.ts172 let p10 = defineProp(p1, "foo", { value: 42 });
173 p10.foo = p10.foo + 1;
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
Dpoly1305-ia64.S150 cmp.eq p10,p0=2,r29 }
164 .pred.rel "mutex",p8,p9,p10,p11,p12,p13,p14,p15
180 (p10) shrp i0=r15,r14,16 }
181 { .mii; (p10) shrp i1=r16,r15,16
187 .pred.rel "mutex",p8,p9,p10,p11,p12,p13,p14,p15
245 (p10) shrp i0=r15,r14,16 };;
248 (p10) shrp i1=r16,r15,16 };;

12345