Searched refs:step_x (Results 1 – 6 of 6) sorted by relevance
38 uniform float step_x;48 float offx = floor(uv.x / (grid * step_x));50 vec3 res = texture2D(source, vec2(offx * grid * step_x , offy * grid * step_y)).rgb;51 vec2 prc = fract(uv / vec2(grid * step_x, grid * step_y));
243 int step_x = msc->touches[id].scroll_x - x; in magicmouse_emit_touch() local262 step_x /= (64 - (int)scroll_speed) * msc->scroll_accel; in magicmouse_emit_touch()263 if (step_x != 0) { in magicmouse_emit_touch()264 msc->touches[id].scroll_x -= step_x * in magicmouse_emit_touch()267 input_report_rel(input, REL_HWHEEL, -step_x); in magicmouse_emit_touch()
53 property real step_x: 0.001562554 property real step_y: targetHeight ? (step_x * targetWidth / targetHeight) : 0.0
923 RK_U32 step_x = MPP_ALIGN(mb_w_max, 8) / 8; in mpi_enc_gen_osd_data() local925 RK_U32 mb_x = (frame_cnt * step_x) % mb_w_max; in mpi_enc_gen_osd_data()927 RK_U32 mb_w = step_x; in mpi_enc_gen_osd_data()953 mb_x += step_x; in mpi_enc_gen_osd_data()
984 …int step_x = (1 << (Y_CALIBRATION_BITS - Y_SIGMA_TABLE_BITS - ANR_MFNR_SIGMA_X_SHIFT_… in select_mfnr_params_by_ISO() local1250 for (i = 0; i < range; i += step_x) in select_mfnr_params_by_ISO()1251 stmfnrParamsSelected->noise_sigma[i / step_x] = noise_sigma_tmp[i] ; in select_mfnr_params_by_ISO()1258 …mfnrParamsSelected->fix_x_pos[i] = fix_x_pos[i] / step_x; in select_mfnr_params_by_ISO()
863 …int step_x = (1 << (Y_CALIBRATION_BITS - Y_SIGMA_TABLE_BITS - AMFNRV1_SIGMA_X_SHIFT_B… in select_mfnr_params_by_ISO_v1() local1129 for (i = 0; i < range; i += step_x) in select_mfnr_params_by_ISO_v1()1130 stmfnrParamsSelected->noise_sigma[i / step_x] = noise_sigma_tmp[i]; in select_mfnr_params_by_ISO_v1()1137 …mfnrParamsSelected->fix_x_pos[i] = fix_x_pos[i] / step_x; in select_mfnr_params_by_ISO_v1()