/third_party/libinput/src/ |
H A D | filter-custom.c | 112 /* handle first event in a motion */ in custom_accel_function_calculate_speed() 203 struct custom_accel_function *motion; member 216 return f->funcs.motion ? f->funcs.motion : f->funcs.fallback; in custom_accelerator_get_custom_function() 267 custom_accel_function_destroy(f->funcs.motion); in custom_accelerator_destroy() 291 *motion = NULL, in custom_accelerator_set_accel_config() local 302 if (config->custom.motion) { in custom_accelerator_set_accel_config() 303 motion = create_custom_accel_function(config->custom.motion->step, in custom_accelerator_set_accel_config() 304 config->custom.motion in custom_accelerator_set_accel_config() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | svq1dec.c | 55 /* motion vector (prediction) */ 298 /* get motion code */ in svq1_decode_motion_vector() 307 /* add median of motion vector predictors and clip result */ in svq1_decode_motion_vector() 336 ptrdiff_t pitch, svq1_pmv *motion, int x, int y, in svq1_motion_inter_block() 345 /* predict and decode motion vector */ in svq1_motion_inter_block() 346 pmv[0] = &motion[0]; in svq1_motion_inter_block() 351 pmv[1] = &motion[x / 8 + 2]; in svq1_motion_inter_block() 352 pmv[2] = &motion[x / 8 + 4]; in svq1_motion_inter_block() 359 motion[0].x = in svq1_motion_inter_block() 360 motion[ in svq1_motion_inter_block() 334 svq1_motion_inter_block(HpelDSPContext *hdsp, GetBitContext *bitbuf, uint8_t *current, uint8_t *previous, ptrdiff_t pitch, svq1_pmv *motion, int x, int y, int width, int height) svq1_motion_inter_block() argument 377 svq1_motion_inter_4v_block(HpelDSPContext *hdsp, GetBitContext *bitbuf, uint8_t *current, uint8_t *previous, ptrdiff_t pitch, svq1_pmv *motion, int x, int y, int width, int height) svq1_motion_inter_4v_block() argument 454 svq1_decode_delta_block(AVCodecContext *avctx, HpelDSPContext *hdsp, GetBitContext *bitbuf, uint8_t *current, uint8_t *previous, ptrdiff_t pitch, svq1_pmv *motion, int x, int y, int width, int height) svq1_decode_delta_block() argument [all...] |
H A D | mobiclip.c | 271 MotionXY *motion; member 317 s->motion = av_calloc(avctx->width / 16 + 3, sizeof(MotionXY)); in mobiclip_init() 318 if (!s->motion) in mobiclip_init() 1082 MotionXY *motion = s->motion; in predict_motion() local 1089 MotionXY mv = s->motion[0]; in predict_motion() 1101 motion[offsetm].x = mv.x; in predict_motion() 1102 motion[offsetm].y = mv.y; in predict_motion() 1251 MotionXY *motion = s->motion; in mobiclip_decode() local [all...] |
H A D | roqvideoenc.c | 119 motion_vect motion; member 129 motion_vect motion; member 212 // just for motion estimation). 444 subcel->motion = enc->this_motion4[y * roq->width / 16 + x / 4]; in gather_data_for_subcel() 508 cel->motion = enc->this_motion8[index]; in gather_data_for_cel() 702 bytestream_put_byte(&spool.args, motion_arg(eval->motion)); in reconstruct_and_encode_image() 706 eval->motion.d[0], eval->motion.d[1]); in reconstruct_and_encode_image() 733 motion_arg(eval->subCels[j].motion)); in reconstruct_and_encode_image() 736 eval->subCels[j].motion in reconstruct_and_encode_image() [all...] |
/third_party/libinput/tools/ |
H A D | ptraccel-debug.c | 41 struct device_float_coords motion; in print_ptraccel_deltas() local 55 motion.x = i; in print_ptraccel_deltas() 56 motion.y = 0; in print_ptraccel_deltas() 59 accel = filter_dispatch(filter, &motion, NULL, time); in print_ptraccel_deltas() 71 struct device_float_coords motion; in print_ptraccel_movement() local 79 printf("# set ylabel \"delta motion\"\n"); in print_ptraccel_movement() 99 motion.x = dx; in print_ptraccel_movement() 100 motion.y = 0; in print_ptraccel_movement() 103 accel = filter_dispatch(filter, &motion, NULL, time); in print_ptraccel_movement() 117 struct device_float_coords motion; in print_ptraccel_sequence() local [all...] |
/third_party/libinput/test/ |
H A D | litest-device-uclogic-tablet.c | 41 static struct input_event motion[] = { variable 63 .tablet_motion_events = motion,
|
H A D | litest-device-wacom-isdv4-4200-pen.c | 44 static struct input_event motion[] = { variable 69 .tablet_motion_events = motion,
|
H A D | litest-device-wacom-isdv4-e6-pen.c | 44 static struct input_event motion[] = { variable 66 .tablet_motion_events = motion,
|
H A D | litest-device-huion-pentablet.c | 42 static struct input_event motion[] = { variable 64 .tablet_motion_events = motion,
|
H A D | litest-device-wacom-hid4800-pen.c | 48 static struct input_event motion[] = { variable 71 .tablet_motion_events = motion,
|
H A D | litest-device-wacom-isdv4-524c-pen.c | 55 static struct input_event motion[] = { variable 119 .tablet_motion_events = motion,
|
H A D | litest-device-aiptek-tablet.c | 45 static struct input_event motion[] = { variable 68 .tablet_motion_events = motion,
|
H A D | litest-device-wacom-cintiq-13hdt-pen.c | 56 static struct input_event motion[] = { variable 89 .tablet_motion_events = motion,
|
H A D | litest-device-wacom-cintiq-24hd-pen.c | 56 static struct input_event motion[] = { variable 89 .tablet_motion_events = motion,
|
H A D | litest-device-wacom-calibrated-tablet.c | 71 static struct input_event motion[] = { variable 98 .tablet_motion_events = motion,
|
H A D | litest-device-wacom-bamboo-2fg-pen.c | 48 static struct input_event motion[] = { variable 74 .tablet_motion_events = motion,
|
H A D | litest-device-wacom-bamboo-16fg-pen.c | 48 static struct input_event motion[] = { variable 74 .tablet_motion_events = motion,
|
H A D | litest-device-wacom-intuos5-pen.c | 56 static struct input_event motion[] = { variable 89 .tablet_motion_events = motion,
|
H A D | litest-device-wacom-cintiq-pro-16-pen.c | 60 static struct input_event motion[] = { variable 96 .tablet_motion_events = motion,
|
H A D | litest-device-wacom-cintiq-12wx-pen.c | 56 static struct input_event motion[] = { variable 89 .tablet_motion_events = motion,
|
H A D | test-misc.c | 160 int motion = 0, button = 0; in START_TEST() local 162 /* Queue at least two relative motion events as the first one may in START_TEST() 187 motion++; in START_TEST() 204 ck_assert_int_gt(motion, 0); in START_TEST() 214 int motion = 0, button = 0; in START_TEST() local 239 motion++; in START_TEST() 256 ck_assert_int_gt(motion, 0); in START_TEST()
|
H A D | litest-device-waltop-tablet.c | 50 static struct input_event motion[] = { variable 78 .tablet_motion_events = motion,
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_siti.c | 219 float motion; in calculate_motion() local 233 motion = 0; \ in calculate_motion() 238 motion = curr_data - vdst[prev_index]; \ in calculate_motion() 240 motion_matrix[j * s->width + i] = motion; \ in calculate_motion()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv84_video_vp.c | 260 int motion = macrob->macroblock_type & in nv84_decoder_vp_mpeg12_mb() local 267 info.unk4 = motion; in nv84_decoder_vp_mpeg12_mb() 275 if (motion) { in nv84_decoder_vp_mpeg12_mb()
|
/third_party/ffmpeg/tests/fate/ |
H A D | checkasm.mak | 26 fate-checkasm-motion \
|