/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | yuv.h | 186 static WEBP_INLINE int VP8ClipUV(int uv, int rounding) { in VP8ClipUV() argument 187 uv = (uv + rounding + (128 << (YUV_FIX + 2))) >> (YUV_FIX + 2); in VP8ClipUV() 188 return ((uv & ~0xff) == 0) ? uv : (uv < 0) ? 0 : 255; in VP8ClipUV()
|
A D | upsampling_neon.c | 176 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ argument 178 CONVERT8(FMT, XSTEP, len, top_y, uv, top_dst, cur_x); \ 180 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \ 184 #define CONVERT2RGB_1(FUNC, XSTEP, top_y, bottom_y, uv, \ argument 186 CONVERT1(FUNC, XSTEP, len, top_y, uv, top_dst, cur_x); \ 188 CONVERT1(FUNC, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \
|
A D | upsampling_mips_dsp_r2.c | 165 const uint32_t uv = LOAD_UV(cur_u[x], cur_v[x]); /* sample */ \ 167 const uint32_t avg = tl_uv + t_uv + l_uv + uv + 0x00080008u; \ 169 const uint32_t diag_03 = (avg + 2 * (tl_uv + uv)) >> 3; \ 180 const uint32_t uv1 = (diag_12 + uv) >> 1; \ 187 l_uv = uv; \
|
A D | upsampling.c | 57 const uint32_t uv = LOAD_UV(cur_u[x], cur_v[x]); /* sample */ \ 59 const uint32_t avg = tl_uv + t_uv + l_uv + uv + 0x00080008u; \ 61 const uint32_t diag_03 = (avg + 2 * (tl_uv + uv)) >> 3; \ 72 const uint32_t uv1 = (diag_12 + uv) >> 1; \ 79 l_uv = uv; \
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/srv/ |
A D | light_ctl_srv.c | 120 u16_t uv = 0; in _ctl_analyze() local 134 uv = net_buf_simple_pull_le16(p_buf); in _ctl_analyze() 179 elem->state.UV[T_TAR] = uv; in _ctl_analyze() 329 u16_t uv = 0; in _ctl_default_analyze() local 339 uv = net_buf_simple_pull_le16(p_buf); in _ctl_default_analyze() 349 elem->powerup.UV_default = uv; in _ctl_default_analyze() 506 u16_t uv = 0; in _ctl_temp_analyze() local 533 uv = net_buf_simple_pull_le16(p_buf); in _ctl_temp_analyze() 553 elem->state.UV[T_TAR] = uv; in _ctl_temp_analyze()
|
/AliOS-Things-master/components/genie_service/core/src/sig_models/ |
A D | sig_model_light_ctl_srv.c | 72 u16_t uv = 0; in _ctl_analyze() local 94 uv = net_buf_simple_pull_le16(p_buf); in _ctl_analyze() 97 GENIE_LOG_INFO("uv:%d lightness:%d", uv, lightness); in _ctl_analyze() 98 (void)uv; in _ctl_analyze()
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | ecc.c | 392 static void vli_modInv_update(uECC_word_t *uv, in vli_modInv_update() argument 399 if (!EVEN(uv)) { in vli_modInv_update() 400 carry = uECC_vli_add(uv, uv, mod, num_words); in vli_modInv_update() 402 uECC_vli_rshift1(uv, num_words); in vli_modInv_update() 404 uv[num_words - 1] |= HIGH_BIT_SET; in vli_modInv_update()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_yuv.c | 1134 __m128i uv = _mm_loadu_si128((__m128i*)srcUV); in SDL_ConvertPixels_SwapNV() local 1135 __m128i v = _mm_slli_epi16(uv, 8); in SDL_ConvertPixels_SwapNV() 1136 __m128i u = _mm_srli_epi16(uv, 8); in SDL_ConvertPixels_SwapNV()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | testimg.ppm | 4 …9+�8(�;)�;(�:'�;'�>+�?-�@/�>-�9.�;0�=0�=1�?0�?1�B3�C6�i\�md�b[�kf�ol�ba�kl�uv�p��o|�ir�^f�Y^�ad�qn… 5 …[L9\M:\M:\M:`J<`J<^K<_L=^M=_N<_N<^O<`Q>aR=bQ=bQ=bR;bP:aO9`N8jNMgNRbQ[cWkjfuv�}}��y��{����˃��{|�qs…
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | rgb-3c-8b.ppm | 249 …>;?O b!!j-&i?*q[4o`6kg:nl<zo?~j:�l;�x>�s:~k9wV1rK+wZ5xj<z}B|�D�B}|?uv>so6ok5ts7sz;x�@|�I�…
|
/AliOS-Things-master/hardware/chip/rtl872xd/ |
A D | ate.bin | 1979 @� �p�Ô@uv���v�v"u�$�n��"����А1�T�D��/��>�|�$��>������~�}{z�y�����$�������…
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 97713 duk_small_uint_t uv; local 97728 uv = (duk_small_uint_t) d1v; 97729 d2v = (duk_double_t) uv; 97731 …if (!(duk_double_equals(d1v, 1.0) && uv == 1 && duk_double_equals(d2v, 1.0) && duk_double_equals(d… 97748 duk_uint32_t uv; local 97751 uv = (duk_uint32_t) dv; 97753 if (uv != 0xdeadbeefUL) {
|