Home
last modified time | relevance | path

Searched refs:scaleh (Results 1 – 25 of 101) sorted by relevance

12345

/dports/graphics/ephoto/ephoto-1.5/src/bin/
H A Dephoto_scale.c11 Evas_Object *scaleh; member
42 elm_spinner_value_set(es->scaleh, nh); in _scale_height_changed()
76 elm_spinner_value_set(es->scaleh, nh); in _scale_width_changed()
88 elm_spinner_value_set(es->scaleh, es->h); in _es_reset()
117 h = round(elm_spinner_value_get(es->scaleh)); in _es_apply()
229 es->scaleh = elm_spinner_add(es->editor); in ephoto_scale_add()
232 elm_spinner_step_set(es->scaleh, 1); in ephoto_scale_add()
233 elm_spinner_wrap_set(es->scaleh, EINA_FALSE); in ephoto_scale_add()
235 elm_spinner_value_set(es->scaleh, es->h); in ephoto_scale_add()
240 elm_box_pack_start(es->editor, es->scaleh); in ephoto_scale_add()
[all …]
H A Dephoto_cropper.c31 double scalew, scaleh; in _calculate_cropper_size() local
40 scaleh = (double) ch / (double) h; in _calculate_cropper_size()
43 nh = ih * scaleh; in _calculate_cropper_size()
115 double scaleh; in _cropper_changed_height() local
125 scaleh = (double) mh / (double) ih; in _cropper_changed_height()
126 nh = lh * scaleh; in _cropper_changed_height()
184 double scalex, scaley, scalew, scaleh; in _apply_crop() local
198 scaleh = (double) ch / (double) h; in _apply_crop()
203 nh = ih * scaleh; in _apply_crop()
/dports/graphics/jpeg-turbo/libjpeg-turbo-2.1.1/simd/mips64/
H A Djquanti-mmi.c38 __m64 corrl, corrh, recipl, reciph, scalel, scaleh; \
72 scaleh = _mm_load_si64((__m64 *)&divisors[DCTSIZE2 * 2 + 4]); \
75 rowh = _mm_mulhi_pi16(rowh, scaleh); \
79 scaleh = _mm_srai_pi16(scaleh, (WORD_BIT - 1)); \
83 scaleh = _mm_and_si64(scaleh, rowhsave); \
85 rowh = _mm_add_pi16(rowh, scaleh); \
93 rowhsave = _mm_and_si64(rowhsave, scaleh); \
/dports/graphics/libjpeg-turbo/libjpeg-turbo-2.1.1/simd/mips64/
H A Djquanti-mmi.c38 __m64 corrl, corrh, recipl, reciph, scalel, scaleh; \
72 scaleh = _mm_load_si64((__m64 *)&divisors[DCTSIZE2 * 2 + 4]); \
75 rowh = _mm_mulhi_pi16(rowh, scaleh); \
79 scaleh = _mm_srai_pi16(scaleh, (WORD_BIT - 1)); \
83 scaleh = _mm_and_si64(scaleh, rowhsave); \
85 rowh = _mm_add_pi16(rowh, scaleh); \
93 rowhsave = _mm_and_si64(rowhsave, scaleh); \
/dports/www/firefox/firefox-99.0/media/libjpeg/simd/mips64/
H A Djquanti-mmi.c38 __m64 corrl, corrh, recipl, reciph, scalel, scaleh; \
72 scaleh = _mm_load_si64((__m64 *)&divisors[DCTSIZE2 * 2 + 4]); \
75 rowh = _mm_mulhi_pi16(rowh, scaleh); \
79 scaleh = _mm_srai_pi16(scaleh, (WORD_BIT - 1)); \
83 scaleh = _mm_and_si64(scaleh, rowhsave); \
85 rowh = _mm_add_pi16(rowh, scaleh); \
93 rowhsave = _mm_and_si64(rowhsave, scaleh); \
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/mozjpeg-sys-1.0.1/vendor/simd/mips64/
H A Djquanti-mmi.c38 __m64 corrl, corrh, recipl, reciph, scalel, scaleh; \
72 scaleh = _mm_load_si64((__m64 *)&divisors[DCTSIZE2 * 2 + 4]); \
75 rowh = _mm_mulhi_pi16(rowh, scaleh); \
79 scaleh = _mm_srai_pi16(scaleh, (WORD_BIT - 1)); \
83 scaleh = _mm_and_si64(scaleh, rowhsave); \
85 rowh = _mm_add_pi16(rowh, scaleh); \
93 rowhsave = _mm_and_si64(rowhsave, scaleh); \
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_down3dright.c37 int scaleh; member
87 if (p->scaleh == 1) { in toright()
106 ((vf->priv->scaleh == 1) ? MP_IMGFLAG_READABLE : 0), in put_image()
108 mpi->h / vf->priv->scaleh - vf->priv->skipline); in put_image()
122 … height / vf->priv->scaleh - vf->priv->skipline, d_width, d_height, flags, IMGFMT_YV12); in config()
153 vf->priv->scaleh = 2; in vf_open()
154 … if (args) sscanf(args, "%d:%d:%d", &vf->priv->skipline, &vf->priv->scalew, &vf->priv->scaleh); in vf_open()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_down3dright.c37 int scaleh; member
87 if (p->scaleh == 1) { in toright()
106 ((vf->priv->scaleh == 1) ? MP_IMGFLAG_READABLE : 0), in put_image()
108 mpi->h / vf->priv->scaleh - vf->priv->skipline); in put_image()
122 … height / vf->priv->scaleh - vf->priv->skipline, d_width, d_height, flags, IMGFMT_YV12); in config()
153 vf->priv->scaleh = 2; in vf_open()
154 … if (args) sscanf(args, "%d:%d:%d", &vf->priv->skipline, &vf->priv->scalew, &vf->priv->scaleh); in vf_open()
/dports/games/phlipple/phlipple-0.8.5/src/
H A Dtextrenderer.c105 float scaleh = ints[3]; in text_renderer_create() local
107 float lh = (float) ints[0] / scaleh; in text_renderer_create()
128 float x = (float) ints[1] / scaleh; in text_renderer_create()
129 float y = (float) ints[2] / scaleh; in text_renderer_create()
130 float w = (float) ints[3] / scaleh; in text_renderer_create()
131 float h = (float) ints[4] / scaleh; in text_renderer_create()
132 float xo = (float) ints[5] / scaleh; in text_renderer_create()
133 float yo = (float) ints[6] / scaleh; in text_renderer_create()
134 float xa = (float) ints[7] / scaleh; in text_renderer_create()
/dports/emulators/atari800/atari800-3.1.0/src/javanvm/
H A Datari800.java44 int scaleh; field in AtariCanvas
57 g.drawImage(image,0,0,width*scalew,height*scaleh,null); in update()
208 …private void initGraphics(int scalew, int scaleh, int atari_width, int atari_height, int atari_vis… in initGraphics() argument
228 canvas.setSize(new Dimension(canvas.width*scalew,canvas.height*scaleh)); in initGraphics()
230 canvas.scaleh = scaleh; in initGraphics()
240 …frame.setSize(new Dimension(canvas.width*scalew+insets.left+insets.right, canvas.height*scaleh+ins… in initGraphics()
380 int scaleh = 2; in main2()
388 scaleh = rt.memRead(b+4*1); in main2()
396 initGraphics(scaleh,scalew,atari_width,atari_height,atari_visible_width,atari_left_margin); in main2()
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Drecogbasic.c234 l_int32 scaleh, in recogCreateFromRecog() argument
281 l_int32 scaleh, in recogCreateFromPixa() argument
293 recog = recogCreateFromPixaNoFinish(pixa, scalew, scaleh, linew, in recogCreateFromPixa()
327 l_int32 scaleh, in recogCreateFromPixaNoFinish() argument
407 l_int32 scaleh, in recogCreate() argument
416 if (scalew < 0 || scaleh < 0) in recogCreate()
440 recog->scaleh = scaleh; in recogCreate()
868 l_int32 version, setsize, threshold, scalew, scaleh, linew; in recogReadStream() local
892 if (fscanf(fp, "Scale to height = %d\n", &scaleh) != 1) in recogReadStream()
896 if ((recog = recogCreate(scalew, scaleh, linew, threshold, in recogReadStream()
[all …]
H A Drecogtrain.c433 (recog->scaleh == 0 || recog->scaleh == h)) { /* no scaling */ in recogModifyTemplate()
436 pix1 = pixScaleToSize(pixs, recog->scalew, recog->scaleh); in recogModifyTemplate()
1495 l_int32 i, n, same, maxd, scaleh, linew; in recogTrainFromBoot() local
1524 scaleh = recogboot->scaleh; in recogTrainFromBoot()
1529 pix2 = pixScaleToSize(pix1, 0, scaleh); in recogTrainFromBoot()
1593 l_int32 scaleh, in recogPadDigitTrainingSet() argument
1616 if (scaleh <= 0) { in recogPadDigitTrainingSet()
1619 scaleh = 40; in recogPadDigitTrainingSet()
1876 recogMakeBootDigitRecog(l_int32 scaleh, in recogMakeBootDigitRecog() argument
1991 if (recog->scaleh == 0) in recogShowContent()
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/cuda/execution/
H A DInterpExecution.cu9 …const float scaleh, const float scalew, const float offseth, const float offsetw, const T* in, T* … in INTERP() argument
16 int iy = min(max(0, (int)floor((float)y*scaleh+offseth)), ih-1); in INTERP()
23 …const float scaleh, const float scalew, const float offseth, const float offsetw, const T* in, T* … in INTERP_BILINEAR() argument
32 float fy = y*scaleh+offseth; in INTERP_BILINEAR()
/dports/net-im/sayaka/sayaka-3.5.1/src/
H A DImageLoaderJPEG.cpp117 int scaleh = origsize.h / reqsize.h; in Load() local
119 if (scalew < scaleh) { in Load()
122 scale = scaleh; in Load()
131 origsize.w, origsize.h, scalew, scaleh, scale); in Load()
/dports/misc/mnn/MNN-1.2.0/source/backend/tensorrt/execution/plugin/
H A DInterpPlugin.cu22 …const float scaleh, const float scalew, const float offseth, const float offsetw, const T* in, T* … in INTERP_BILINEAR() argument
31 float fy = y*scaleh+offseth; in INTERP_BILINEAR()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_v360.c997 vf /= scaleh; in cube_to_xyz()
1376 vf *= scaleh; in xyz_to_cube3x2()
1412 vf /= scaleh; in xyz_to_cube3x2()
1417 vf *= scaleh; in xyz_to_cube3x2()
1532 vf *= scaleh; in xyz_to_cube1x6()
1562 vf /= scaleh; in xyz_to_cube1x6()
1567 vf *= scaleh; in xyz_to_cube1x6()
1612 vf *= scaleh; in xyz_to_cube6x1()
1642 vf /= scaleh; in xyz_to_cube6x1()
1647 vf *= scaleh; in xyz_to_cube6x1()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_v360.c1064 vf /= scaleh; in cube_to_xyz()
1443 vf *= scaleh; in xyz_to_cube3x2()
1479 vf /= scaleh; in xyz_to_cube3x2()
1484 vf *= scaleh; in xyz_to_cube3x2()
1599 vf *= scaleh; in xyz_to_cube1x6()
1629 vf /= scaleh; in xyz_to_cube1x6()
1634 vf *= scaleh; in xyz_to_cube1x6()
1679 vf *= scaleh; in xyz_to_cube6x1()
1709 vf /= scaleh; in xyz_to_cube6x1()
1714 vf *= scaleh; in xyz_to_cube6x1()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_v360.c1064 vf /= scaleh; in cube_to_xyz()
1443 vf *= scaleh; in xyz_to_cube3x2()
1479 vf /= scaleh; in xyz_to_cube3x2()
1484 vf *= scaleh; in xyz_to_cube3x2()
1599 vf *= scaleh; in xyz_to_cube1x6()
1629 vf /= scaleh; in xyz_to_cube1x6()
1634 vf *= scaleh; in xyz_to_cube1x6()
1679 vf *= scaleh; in xyz_to_cube6x1()
1709 vf /= scaleh; in xyz_to_cube6x1()
1714 vf *= scaleh; in xyz_to_cube6x1()
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/src/tools/trayicon/src/
H A Darcan-trayicon.c70 float scaleh = C->h / image->height; in render_to() local
71 float scale = scalew < scaleh ? scalew : scaleh; in render_to()
/dports/sysutils/acfgfs/arcan-0.6.1/src/tools/trayicon/src/
H A Darcan-trayicon.c70 float scaleh = C->h / image->height; in render_to() local
71 float scale = scalew < scaleh ? scalew : scaleh; in render_to()
/dports/sysutils/mate-power-manager/mate-power-manager-1.26.0/src/
H A Dmsd-osd-window.c448 gdouble scalew, scaleh, scale; in msd_osd_window_init() local
459scaleh = HeightOfScreen (gdk_x11_screen_get_xscreen (screen)) / (480.0 * window->priv->scale_facto… in msd_osd_window_init()
460 scale = MIN (scalew, scaleh); in msd_osd_window_init()
/dports/sysutils/mate-settings-daemon/mate-settings-daemon-1.26.0/plugins/common/
H A Dmsd-osd-window.c448 gdouble scalew, scaleh, scale; in msd_osd_window_init() local
459scaleh = HeightOfScreen (gdk_x11_screen_get_xscreen (screen)) / (480.0 * window->priv->scale_facto… in msd_osd_window_init()
460 scale = MIN (scalew, scaleh); in msd_osd_window_init()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/tools/trayicon/src/
H A Darcan-trayicon.c70 float scaleh = C->h / image->height; in render_to() local
71 float scale = scalew < scaleh ? scalew : scaleh; in render_to()
/dports/x11/aclip/arcan-0.6.1/src/tools/trayicon/src/
H A Darcan-trayicon.c70 float scaleh = C->h / image->height; in render_to() local
71 float scale = scalew < scaleh ? scalew : scaleh; in render_to()
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dmovie.cpp814 static uint scalew = 0, scaleh = 0; variable
952 scalew = scaleh = 0; in cleanup()
1005 if(tw != scalew || th != scaleh) in readbuffer()
1014 scaleh = th; in readbuffer()
1042 GLOBALPARAMF(moviescale, 1.0f/scalew, 1.0f/scaleh); in readbuffer()
1054 screenquad(tw/float(scalew), th/float(scaleh)); in readbuffer()
1064 GLOBALPARAMF(moviescale, 1.0f/scalew, 1.0f/scaleh); in readbuffer()
1065 …port(0, 0, m.w/4, m.h); SETSHADER(moviey); screenquadflipped(m.w/float(scalew), m.h/float(scaleh)); in readbuffer()
1066 ….w/4, 0, m.w/8, m.h/2); SETSHADER(movieu); screenquadflipped(m.w/float(scalew), m.h/float(scaleh)); in readbuffer()
1067 …, m.h/2, m.w/8, m.h/2); SETSHADER(moviev); screenquadflipped(m.w/float(scalew), m.h/float(scaleh)); in readbuffer()

12345