Searched refs:out_1 (Results 1 – 11 of 11) sorted by relevance
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_sparse_gather_v2_op.py | 825 out_1 = self.test_dynamic(x_1) 826 out_1 = self.gather(out_1, indices_1, 0) 829 return (out_1, out_2)
|
D | test_transpose_op.py | 81 out_1 = self.test_dynamic(self.x_1) 82 out_1 = self.transpose(out_1, self.perm_1) 85 return (out_1, out_2)
|
/third_party/flutter/skia/modules/skottie/src/effects/ |
D | LevelsEffect.cpp | 75 out_1 = SkTPin(fOutWhite, 0.0f, 1.0f), in apply() local 86 clip[idx] = out_1; in apply() 91 dOut = out_1 - out_0; in apply()
|
/third_party/skia/modules/skottie/src/effects/ |
D | LevelsEffect.cpp | 42 out_1 = fOutWhite, in build_lut() local 53 clip[idx] = SkTPin(out_1, 0.0f, 1.0f); in build_lut() 58 SkScalarNearlyEqual(in_1, out_1) && in build_lut() 65 dOut = out_1 - out_0; in build_lut()
|
/third_party/ffmpeg/libswscale/ |
D | yuv2rgb.c | 654 char out_1 = 0, out_2 = 0; variable 663 PUTRGB1(out_1, py_1, 0, 0); 667 PUTRGB1(out_1, py_1, 1, 2); 669 PUTRGB1(out_1, py_1, 2, 4); 673 PUTRGB1(out_1, py_1, 3, 6); 675 dst_1[0] = out_1;
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | dec_sse2.c | 1043 const __m128i out_1 = _mm_add_epi16(base, top_base_1); in TrueMotion_SSE2() local 1044 const __m128i out = _mm_packus_epi16(out_0, out_1); in TrueMotion_SSE2()
|
D | enc_sse2.c | 592 const __m128i out_1 = _mm_add_epi16(base, top_base_1); 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 | 1043 const __m128i out_1 = _mm_add_epi16(base, top_base_1); in TrueMotion_SSE2() local 1044 const __m128i out = _mm_packus_epi16(out_0, out_1); in TrueMotion_SSE2()
|
D | enc_sse2.c | 592 const __m128i out_1 = _mm_add_epi16(base, top_base_1); 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 | 942 out_1 = self.strided_slice_1(x, self.begins, self.ends, self.strides) + self.const_1 945 return out_0, out_1, out_2, out_3
|
/third_party/ffmpeg/doc/ |
D | muxers.texi | 1028 out_1.m3u8 will be created. If you want something meaningful text instead of indexes 1052 out_0.m3u8, out_1.m3u8 and out_2.m3u8 will be created.
|