Searched defs:max_s (Results  1 – 14 of 14) sorted by relevance
| /external/webp/src/utils/ | 
| D | quant_levels_utils.c | 32   int min_s = 255, max_s = 0;  in QuantizeLevels()  local
 | 
| /external/angle/src/common/ | 
| D | mathutil.cpp | 56     const int max_s = static_cast<int>(  in convertRGBFloatsTo999E5()  local
 | 
| /external/swiftshader/src/System/ | 
| D | Half.hpp | 106 		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/ | 
| D | cdef_neon.cc | 523     const uint16x8_t max_s = vreinterpretq_u16_u8(  in GetMaxSecondary()  local
 | 
| /external/libgav1/src/dsp/x86/ | 
| D | cdef_sse4.cc | 635         const __m128i max_s = _mm_max_epu8(_mm_max_epu8(max_s01, max_s23),  in CdefFilter_SSE4_1()  local
 | 
| D | cdef_avx2.cc | 695         const __m256i max_s = _mm256_max_epu8(max_s01, max_s23);  in CdefFilter_AVX2()  local
 | 
| /external/compiler-rt/lib/msan/ | 
| D | msan.cc | 220 void GetStackTrace(BufferedStackTrace *stack, uptr max_s, uptr pc, uptr bp,  in GetStackTrace()
 | 
| /external/swiftshader/tests/MathUnitTests/ | 
| D | unittests.cpp | 562 …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/ | 
| D | InstrProf.h | 747   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/ | 
| D | InstrProf.h | 936   size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE;  in sortByCount()  local
 | 
| /external/swiftshader/src/Device/ | 
| D | Blitter.cpp | 780 			Float max_s = Max(Max(red_r, green_r), Max(blue_r, min_s));  in write()  local
 | 
| /external/deqp/external/openglcts/modules/common/ | 
| D | glcInternalformatTests.cpp | 704 	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
 | 
| D | glcPackedPixelsTests.cpp | 1428 	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/ | 
| D | lstrlib.c | 945   lua_Integer max_s = luaL_optinteger(L, 4, srcl + 1);  /* max replacements */  in str_gsub()  local
 |