Home
last modified time | relevance | path

Searched defs:max_s (Results 1 – 14 of 14) sorted by relevance

/external/webp/src/utils/
Dquant_levels_utils.c32 int min_s = 255, max_s = 0; in QuantizeLevels() local
/external/angle/src/common/
Dmathutil.cpp56 const int max_s = static_cast<int>( in convertRGBFloatsTo999E5() local
/external/swiftshader/src/System/
DHalf.hpp106 float max_s = std::max(std::max(red_r, green_r), std::max(blue_r, min_s)); in RGB9E5() local
/external/libgav1/src/dsp/arm/
Dcdef_neon.cc523 const uint16x8_t max_s = vreinterpretq_u16_u8( in GetMaxSecondary() local
/external/libgav1/src/dsp/x86/
Dcdef_sse4.cc635 const __m128i max_s = _mm_max_epu8(_mm_max_epu8(max_s01, max_s23), in CdefFilter_SSE4_1() local
Dcdef_avx2.cc695 const __m256i max_s = _mm256_max_epu8(max_s01, max_s23); in CdefFilter_AVX2() local
/external/compiler-rt/lib/msan/
Dmsan.cc220 void GetStackTrace(BufferedStackTrace *stack, uptr max_s, uptr pc, uptr bp, in GetStackTrace()
/external/swiftshader/tests/MathUnitTests/
Dunittests.cpp562 …const int max_s = static_cast<int>(floor((max_c / exp2(exp_p - g_sharedexp_bias - g_sharedexp_mant… in RGB9E5_reference() local
/external/llvm/include/llvm/ProfileData/
DInstrProf.h747 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; in sortByCount() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h936 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; in sortByCount() local
/external/swiftshader/src/Device/
DBlitter.cpp780 Float max_s = Max(Max(red_r, green_r), Max(blue_r, min_s)); in write() local
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp704 GLfloat max_s = deFloatFloor(max_c / deFloatPow(2.0f, exp_p - (float)B - (float)N) + 0.5f); in convertUint_5_9_9_9_rev() local
DglcPackedPixelsTests.cpp1428 GLfloat max_s = deFloatFloor(max_c / deFloatPow(2.0f, exp_p - (float)B - (float)N) + 0.5f); in unpack_UNSIGNED_INT_5_9_9_9_REV() local
/external/lua/src/
Dlstrlib.c945 lua_Integer max_s = luaL_optinteger(L, 4, srcl + 1); /* max replacements */ in str_gsub() local