HomeSort by relevance Sort by last modified time
    Searched refs:ilevel (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
filter.c 85 const int ilevel = GetILevel(enc->config_->filter_sharpness, level); local
86 const int limit = 2 * level + ilevel;
100 VP8HFilter16i(y_dst, BPS, limit, ilevel, hev_thresh);
101 VP8HFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
102 VP8VFilter16i(y_dst, BPS, limit, ilevel, hev_thresh);
103 VP8VFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
  /external/webp/src/enc/
filter.c 85 const int ilevel = GetILevel(enc->config_->filter_sharpness, level); local
86 const int limit = 2 * level + ilevel;
100 VP8HFilter16i(y_dst, BPS, limit, ilevel, hev_thresh);
101 VP8HFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
102 VP8VFilter16i(y_dst, BPS, limit, ilevel, hev_thresh);
103 VP8VFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
  /external/chromium_org/third_party/libwebp/dec/
frame.c 39 const int ilevel = f_info->f_ilevel_; local
64 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
65 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
68 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
69 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
72 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
73 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
76 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
77 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
123 int ilevel = level local
    [all...]
  /external/webp/src/dec/
frame.c 39 const int ilevel = f_info->f_ilevel_; local
64 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
65 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
68 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
69 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
72 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
73 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
76 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
77 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
123 int ilevel = level local
    [all...]
  /external/ppp/pppd/
tty.c 987 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
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 353 LLVMValueRef ilevel,
lp_bld_sample.c 799 LLVMValueRef ilevel,
807 ilevel_vec = lp_build_broadcast_scalar(&bld->int_size_bld, ilevel);
810 * Compute width, height, depth at mipmap level 'ilevel'
817 ilevel);
821 ilevel);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 353 LLVMValueRef ilevel,
lp_bld_sample.c 799 LLVMValueRef ilevel,
807 ilevel_vec = lp_build_broadcast_scalar(&bld->int_size_bld, ilevel);
810 * Compute width, height, depth at mipmap level 'ilevel'
817 ilevel);
821 ilevel);
    [all...]

Completed in 297 milliseconds