Home
last modified time | relevance | path

Searched refs:SPAN (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless_enc_sse41.c47 #define SPAN 8 macro
65 for (x = 0; x + SPAN <= tile_width; x += SPAN) { in CollectColorBlueTransforms_SSE41()
66 uint16_t values[SPAN]; in CollectColorBlueTransforms_SSE41()
68 const __m128i in1 = _mm_loadu_si128((__m128i*)&src[x + SPAN / 2]); in CollectColorBlueTransforms_SSE41()
82 for (i = 0; i < SPAN; ++i) ++histo[values[i]]; in CollectColorBlueTransforms_SSE41()
86 const int left_over = tile_width & (SPAN - 1); in CollectColorBlueTransforms_SSE41()
106 for (x = 0; x + SPAN <= tile_width; x += SPAN) { in CollectColorRedTransforms_SSE41()
107 uint16_t values[SPAN]; in CollectColorRedTransforms_SSE41()
109 const __m128i in1 = _mm_loadu_si128((__m128i*)&src[x + SPAN / 2]); in CollectColorRedTransforms_SSE41()
120 for (i = 0; i < SPAN; ++i) ++histo[values[i]]; in CollectColorRedTransforms_SSE41()
[all …]
A Dlossless_enc_sse2.c81 #define SPAN 8 macro
94 for (x = 0; x + SPAN <= tile_width; x += SPAN) { in CollectColorBlueTransforms_SSE2()
95 uint16_t values[SPAN]; in CollectColorBlueTransforms_SSE2()
97 const __m128i in1 = _mm_loadu_si128((__m128i*)&src[x + SPAN / 2]); in CollectColorBlueTransforms_SSE2()
116 for (i = 0; i < SPAN; ++i) ++histo[values[i]]; in CollectColorBlueTransforms_SSE2()
120 const int left_over = tile_width & (SPAN - 1); in CollectColorBlueTransforms_SSE2()
140 for (x = 0; x + SPAN <= tile_width; x += SPAN) { in CollectColorRedTransforms_SSE2()
141 uint16_t values[SPAN]; in CollectColorRedTransforms_SSE2()
156 for (i = 0; i < SPAN; ++i) ++histo[values[i]]; in CollectColorRedTransforms_SSE2()
160 const int left_over = tile_width & (SPAN - 1); in CollectColorRedTransforms_SSE2()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dzran.c62 #define SPAN 1048576L /* desired distance between access points */ macro
374 len = build_index(in, SPAN, &index); in main()

Completed in 7 milliseconds