Searched refs:step_x (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dunsharp_opencl.c90 static int compute_mask_matrix(cl_mem cl_mask_matrix, int step_x, int step_y) argument
94 size_t size_matrix = sizeof(uint32_t) * (2 * step_x + 1) * (2 * step_y + 1);
95 mask_x = av_mallocz_array(2 * step_x + 1, sizeof(uint32_t));
110 ret = compute_mask(step_x, mask_x);
117 for (i = 0; i < 2 * step_x + 1; i++) {
118 mask_matrix[i + j * (2 * step_x + 1)] = mask_y[j] * mask_x[i];
132 int i, ret = 0, step_x[2], step_y[2]; local
136 step_x[0] = unsharp->luma.steps_x;
137 step_x[1] = unsharp->chroma.steps_x;
142 if (step_x[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-magicmouse.c187 int step_x = msc->touches[id].scroll_x - x; local
206 step_x /= (64 - (int)scroll_speed) * msc->scroll_accel;
207 if (step_x != 0) {
208 msc->touches[id].scroll_x -= step_x *
211 input_report_rel(input, REL_HWHEEL, -step_x);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_ps.c502 int step_x = 1 << hsub; local
514 if (crop_left > (unsigned)INT_MAX / 4 / step_x ||
515 crop_right > (unsigned)INT_MAX / 4 / step_x ||
518 (crop_left + crop_right ) * step_x >= width ||
525 sps->crop_left = crop_left * step_x;
526 sps->crop_right = crop_right * step_x;

Completed in 112 milliseconds