Searched refs:out_0 (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/modules/skottie/src/effects/ |
D | LevelsEffect.cpp | 74 out_0 = SkTPin(fOutBlack, 0.0f, 1.0f), in apply() local 82 clip[idx] = out_0; in apply() 91 dOut = out_1 - out_0; in apply() 116 const auto out = out_0 + dOut * std::pow(std::max(t, 0.0f), g); in apply()
|
/third_party/skia/modules/skottie/src/effects/ |
D | LevelsEffect.cpp | 41 out_0 = fOutBlack, in build_lut() local 49 clip[idx] = SkTPin(out_0, 0.0f, 1.0f); in build_lut() 57 if (SkScalarNearlyEqual(in_0, out_0) && in build_lut() 65 dOut = out_1 - out_0; in build_lut() 87 const auto out = out_0 + dOut * std::pow(std::max(t, 0.0f), g); in build_lut()
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 455 GLuint out_0 = rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_VTXFMT_0]; in r200Fogfv() local 461 out_0 |= R200_VTX_DISCRETE_FOG; in r200Fogfv() 465 out_0 &= ~R200_VTX_DISCRETE_FOG; in r200Fogfv() 473 if (out_0 != rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_VTXFMT_0]) { in r200Fogfv() 475 rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_VTXFMT_0] = out_0; in r200Fogfv()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | dec_sse2.c | 1042 const __m128i out_0 = _mm_add_epi16(base, top_base_0); in TrueMotion_SSE2() local 1044 const __m128i out = _mm_packus_epi16(out_0, out_1); in TrueMotion_SSE2()
|
D | enc_sse2.c | 591 const __m128i out_0 = _mm_add_epi16(base, top_base_0); in TM_SSE2() local 593 const __m128i out = _mm_packus_epi16(out_0, out_1); in TM_SSE2()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | dec_sse2.c | 1042 const __m128i out_0 = _mm_add_epi16(base, top_base_0); in TrueMotion_SSE2() local 1044 const __m128i out = _mm_packus_epi16(out_0, out_1); in TrueMotion_SSE2()
|
D | enc_sse2.c | 591 const __m128i out_0 = _mm_add_epi16(base, top_base_0); in TM_SSE2() local 593 const __m128i out = _mm_packus_epi16(out_0, out_1); in TM_SSE2()
|
/third_party/mindspore/tests/ut/python/ops/ |
D | test_ops.py | 941 out_0 = self.strided_slice_0(x, self.begins, self.ends, self.strides) + self.const_0 945 return out_0, out_1, out_2, out_3
|
/third_party/ffmpeg/doc/ |
D | muxers.texi | 1027 stream of bitrate 32k. Here, two media playlist with file names out_0.m3u8 and 1052 out_0.m3u8, out_1.m3u8 and out_2.m3u8 will be created.
|