Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dj2kenc.c943 int step_x, step_y; in encode_packets() local
990 step_x = 30; in encode_packets()
997 step_x = FFMIN(step_x, rlevel->log2_prec_width + reducedresno); in encode_packets()
1002 step_x = 1<<step_x; in encode_packets()
1005 for (x = tile_coord[0][0]; x < tile_coord[0][1]; x = (x/step_x + 1)*step_x) { in encode_packets()
1048 step_x = 32; in encode_packets()
1056 step_x = FFMIN(step_x, rlevel->log2_prec_width + reducedresno); in encode_packets()
1060 if (step_x >= 31 || step_y >= 31){ in encode_packets()
1064 step_x = 1<<step_x; in encode_packets()
1068 for (x = tile_coord[0][0]; x < tile_coord[0][1]; x = (x/step_x + 1)*step_x) { in encode_packets()
[all …]
Djpeg2000dec.c1318 int step_x, step_y; in jpeg2000_decode_packets_po_iteration() local
1379 step_x = 32; in jpeg2000_decode_packets_po_iteration()
1388 step_x = FFMIN(step_x, rlevel->log2_prec_width + reducedresno); in jpeg2000_decode_packets_po_iteration()
1391 if (step_x >= 31 || step_y >= 31){ in jpeg2000_decode_packets_po_iteration()
1395 step_x = 1<<step_x; in jpeg2000_decode_packets_po_iteration()
1399 for (x = tile->coord[0][0]; x < tile->coord[0][1]; x = (x/step_x + 1)*step_x) { in jpeg2000_decode_packets_po_iteration()
1445 step_x = 30; in jpeg2000_decode_packets_po_iteration()
1454 step_x = FFMIN(step_x, rlevel->log2_prec_width + reducedresno); in jpeg2000_decode_packets_po_iteration()
1458 step_x = 1<<step_x; in jpeg2000_decode_packets_po_iteration()
1462 for (x = tile->coord[0][0]; x < tile->coord[0][1]; x = (x/step_x + 1)*step_x) { in jpeg2000_decode_packets_po_iteration()
[all …]
Dh264_ps.c545 int step_x = 1 << hsub; in ff_h264_decode_seq_parameter_set() local
548 if (crop_left > (unsigned)INT_MAX / 4 / step_x || in ff_h264_decode_seq_parameter_set()
549 crop_right > (unsigned)INT_MAX / 4 / step_x || in ff_h264_decode_seq_parameter_set()
552 (crop_left + crop_right ) * step_x >= width || in ff_h264_decode_seq_parameter_set()
559 sps->crop_left = crop_left * step_x; in ff_h264_decode_seq_parameter_set()
560 sps->crop_right = crop_right * step_x; in ff_h264_decode_seq_parameter_set()
/third_party/node/test/fixtures/wpt/dom/events/scrolling/
Dscroll_support.js84 let step_x = (move.x - x) / substeps;
87 x += step_x;
/third_party/libinput/test/
Dlitest.c2581 double step_x = dx / steps * i; in litest_touch_move_three_touches() local
2585 litest_touch_move(d, 0, x0 + step_x, y0 + step_y); in litest_touch_move_three_touches()
2586 litest_touch_move(d, 1, x1 + step_x, y1 + step_y); in litest_touch_move_three_touches()
2587 litest_touch_move(d, 2, x2 + step_x, y2 + step_y); in litest_touch_move_three_touches()