Searched refs:line_step (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_fieldorder.c156 int h, plane, line_step, line_size, line; local
166 line_step = inpicref->linesize[plane];
178 memcpy(cpy_dst, cpy_src + line_step, line_size);
180 memcpy(cpy_dst, cpy_src - line_step - line_step, line_size);
182 cpy_src += line_step;
183 cpy_dst += line_step;
191 cpy_src += (h - 1) * line_step;
192 cpy_dst += (h - 1) * line_step;
195 memcpy(cpy_dst, cpy_src - line_step, line_siz
[all...]
H A Dvsrc_color.c39 int line_step[4]; member in struct:__anon2101
82 color->line_step[i] = 0;
124 ff_fill_line_with_color(color->line, color->line_step, color->w, color->color,
148 color->line, color->line_step, color->hsub, color->vsub,
H A Dvf_pad.c103 int line_step[4]; member in struct:__anon2088
135 pad->line_step[i] = 0;
217 ff_fill_line_with_color(pad->line, pad->line_step, pad->w, pad->color,
269 picref->data[plane] += (pad->x >> hsub) * pad->line_step[plane] +
281 + (x >> hsub) * pad ->line_step[plane]
284 if(x_in_buf < 0 || x_in_buf % pad->line_step[plane])
286 x_in_buf /= pad->line_step[plane];
315 outpicref->data[plane] -= (pad->x >> hsub) * pad ->line_step[plane]
369 pad->line, pad->line_step, pad->hsub, pad->vsub,
391 ff_draw_rectangle(outpic->data, outpic->linesize, pad->line, pad->line_step,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dspinbutt.cpp57 float line_step = win->m_adjust->step_increment; variable
59 if (fabs(diff-line_step) < sensitivity) command = wxEVT_SCROLL_LINEUP;
60 else if (fabs(diff+line_step) < sensitivity) command = wxEVT_SCROLL_LINEDOWN;

Completed in 63 milliseconds