Home
last modified time | relevance | path

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

/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/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/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/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c1357 LLVMValueRef ilevel, in lp_build_mipmap_level_sizes() argument
1369 ilevel_vec = lp_build_broadcast_scalar(&bld->int_size_bld, ilevel); in lp_build_mipmap_level_sizes()
1412 ilevel, in lp_build_mipmap_level_sizes()
1441 *out_size = lp_build_minify(&bld->int_coord_bld, int_size_vec, ilevel, FALSE); in lp_build_mipmap_level_sizes()
1448 bld->int_size_in_bld.type, ilevel, indexi); in lp_build_mipmap_level_sizes()
1462 ilevel); in lp_build_mipmap_level_sizes()
1467 ilevel); in lp_build_mipmap_level_sizes()
Dlp_bld_sample_soa.c3109 LLVMValueRef size, ilevel; in lp_build_fetch_texel() local
3119 ilevel = lp_build_pack_aos_scalars(bld->gallivm, int_coord_bld->type, in lp_build_fetch_texel()
3123 ilevel = explicit_lod; in lp_build_fetch_texel()
3125 lp_build_nearest_mip_level(bld, texture_unit, ilevel, &ilevel, in lp_build_fetch_texel()
3131 ilevel = bld->dynamic_state->first_level(bld->dynamic_state, bld->gallivm, in lp_build_fetch_texel()
3135 ilevel = lp_build_const_int32(bld->gallivm, 0); in lp_build_fetch_texel()
3138 lp_build_mipmap_level_sizes(bld, ilevel, in lp_build_fetch_texel()
3195 lp_build_get_mip_offsets(bld, ilevel)); in lp_build_fetch_texel()
Dlp_bld_sample.h628 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()