Home | History | Annotate | Download | only in dec

Lines Matching refs:ilevel

136   const int ilevel = mb->f_ilevel_;
137 const int limit = 2 * level + ilevel;
161 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
162 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
165 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
166 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
169 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
170 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
173 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
174 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);