Home
last modified time | relevance | path

Searched refs:step_x (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/shaders/
H A Dbillboard.fsh38 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));
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-magicmouse.c243 int step_x = msc->touches[id].scroll_x - x; in magicmouse_emit_touch() local
262 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()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/
H A DEffectBillboard.qml53 property real step_x: 0.0015625
54 property real step_y: targetHeight ? (step_x * targetWidth / targetHeight) : 0.0
/OK3568_Linux_fs/external/mpp/utils/
H A Dmpi_enc_utils.c923 RK_U32 step_x = MPP_ALIGN(mb_w_max, 8) / 8; in mpi_enc_gen_osd_data() local
925 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()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/anr/
H A Drk_aiq_anr_algo_mfnr.cpp984 …int step_x = (1 << (Y_CALIBRATION_BITS - Y_SIGMA_TABLE_BITS - ANR_MFNR_SIGMA_X_SHIFT_… in select_mfnr_params_by_ISO() local
1250 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()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amfnr/
H A Drk_aiq_amfnr_algo_mfnr_v1.cpp863 …int step_x = (1 << (Y_CALIBRATION_BITS - Y_SIGMA_TABLE_BITS - AMFNRV1_SIGMA_X_SHIFT_B… in select_mfnr_params_by_ISO_v1() local
1129 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()