Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dframe.c48 const int ilevel = f_info->f_ilevel_; in DoFilter() local
49 const int limit = 2 * level + ilevel; in DoFilter()
73 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
74 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
77 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh); in DoFilter()
78 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); in DoFilter()
81 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
82 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
85 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh); in DoFilter()
86 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); in DoFilter()
/external/chromium_org/third_party/libwebp/dec/
Dframe.c48 const int ilevel = f_info->f_ilevel_; in DoFilter() local
49 const int limit = 2 * level + ilevel; in DoFilter()
73 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
74 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
77 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh); in DoFilter()
78 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); in DoFilter()
81 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
82 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); in DoFilter()
85 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh); in DoFilter()
86 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); in DoFilter()
/external/ppp/pppd/
Dtty.c987 int ilevel, olevel, max_level; local
1071 ilevel = olevel = 0;
1098 if (ilevel >= max_level)
1125 ilevel = (nbt < 0 || nbt > ilevel)? 0: ilevel - nbt;
1129 ilevel = olevel = 0;
1203 if (ilevel + n > max_level)
1204 n = max_level - ilevel;
1217 ilevel += n;
/external/webp/src/enc/
Dfilter.c213 const int ilevel = GetILevel(enc->config_->filter_sharpness, level); in DoFilter() local
214 const int limit = 2 * level + ilevel; in DoFilter()
228 VP8EncHFilter16i(y_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
229 VP8EncHFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
230 VP8EncVFilter16i(y_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
231 VP8EncVFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
/external/chromium_org/third_party/libwebp/enc/
Dfilter.c213 const int ilevel = GetILevel(enc->config_->filter_sharpness, level); in DoFilter() local
214 const int limit = 2 * level + ilevel; in DoFilter()
228 VP8EncHFilter16i(y_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
229 VP8EncHFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
230 VP8EncVFilter16i(y_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
231 VP8EncVFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c799 LLVMValueRef ilevel, in lp_build_mipmap_level_sizes() argument
807 ilevel_vec = lp_build_broadcast_scalar(&bld->int_size_bld, ilevel); in lp_build_mipmap_level_sizes()
817 ilevel); in lp_build_mipmap_level_sizes()
821 ilevel); in lp_build_mipmap_level_sizes()
Dlp_bld_sample.h353 LLVMValueRef ilevel,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c799 LLVMValueRef ilevel, in lp_build_mipmap_level_sizes() argument
807 ilevel_vec = lp_build_broadcast_scalar(&bld->int_size_bld, ilevel); in lp_build_mipmap_level_sizes()
817 ilevel); in lp_build_mipmap_level_sizes()
821 ilevel); in lp_build_mipmap_level_sizes()
Dlp_bld_sample.h353 LLVMValueRef ilevel,