Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/x86/
H A Dvf_idet_init.c28 #define FUNC_MAIN_DECL(KIND, SPAN) \
34 const int left_over = w & (SPAN - 1); \
44 #define FUNC_MAIN_DECL_16bit(KIND, SPAN) \
50 const int left_over = w & (SPAN - 1); \
/third_party/skia/third_party/externals/libwebp/src/dsp/
H 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()
168 #undef SPAN global() macro
[all...]
/third_party/zlib/examples/
H A Dzran.c22 // its entirety, and an index built with access points about every SPAN bytes
24 // be read randomly, having to decompress on the average SPAN/2 uncompressed
463 #define SPAN 1048576L // desired distance between access points macro
497 int len = deflate_index_build(in, SPAN, &index); in main()

Completed in 3 milliseconds