Home
last modified time | relevance | path

Searched refs:res2 (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp_python_wrap.c3753 int res2 = 0 ; in _wrap_wrap_WebPEncodeRGB() local
3800 res2 = SWIG_AddTmpMask(ecode); in _wrap_wrap_WebPEncodeRGB()
3873 int res2 = 0 ; in _wrap_wrap_WebPEncodeBGR() local
3920 res2 = SWIG_AddTmpMask(ecode); in _wrap_wrap_WebPEncodeBGR()
3993 int res2 = 0 ; in _wrap_wrap_WebPEncodeRGBA() local
4040 res2 = SWIG_AddTmpMask(ecode); in _wrap_wrap_WebPEncodeRGBA()
4113 int res2 = 0 ; in _wrap_wrap_WebPEncodeBGRA() local
4232 int res2 = 0 ; in _wrap_wrap_WebPEncodeLosslessRGB() local
4343 int res2 = 0 ; in _wrap_wrap_WebPEncodeLosslessBGR() local
4454 int res2 = 0 ; in _wrap_wrap_WebPEncodeLosslessRGBA() local
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Ddec_msa.c46 v4i32 res0, res1, res2, res3; in TransformOne() local
60 res0, res1, res2, res3); in TransformOne()
62 res0, res1, res2, res3); in TransformOne()
63 ADD4(res0, vt0, res1, vt1, res2, vt2, res3, vt3, res0, res1, res2, res3); in TransformOne()
64 CLIP_SW4_0_255(res0, res1, res2, res3); in TransformOne()
65 PCKEV_B2_SW(res0, res1, res2, res3, vt0, vt1); in TransformOne()
136 v4i32 res0, res1, res2, res3; in TransformAC3() local
146 res0, res1, res2, res3); in TransformAC3()
148 res0, res1, res2, res3); in TransformAC3()
149 ADD4(res0, out0, res1, out1, res2, out2, res3, out3, res0, res1, res2, res3); in TransformAC3()
[all …]
A Denc_msa.c48 v4i32 res0, res1, res2, res3; in ITransformOne() local
62 res0, res1, res2, res3); in ITransformOne()
63 ILVR_H4_SW(zero, res0, zero, res1, zero, res2, zero, res3, in ITransformOne()
64 res0, res1, res2, res3); in ITransformOne()
65 ADD4(res0, vt0, res1, vt1, res2, vt2, res3, vt3, res0, res1, res2, res3); in ITransformOne()
66 CLIP_SW4_0_255(res0, res1, res2, res3); in ITransformOne()
67 PCKEV_B2_SW(res0, res1, res2, res3, vt0, vt1); in ITransformOne()
A Dlossless_neon.c461 const uint8x16_t res2 = vcombine_u8(res, res); \
463 L = ROTATE32_LEFT(res2); \
A Dmsa_macro.h608 const v2i64 res2 = res0 + res1; in func_hadd_sh_s32() local
609 const int32_t sum_m = __msa_copy_s_w((v4i32)res2, 0); in func_hadd_sh_s32()
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Dmain.cpp1850 Json::String res2 = val.toStyledString(); in JSONTEST_FIXTURE_LOCAL() local
1854 JSONTEST_ASSERT_STRING_EQUAL(exp2, res2); in JSONTEST_FIXTURE_LOCAL()
1862 Json::String res2 = val.toStyledString(); in JSONTEST_FIXTURE_LOCAL() local
1866 JSONTEST_ASSERT_STRING_EQUAL(exp2, res2); in JSONTEST_FIXTURE_LOCAL()
1876 Json::String res2 = val.toStyledString(); in JSONTEST_FIXTURE_LOCAL() local
1880 JSONTEST_ASSERT_STRING_EQUAL(exp2, res2); in JSONTEST_FIXTURE_LOCAL()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dkernel_avx.cc300 __m128i res2 =
320 __m128i f_23 = _mm_unpackhi_epi32(res2, res3);
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c43813 int res2; in js_proxy_setPrototypeOf() local
43835 if (res2 < 0) in js_proxy_setPrototypeOf()
43837 if (!res2) { in js_proxy_setPrototypeOf()
43856 int res2; in js_proxy_isExtensible() local
43868 if (res2 < 0) in js_proxy_isExtensible()
43869 return res2; in js_proxy_isExtensible()
43882 int res2; in js_proxy_preventExtensions() local
43897 if (res2) { in js_proxy_preventExtensions()
43912 BOOL res2; in js_proxy_has() local
44323 if (res2) { in js_proxy_delete_property()
[all …]

Completed in 163 milliseconds