Home
last modified time | relevance | path

Searched refs:ilevel (Results 1 – 11 of 11) sorted by relevance

/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
88 const int limit = 2 * level + ilevel; in DoFilter()
102 VP8HFilter16i(y_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
103 VP8HFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
104 VP8VFilter16i(y_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
105 VP8VFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dfilter_enc.c87 const int ilevel = GetILevel(enc->config_->filter_sharpness, level); in DoFilter() local
88 const int limit = 2 * level + ilevel; in DoFilter()
102 VP8HFilter16i(y_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
103 VP8HFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
104 VP8VFilter16i(y_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
105 VP8VFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c209 const int ilevel = f_info->f_ilevel_; in DoFilter() local
234 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
235 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
238 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh); in DoFilter()
239 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); in DoFilter()
242 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
243 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
246 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh); in DoFilter()
247 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); in DoFilter()
292 int ilevel = level; in PrecomputeFilterStrengths() local
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c209 const int ilevel = f_info->f_ilevel_; in DoFilter() local
234 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
235 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
238 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh); in DoFilter()
239 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); in DoFilter()
242 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
243 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
246 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh); in DoFilter()
247 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); in DoFilter()
292 int ilevel = level; in PrecomputeFilterStrengths() local
[all …]
/third_party/boost/libs/locale/test/
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() argument
28 …e::collator_base::level_type level = static_cast<boost::locale::collator_base::level_type>(ilevel); in test_comp()
30 if(ilevel==4) { in test_comp()
Dtest_collate.cpp24 void test_comp(std::locale l,std::basic_string<Char> left,std::basic_string<Char> right,int ilevel,… in test_comp() argument
27 …e::collator_base::level_type level = static_cast<boost::locale::collator_base::level_type>(ilevel); in test_comp()
29 if(ilevel==4) { in test_comp()
/third_party/boost/libs/locale/src/icu/
Dcollator.cpp125 icu::Collator *get_collator(level_type ilevel) const in get_collator()
127 int l = limit(ilevel); in get_collator()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c1358 LLVMValueRef ilevel, in lp_build_mipmap_level_sizes() argument
1370 ilevel_vec = lp_build_broadcast_scalar(&bld->int_size_bld, ilevel); in lp_build_mipmap_level_sizes()
1413 ilevel, in lp_build_mipmap_level_sizes()
1442 *out_size = lp_build_minify(&bld->int_coord_bld, int_size_vec, ilevel, FALSE); in lp_build_mipmap_level_sizes()
1449 bld->int_size_in_bld.type, ilevel, indexi); in lp_build_mipmap_level_sizes()
1463 ilevel); in lp_build_mipmap_level_sizes()
1468 ilevel); in lp_build_mipmap_level_sizes()
Dlp_bld_sample_soa.c3086 LLVMValueRef size, ilevel; in lp_build_fetch_texel() local
3096 ilevel = lp_build_pack_aos_scalars(bld->gallivm, int_coord_bld->type, in lp_build_fetch_texel()
3100 ilevel = explicit_lod; in lp_build_fetch_texel()
3102 lp_build_nearest_mip_level(bld, texture_unit, ilevel, &ilevel, in lp_build_fetch_texel()
3108 ilevel = bld->dynamic_state->first_level(bld->dynamic_state, bld->gallivm, in lp_build_fetch_texel()
3112 ilevel = lp_build_const_int32(bld->gallivm, 0); in lp_build_fetch_texel()
3115 lp_build_mipmap_level_sizes(bld, ilevel, in lp_build_fetch_texel()
3172 lp_build_get_mip_offsets(bld, ilevel)); in lp_build_fetch_texel()
Dlp_bld_sample.h620 LLVMValueRef ilevel,
/third_party/python/Python/
Dceval.c5988 int ilevel = _PyLong_AsInt(level); in import_name() local
5989 if (ilevel == -1 && _PyErr_Occurred(tstate)) { in import_name()
5997 ilevel); in import_name()