Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libpng/contrib/tools/
DmakesRGB.c40 static const unsigned int max_input = 255*65535; variable
45 return sRGB_from_linear(l/max_input); in fsRGB()
306 for (i=0; i <= max_input; ++i) in main()
385 min_error, max_error, error_count, (100.*error_count)/max_input); in main()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c532 uint64_t *max_input = ret; in llvmpipe_get_compute_param() local
533 *max_input = 1576; in llvmpipe_get_compute_param()
/third_party/node/deps/simdutf/
Dsimdutf.cpp20077 const __m256i max_input = _mm256_max_epu32(_mm256_max_epu32(in, nextin), v_10ffff); in avx512_convert_utf32_to_utf8_with_errors() local
20078 …if(static_cast<uint32_t>(_mm256_movemask_epi8(_mm256_cmpeq_epi32(max_input, v_10ffff))) != 0xfffff… in avx512_convert_utf32_to_utf8_with_errors()
24096 const __m256i max_input = _mm256_max_epu32(_mm256_max_epu32(in, nextin), v_10ffff); in avx2_convert_utf32_to_utf8_with_errors() local
24097 …if(static_cast<uint32_t>(_mm256_movemask_epi8(_mm256_cmpeq_epi32(max_input, v_10ffff))) != 0xfffff… in avx2_convert_utf32_to_utf8_with_errors()
30537 __m128i max_input = _mm_max_epu32(_mm_max_epu32(in, nextin), v_10ffff); in sse_convert_utf32_to_utf8_with_errors() local
30538 if(static_cast<uint16_t>(_mm_movemask_epi8(_mm_cmpeq_epi32(max_input, v_10ffff))) != 0xffff) { in sse_convert_utf32_to_utf8_with_errors()