Home
last modified time | relevance | path

Searched defs:ilevel (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/locale/test/
Dtest_collate.cpp24 void test_comp(std::locale l,std::basic_string<Char> left,std::basic_string<Char> right,int ilevel,… in test_comp()
Dtest_winapi_collate.cpp25 void test_comp(std::locale l,std::basic_string<Char> left,std::basic_string<Char> right,int ilevel,… in test_comp()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dfilter_enc.c87 const int ilevel = GetILevel(enc->config_->filter_sharpness, level); in DoFilter() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dfilter_enc.c87 const int ilevel = GetILevel(enc->config_->filter_sharpness, level); in DoFilter() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c209 const int ilevel = f_info->f_ilevel_; in DoFilter() local
292 int ilevel = level; in PrecomputeFilterStrengths() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c209 const int ilevel = f_info->f_ilevel_; in DoFilter() local
292 int ilevel = level; in PrecomputeFilterStrengths() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c1358 LLVMValueRef ilevel, in lp_build_mipmap_level_sizes()
Dlp_bld_sample_soa.c3086 LLVMValueRef size, ilevel; in lp_build_fetch_texel() local
/third_party/python/Python/
Dceval.c5988 int ilevel = _PyLong_AsInt(level); in import_name() local