Home
last modified time | relevance | path

Searched refs:shift1 (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless_neon.c232 const uint8x16_t shift1 = vextq_u8(zero, sum0, 8); in PredictorAdd1_NEON() local
234 const uint8x16_t sum1 = vaddq_u8(sum0, shift1); in PredictorAdd1_NEON()
A Dlossless_sse2.c211 const __m128i shift1 = _mm_slli_si128(sum0, 8); in PredictorAdd1_SSE2() local
213 const __m128i sum1 = _mm_add_epi8(sum0, shift1); in PredictorAdd1_SSE2()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcrop.c6676 uint32 j, shift1, shift2, trailing_bits; in extractImageSection() local
6758 shift1 = spp * ((first_col * bps) % 8); in extractImageSection()
6782 row, offset1, shift1, offset2, shift2); in extractImageSection()
6786 if (shift1 == 0) /* the region is byte and sample alligned */ in extractImageSection()
6829 bytebuff1 = src_buff[offset1 + j] & ((unsigned char)255 >> shift1); in extractImageSection()
6830 bytebuff2 = src_buff[offset1 + j + 1] & ((unsigned char)255 << (7 - shift1)); in extractImageSection()
6831 sect_buff[dst_offset + j] = (bytebuff1 << shift1) | (bytebuff2 >> (8 - shift1)); in extractImageSection()
6851 if (shift2 > shift1) in extractImageSection()
6854 bytebuff2 = bytebuff1 & ((unsigned char)255 << shift1); in extractImageSection()
6862 if (shift2 < shift1) in extractImageSection()
[all …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibbf.c5457 int8_t shift1; member
5477 s->shift1 = l; in fast_udiv_init()
5478 if (s->shift1 > 1) in fast_udiv_init()
5479 s->shift1 = 1; in fast_udiv_init()
5489 t0 = (a - t1) >> s->shift1; in fast_udiv()

Completed in 35 milliseconds