Home
last modified time | relevance | path

Searched refs:y_cm (Results 1 – 25 of 37) sorted by relevance

12

/dports/science/gramps/gramps-5.1.4/gramps/plugins/lib/
H A Dlibtreebase.py179 self.boxes.sort( key=lambda box: box.y_cm)
212 tmp = box.y_cm + box.height
401 page_y_top.append(box.y_cm - liloffset)
583 self.y_cm = 0.0
593 self.y_cm *= scale_amount
610 ybegin = self.y_cm - self.page.page_y_offset
689 self.width/2, self.y_cm, mark)
743 self.x_cm, self.y_cm)
798 self.y_cm = canvas.title.height + liloffset*2
821 self.x_cm, self.y_cm,
[all …]
/dports/math/gri/gri-2.12.23/src/
H A Dgr.cc1185 gr_onypage_cm(double y_cm) in gr_onypage_cm() argument
1187 return ((y_cm >= 0.0 && y_cm <= _grPageHeight_cm) ? true : false); in gr_onypage_cm()
1696 gr_setypagesize_cm(double y_cm) in gr_setypagesize_cm() argument
1698 if (y_cm <= 0.0) { in gr_setypagesize_cm()
1702 default_value, y_cm); in gr_setypagesize_cm()
1706 _grPageHeight_cm = y_cm; in gr_setypagesize_cm()
1794 gr_usertopt(x, y, x_cm, y_cm); in gr_usertocm()
1796 *y_cm /= PT_PER_CM; in gr_usertocm()
1801 double x_cm, y_cm; in gr_usertocm_x() local
1808 double x_cm, y_cm; in gr_usertocm_y() local
[all …]
H A Dgr.hh202 void gr_cmtouser(double x_cm, double y_cm, double *x, double *y);
269 void gr_moveto_cm(double x_cm, double y_cm);
272 bool gr_onypage_cm(double y_cm);
274 void gr_record_handle(double x_cm, double y_cm);
317 void gr_setypagesize_cm(double y_cm);
330 void gr_usertocm(double x, double y, double *x_cm, double *y_cm);
H A Ddraw.cc603 if (!getdnum(_word[7], &y_cm)) in draw_circleCmd()
935 double x_cm, y_cm; in draw_arrow_from_toCmd() local
947 y0 = y_cm; in draw_arrow_from_toCmd()
950 y1 = y_cm; in draw_arrow_from_toCmd()
1234 double x_cm, y_cm; in draw_axes() local
1240 if (y_cm > _top_of_plot) in draw_axes()
1241 _top_of_plot = y_cm; in draw_axes()
1257 double x_cm, y_cm; in draw_axes() local
1259 if (y_cm > _top_of_plot) in draw_axes()
1260 _top_of_plot = y_cm; in draw_axes()
[all …]
H A Dgraxes.cc223 double xl_cm, y_cm; in gr_drawxaxis() local
236 gr_usertocm(xl, y, &xl_cm, &y_cm); in gr_drawxaxis()
237 axis_path.push_back(xl_cm, y_cm, 'm'); in gr_drawxaxis()
778 double x_cm, xx_cm, y_cm, yy_cm; in gr_drawyaxis() local
779 gr_usertocm(x, sqrt(yb * yt), &x_cm, &y_cm); in gr_drawyaxis()
781 … angle = fabs(DEG_PER_RAD * atan2(yy_cm - y_cm, xx_cm - x_cm)); // abs() ensures from bottom to top in gr_drawyaxis()
783 double x_cm, xx_cm, y_cm, yy_cm; in gr_drawyaxis() local
784 gr_usertocm(x, 0.5 * (yb + yt), &x_cm, &y_cm); in gr_drawyaxis()
786 angle = DEG_PER_RAD * atan2(yy_cm - y_cm, xx_cm - x_cm); in gr_drawyaxis()
/dports/science/gramps/gramps-5.1.4/gramps/gen/utils/
H A Dimage.py179 def image_actual_size(x_cm, y_cm, x, y): argument
195 ratio = float(x_cm)*float(y)/(float(y_cm)*float(x))
199 act_height = y_cm*ratio
201 act_height = y_cm
/dports/science/gramps/gramps-5.1.4/gramps/plugins/drawreport/
H A Ddescendtree.py423 box.y_cm = last_box.y_cm
424 box.y_cm += last_box.height
429 box.y_cm += self.canvas.report_opts.box_pgap
1006 box.y_cm += amount
1017 col[0].y_cm += amount
1086 left_up = left_group[0].y_cm
1087 right_up = right_group[0].y_cm
1104 right_center = right_group[0].y_cm
1155 last_child_cm = right_group[-1].y_cm
1169 left_group[1].y_cm += move_amt/2
[all …]
/dports/audio/mumble/mumble-1.3.3/3rdparty/celt-0.11.0-src/libcelt/
H A Dbands.c1197 unsigned y_cm; in quant_all_bands() local
1243 x_cm = y_cm = 0; in quant_all_bands()
1246 y_cm |= collapse_masks[fold_i*C+C-1]; in quant_all_bands()
1252 x_cm = y_cm = (1<<B)-1; in quant_all_bands()
1268 y_cm = quant_band(encode, m, i, Y, NULL, N, b/2, spread, B, intensity, tf_change, in quant_all_bands()
1270 norm2+M*eBands[i], bandE, 0, seed, Q15ONE, lowband_scratch, y_cm); in quant_all_bands()
1274 norm+M*eBands[i], bandE, 0, seed, Q15ONE, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1275 y_cm = x_cm; in quant_all_bands()
1278 collapse_masks[i*C+C-1] = (unsigned char)y_cm; in quant_all_bands()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/opus-1.0.3/celt/
H A Dbands.c1247 unsigned y_cm; in quant_all_bands() local
1293 x_cm = y_cm = 0; in quant_all_bands()
1296 y_cm |= collapse_masks[fold_i*C+C-1]; in quant_all_bands()
1302 x_cm = y_cm = (1<<B)-1; in quant_all_bands()
1319 y_cm = quant_band(encode, m, i, Y, NULL, N, b/2, spread, B, intensity, tf_change, in quant_all_bands()
1321 norm2+M*eBands[i], bandE, 0, seed, Q15ONE, lowband_scratch, y_cm); in quant_all_bands()
1325 norm+M*eBands[i], bandE, 0, seed, Q15ONE, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1326 y_cm = x_cm; in quant_all_bands()
1329 collapse_masks[i*C+C-1] = (unsigned char)y_cm; in quant_all_bands()
/dports/games/iortcw/iortcw-1.51c/MP/code/opus-1.2.1/celt/
H A Dbands.c1483 unsigned y_cm; in quant_all_bands() local
1549 x_cm = y_cm = 0; in quant_all_bands()
1552 y_cm |= collapse_masks[fold_i*C+C-1]; in quant_all_bands()
1558 x_cm = y_cm = (1<<B)-1; in quant_all_bands()
1575 y_cm = quant_band(&ctx, Y, N, b/2, B, in quant_all_bands()
1577 last?NULL:norm2+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, y_cm); in quant_all_bands()
1593 cm = x_cm|y_cm; in quant_all_bands()
1646 last?NULL:norm+M*eBands[i]-norm_offset, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1651 last?NULL:norm+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1653 y_cm = x_cm; in quant_all_bands()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/opus-1.2.1/celt/
H A Dbands.c1483 unsigned y_cm; in quant_all_bands() local
1549 x_cm = y_cm = 0; in quant_all_bands()
1552 y_cm |= collapse_masks[fold_i*C+C-1]; in quant_all_bands()
1558 x_cm = y_cm = (1<<B)-1; in quant_all_bands()
1575 y_cm = quant_band(&ctx, Y, N, b/2, B, in quant_all_bands()
1577 last?NULL:norm2+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, y_cm); in quant_all_bands()
1593 cm = x_cm|y_cm; in quant_all_bands()
1646 last?NULL:norm+M*eBands[i]-norm_offset, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1651 last?NULL:norm+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1653 y_cm = x_cm; in quant_all_bands()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libopus/celt/
H A Dbands.c1483 unsigned y_cm; in quant_all_bands() local
1549 x_cm = y_cm = 0; in quant_all_bands()
1552 y_cm |= collapse_masks[fold_i*C+C-1]; in quant_all_bands()
1558 x_cm = y_cm = (1<<B)-1; in quant_all_bands()
1575 y_cm = quant_band(&ctx, Y, N, b/2, B, in quant_all_bands()
1577 last?NULL:norm2+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, y_cm); in quant_all_bands()
1593 cm = x_cm|y_cm; in quant_all_bands()
1646 last?NULL:norm+M*eBands[i]-norm_offset, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1651 last?NULL:norm+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1653 y_cm = x_cm; in quant_all_bands()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/opus/celt/
H A Dbands.c1421 unsigned y_cm; in quant_all_bands() local
1476 x_cm = y_cm = 0; in quant_all_bands()
1479 y_cm |= collapse_masks[fold_i*C+C-1]; in quant_all_bands()
1485 x_cm = y_cm = (1<<B)-1; in quant_all_bands()
1502 y_cm = quant_band(&ctx, Y, N, b/2, B, in quant_all_bands()
1504 last?NULL:norm2+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, y_cm); in quant_all_bands()
1510 last?NULL:norm+M*eBands[i]-norm_offset, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1514 last?NULL:norm+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1516 y_cm = x_cm; in quant_all_bands()
1519 collapse_masks[i*C+C-1] = (unsigned char)y_cm; in quant_all_bands()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/opus/celt/
H A Dbands.c1421 unsigned y_cm; in quant_all_bands() local
1476 x_cm = y_cm = 0; in quant_all_bands()
1479 y_cm |= collapse_masks[fold_i*C+C-1]; in quant_all_bands()
1485 x_cm = y_cm = (1<<B)-1; in quant_all_bands()
1502 y_cm = quant_band(&ctx, Y, N, b/2, B, in quant_all_bands()
1504 last?NULL:norm2+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, y_cm); in quant_all_bands()
1510 last?NULL:norm+M*eBands[i]-norm_offset, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1514 last?NULL:norm+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1516 y_cm = x_cm; in quant_all_bands()
1519 collapse_masks[i*C+C-1] = (unsigned char)y_cm; in quant_all_bands()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/opus/celt/
H A Dbands.c1421 unsigned y_cm; in quant_all_bands() local
1476 x_cm = y_cm = 0; in quant_all_bands()
1479 y_cm |= collapse_masks[fold_i*C+C-1]; in quant_all_bands()
1485 x_cm = y_cm = (1<<B)-1; in quant_all_bands()
1502 y_cm = quant_band(&ctx, Y, N, b/2, B, in quant_all_bands()
1504 last?NULL:norm2+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, y_cm); in quant_all_bands()
1510 last?NULL:norm+M*eBands[i]-norm_offset, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1514 last?NULL:norm+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1516 y_cm = x_cm; in quant_all_bands()
1519 collapse_masks[i*C+C-1] = (unsigned char)y_cm; in quant_all_bands()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/opus/celt/
H A Dbands.c1421 unsigned y_cm; in quant_all_bands() local
1476 x_cm = y_cm = 0; in quant_all_bands()
1479 y_cm |= collapse_masks[fold_i*C+C-1]; in quant_all_bands()
1485 x_cm = y_cm = (1<<B)-1; in quant_all_bands()
1502 y_cm = quant_band(&ctx, Y, N, b/2, B, in quant_all_bands()
1504 last?NULL:norm2+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, y_cm); in quant_all_bands()
1510 last?NULL:norm+M*eBands[i]-norm_offset, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1514 last?NULL:norm+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1516 y_cm = x_cm; in quant_all_bands()
1519 collapse_masks[i*C+C-1] = (unsigned char)y_cm; in quant_all_bands()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libopus/celt/
H A Dbands.c1421 unsigned y_cm; in quant_all_bands() local
1476 x_cm = y_cm = 0; in quant_all_bands()
1479 y_cm |= collapse_masks[fold_i*C+C-1]; in quant_all_bands()
1485 x_cm = y_cm = (1<<B)-1; in quant_all_bands()
1502 y_cm = quant_band(&ctx, Y, N, b/2, B, in quant_all_bands()
1504 last?NULL:norm2+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, y_cm); in quant_all_bands()
1510 last?NULL:norm+M*eBands[i]-norm_offset, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1514 last?NULL:norm+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1516 y_cm = x_cm; in quant_all_bands()
1519 collapse_masks[i*C+C-1] = (unsigned char)y_cm; in quant_all_bands()
/dports/www/firefox-esr/firefox-91.8.0/media/libopus/celt/
H A Dbands.c1483 unsigned y_cm; in quant_all_bands() local
1550 x_cm = y_cm = 0; in quant_all_bands()
1553 y_cm |= collapse_masks[fold_i*C+C-1]; in quant_all_bands()
1559 x_cm = y_cm = (1<<B)-1; in quant_all_bands()
1576 y_cm = quant_band(&ctx, Y, N, b/2, B, in quant_all_bands()
1578 last?NULL:norm2+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, y_cm); in quant_all_bands()
1594 cm = x_cm|y_cm; in quant_all_bands()
1649 last?NULL:norm+M*eBands[i]-norm_offset, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1654 last?NULL:norm+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1656 y_cm = x_cm; in quant_all_bands()
[all …]
/dports/audio/jamulus/jamulus-r3_8_1/libs/opus/celt/
H A Dbands.c1483 unsigned y_cm; in quant_all_bands() local
1550 x_cm = y_cm = 0; in quant_all_bands()
1553 y_cm |= collapse_masks[fold_i*C+C-1]; in quant_all_bands()
1559 x_cm = y_cm = (1<<B)-1; in quant_all_bands()
1576 y_cm = quant_band(&ctx, Y, N, b/2, B, in quant_all_bands()
1578 last?NULL:norm2+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, y_cm); in quant_all_bands()
1594 cm = x_cm|y_cm; in quant_all_bands()
1649 last?NULL:norm+M*eBands[i]-norm_offset, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1654 last?NULL:norm+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1656 y_cm = x_cm; in quant_all_bands()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/opus/src/celt/
H A Dbands.c1483 unsigned y_cm; in quant_all_bands() local
1550 x_cm = y_cm = 0; in quant_all_bands()
1553 y_cm |= collapse_masks[fold_i*C+C-1]; in quant_all_bands()
1559 x_cm = y_cm = (1<<B)-1; in quant_all_bands()
1576 y_cm = quant_band(&ctx, Y, N, b/2, B, in quant_all_bands()
1578 last?NULL:norm2+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, y_cm); in quant_all_bands()
1594 cm = x_cm|y_cm; in quant_all_bands()
1649 last?NULL:norm+M*eBands[i]-norm_offset, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1654 last?NULL:norm+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1656 y_cm = x_cm; in quant_all_bands()
[all …]
/dports/www/firefox/firefox-99.0/media/libopus/celt/
H A Dbands.c1483 unsigned y_cm; in quant_all_bands() local
1550 x_cm = y_cm = 0; in quant_all_bands()
1553 y_cm |= collapse_masks[fold_i*C+C-1]; in quant_all_bands()
1559 x_cm = y_cm = (1<<B)-1; in quant_all_bands()
1576 y_cm = quant_band(&ctx, Y, N, b/2, B, in quant_all_bands()
1578 last?NULL:norm2+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, y_cm); in quant_all_bands()
1594 cm = x_cm|y_cm; in quant_all_bands()
1649 last?NULL:norm+M*eBands[i]-norm_offset, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1654 last?NULL:norm+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1656 y_cm = x_cm; in quant_all_bands()
[all …]
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/libopus/celt/
H A Dbands.c1483 unsigned y_cm; in quant_all_bands() local
1550 x_cm = y_cm = 0; in quant_all_bands()
1553 y_cm |= collapse_masks[fold_i*C+C-1]; in quant_all_bands()
1559 x_cm = y_cm = (1<<B)-1; in quant_all_bands()
1576 y_cm = quant_band(&ctx, Y, N, b/2, B, in quant_all_bands()
1578 last?NULL:norm2+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, y_cm); in quant_all_bands()
1594 cm = x_cm|y_cm; in quant_all_bands()
1649 last?NULL:norm+M*eBands[i]-norm_offset, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1654 last?NULL:norm+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1656 y_cm = x_cm; in quant_all_bands()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/opus/src/celt/
H A Dbands.c1483 unsigned y_cm; in quant_all_bands() local
1550 x_cm = y_cm = 0; in quant_all_bands()
1553 y_cm |= collapse_masks[fold_i*C+C-1]; in quant_all_bands()
1559 x_cm = y_cm = (1<<B)-1; in quant_all_bands()
1576 y_cm = quant_band(&ctx, Y, N, b/2, B, in quant_all_bands()
1578 last?NULL:norm2+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, y_cm); in quant_all_bands()
1594 cm = x_cm|y_cm; in quant_all_bands()
1649 last?NULL:norm+M*eBands[i]-norm_offset, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1654 last?NULL:norm+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1656 y_cm = x_cm; in quant_all_bands()
[all …]
/dports/audio/opus/opus-1.3.1/celt/
H A Dbands.c1483 unsigned y_cm;
1550 x_cm = y_cm = 0;
1553 y_cm |= collapse_masks[fold_i*C+C-1];
1559 x_cm = y_cm = (1<<B)-1;
1576 y_cm = quant_band(&ctx, Y, N, b/2, B,
1578 last?NULL:norm2+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, y_cm);
1594 cm = x_cm|y_cm;
1649 last?NULL:norm+M*eBands[i]-norm_offset, lowband_scratch, x_cm|y_cm);
1654 last?NULL:norm+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, x_cm|y_cm);
1656 y_cm = x_cm;
[all …]
/dports/audio/praat/praat-6.2.03/external/opusfile/opus/celt/
H A Dbands.c1483 unsigned y_cm; in quant_all_bands() local
1550 x_cm = y_cm = 0; in quant_all_bands()
1553 y_cm |= collapse_masks[fold_i*C+C-1]; in quant_all_bands()
1559 x_cm = y_cm = (1<<B)-1; in quant_all_bands()
1576 y_cm = quant_band(&ctx, Y, N, b/2, B, in quant_all_bands()
1578 last?NULL:norm2+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, y_cm); in quant_all_bands()
1594 cm = x_cm|y_cm; in quant_all_bands()
1649 last?NULL:norm+M*eBands[i]-norm_offset, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1654 last?NULL:norm+M*eBands[i]-norm_offset, Q15ONE, lowband_scratch, x_cm|y_cm); in quant_all_bands()
1656 y_cm = x_cm; in quant_all_bands()
[all …]

12