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...] |