Home
last modified time | relevance | path

Searched refs:xpx (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/multimedia/dirac/dirac-1.0.2/util/instrumentation/libdirac_instrument/
H A Dmotion_colour.cpp71 for (int xpx=1; xpx<40; ++xpx) in DrawLegend() local
73 m_picture.Data(Y_COMP)[ypx][xpx]=0; in DrawLegend()
85 …for (int xpx=40/m_draw_params.ChromaFactorX(), x=20; xpx>=0; --xpx, x-=m_draw_params.ChromaFactorX… in DrawLegend() local
87 m_picture.Data(U_COMP)[ypx][xpx]=(x*25)-128; in DrawLegend()
88 m_picture.Data(V_COMP)[ypx][xpx]=(y*25)-128; in DrawLegend()
93 for (int xpx=0; xpx<40; ++xpx) in DrawLegend() local
95 m_picture.Data(Y_COMP)[y_start+16][xpx]=88-128; in DrawLegend()
106 for (int xpx=0; xpx<=41; ++xpx) in DrawLegend() local
108 m_picture.Data(Y_COMP)[y_start][xpx]=0; in DrawLegend()
109 m_picture.Data(Y_COMP)[m_picture.Data(Y_COMP).LastY()][xpx]=0; in DrawLegend()
H A Dpred_mode.cpp78 for (int xpx=7; xpx>=0; --xpx) in DrawLegend() local
79 m_picture.Data(Y_COMP)[ypx][xpx]=0; in DrawLegend()
101 for (int xpx=15; xpx>=0; --xpx) in DrawLegend() local
103 m_picture.Data(Y_COMP)[m_draw_params.PicY()-65][xpx]=0; in DrawLegend()
104 m_picture.Data(Y_COMP)[m_draw_params.PicY()-49][xpx]=0; in DrawLegend()
105 m_picture.Data(Y_COMP)[m_draw_params.PicY()-33][xpx]=0; in DrawLegend()
108 for (int xpx=31; xpx>=0; --xpx) in DrawLegend() local
110 m_picture.Data(Y_COMP)[m_picture.Data(Y_COMP).LastY()-16][xpx]=0; in DrawLegend()
126 … for (int xpx=(32/m_draw_params.MvYBlockX())-1; xpx>=(16/m_draw_params.ChromaFactorX()); --xpx) in DrawLegend() local
128 m_picture.Data(U_COMP)[ypx][xpx]=0; in DrawLegend()
[all …]
H A Dmotion_arrows.cpp198 for (int xpx=0; xpx<16; ++xpx) in DrawArrow() local
200 … m_picture.Data(Y_COMP)[(y_pos)+ypx][(x_pos) + xpx] += m_symbols.Arrow()[ypx][15-xpx] * 256; in DrawArrow()
208 for (int xpx=0; xpx<16; ++xpx) in DrawArrow() local
210 … m_picture.Data(Y_COMP)[(y_pos) + ypx][(x_pos) + xpx] += m_symbols.Arrow()[15-ypx][xpx] * 256; in DrawArrow()
218 for (int xpx=0; xpx<16; ++xpx) in DrawArrow() local
220 … m_picture.Data(Y_COMP)[(y_pos) + ypx][(x_pos) + xpx] += m_symbols.Arrow()[15-ypx][15-xpx] * 256; in DrawArrow()
228 for (int xpx=0; xpx<16; ++xpx) in DrawArrow() local
230 … m_picture.Data(Y_COMP)[(y_pos) + ypx][(x_pos) + xpx] += m_symbols.Arrow()[ypx][xpx] * 256; in DrawArrow()
H A Dsplit_mode.cpp76 for (int xpx=7; xpx>=0; --xpx) in DrawLegend() local
77 m_picture.Data(Y_COMP)[ypx][xpx]=0; // grey in DrawLegend()
95 for (int xpx=15; xpx>=0; --xpx) in DrawLegend() local
97 m_picture.Data(Y_COMP)[m_draw_params.PicY()-49][xpx]=-128; in DrawLegend()
98 m_picture.Data(Y_COMP)[m_draw_params.PicY()-33][xpx]=-128; in DrawLegend()
99 m_picture.Data(Y_COMP)[m_draw_params.PicY()-17][xpx]=-128; in DrawLegend()
H A Ddraw_overlay.cpp117 for (int xpx=0; xpx<5; ++xpx) in DrawPowerBar() local
118 m_picture.Data(Y_COMP)[ypx][xpx]=0; // grey background in DrawPowerBar()
132 for (int xpx=0; xpx<=4/m_draw_params.ChromaFactorX(); ++xpx) in DrawPowerBar() local
134 m_picture.Data(U_COMP)[ypx][xpx]=U; in DrawPowerBar()
135 m_picture.Data(V_COMP)[ypx][xpx]=V; in DrawPowerBar()
160 …for (int xpx=x_offset/m_draw_params.ChromaFactorX(); xpx<(x_offset+8)/m_draw_params.ChromaFactorX(… in DrawCharacter() local
162 m_picture.Data(U_COMP)[ypx][xpx]=0; in DrawCharacter()
163 m_picture.Data(V_COMP)[ypx][xpx]=0; in DrawCharacter()
308 void DrawOverlay::DrawBlockUV(int ypx, int xpx, int U, int V) in DrawBlockUV() argument
313 for (int x=xpx; x<xpx+(8/m_draw_params.ChromaFactorX()); ++x) in DrawBlockUV()
H A Dgm_inliers.cpp71 for (int xpx=7; xpx>=0; --xpx) in DrawLegend() local
72 m_picture.Data(Y_COMP)[ypx][xpx]=500; // grey in DrawLegend()
86 for (int xpx=15; xpx>=0; --xpx) in DrawLegend() local
88 m_picture.Data(Y_COMP)[m_draw_params.PicY()-33][xpx]=0; in DrawLegend()
89 m_picture.Data(Y_COMP)[m_draw_params.PicY()-17][xpx]=0; in DrawLegend()
H A Dsad.cpp79 for (int xpx=0; xpx<m_draw_params.MvYBlockX(); ++xpx) in DrawBlock() local
82 (xidx+xpx)>= m_picture.Data(Y_COMP).LengthX()) in DrawBlock()
84 … m_picture.Data(Y_COMP)[(j*m_draw_params.MvYBlockY())][(i*m_draw_params.MvYBlockX())+xpx] = 250; in DrawBlock()
85 …j*m_draw_params.MvYBlockY())+m_draw_params.MvYBlockY()-1][(i*m_draw_params.MvYBlockX())+xpx] = 250; in DrawBlock()
/dports/comms/limesuite/LimeSuite-20.10.0/src/GFIR/
H A Drounding.c121 void print_cses_code(xpx, xmx, x, n, cprec) in print_cses_code() argument
122 int **xpx, **xmx, **x, n, cprec; in print_cses_code()
130 if( (csd2int(cprec, xpx[0]) == csd2int(cprec,xpx[n-1])) &&
136 ixpx = csd2int(cprec, xpx[i]);
148 if(xpx[i][j] == 1) {
150 } else if(xpx[i][j] == -1) {
260 void csesh(code, n, cprec, xpx, xmx, x ) in csesh() argument
262 int **code, **xpx, **xmx, **x;
269 xpx[i][k] = 0;
293 xpx[i][k] = 1;
[all …]
H A Dgfir_lms.c36 int **bincode, **csdcode, **csdcoder, **xpx, **xmx, **x; local
55 xpx = (int **) calloc(n, sizeof(int *));
56 for(i=0; i<n; i++) xpx[i] = (int *) calloc(cprec+1, sizeof(int));
142 for(i=0; i<n; i++) { free(xpx[i]); } free(xpx);
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/
H A Dnr-filter-displacement-map.cpp45 guint32 xpx = 0, ypx = 0; in operator ()() local
49 xpx = (mappx & (0xff << xshift)) >> xshift; in operator ()()
52 if (_xch != 3) xpx = unpremul_alpha(xpx, a); in operator ()()
55 xtex += _scalex * (xpx - 127.5); in operator ()()
/dports/graphics/xpx/xpx/
H A Dxpx.doc1 # $Header: /home/yav/xpx/RCS/xpx.doc,v 1.27 1996/04/29 10:29:32 yav Exp $
4 # % sed -f english.sed <xpx.doc
6 # % sed -f japanese.sed <xpx.doc
8 xpx - pixel edit tool
39 # cp xpx /usr/local/bin
42 ����xpx�̃��[�U�[�ݒ�t�@�C�������܂��D
61 % xpx
62 to run xpx.
63 �Ƃ����xpx���N�����܂��D
68 And xpx window is opened like this:
[all …]
H A DImakefile1 # $Header: /home/yav/xpx/RCS/Imakefile,v 1.10 1996/04/26 17:22:47 yav Exp $
2 # Imakefile for xpx
18 HEADERS = config.h headers.h xpx.h work.h extern.h
21 DOCS = xpx.doc
35 ComplexProgramTargetNoMan(xpx)
H A Dconfig.h.in1 /* $Header: /home/yav/xpx/RCS/config.h.in,v 1.4 1995/11/23 17:05:04 yav Exp $
2 * OS depend configuration file for xpx
H A Dxpxrc.eg1 # $Header: /home/yav/xpx/RCS/xpxrc.eg,v 1.1 1996/04/29 10:27:19 yav Exp $
2 # xpx configuration file
H A Denglish.sed1 # $Header: /home/yav/xpx/RCS/english.sed,v 1.2 1994/09/23 22:07:55 yav Exp $
/dports/math/octave-forge-mapping/mapping-1.4.1/inst/
H A Drasterclip.m82 xpx = [rbox(1, 1) : ((rbox(2, 1) - rbox(1, 1)) / rii.Width) : rbox(2, 1)]; variable
84 irl = find (clpbox(1, 1) <= xpx)(1);
85 irr = find (clpbox(2, 1) >= xpx)(end);
95 rbo(jj).bbox(1, 1) = xpx(irl);
96 rbo(jj).bbox(2, 1) = xpx(irr);
111 rio.GeoTransformation(1) = xpx(irl);
113 rio.GeoTransformation(1) = xpx(irr);
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php542 for ($xpx = 0; $xpx < $w; ++$xpx) {
543 $colorindex = imagecolorat($im, $xpx, $ypx);
550 imagesetpixel($imgalpha, $xpx, $ypx, $alpha);
573 for ($xpx = 0; $xpx < $w; ++$xpx) {
574 $rgb = imagecolorat($im, $xpx, $ypx);
587 imagesetpixel($imgalpha, $xpx, $ypx, $alpha);
595 for ($xpx = 0; $xpx < $w; ++$xpx) {
1050 for ($xpx = 0; $xpx < $w; ++$xpx) {
1051 $colorindex = imagecolorat($im, $xpx, $ypx);
1079 for ($xpx = 0; $xpx < $w; ++$xpx) {
[all …]
/dports/math/gretl/gretl-2021d/plugin/
H A Dmp_ols.c63 mpf_t *xpx; member
422 free(mpmod->xpx); in mp_model_free()
445 mpmod->xpx = NULL; in mp_model_init()
761 mpf_set(d, mpmod->xpx[kk]); in mp_makevcv()
1076 m->xpx = NULL; in mp_xpxxpy_init()
1096 (xpxxpy.xpx = malloc(m * sizeof *xpxxpy.xpx)) == NULL) { in mp_xpxxpy_func()
1106 mpf_init(xpxxpy.xpx[i]); in mp_xpxxpy_func()
1199 mpf_mul(xpxxpy.xpx[i], xpxxpy.xpx[i], e); in mp_cholbeta()
1236 mpf_mul(tmp, xpxxpy.xpx[k], xpxxpy.xpx[k-j+i]); in mp_cholbeta()
1322 mpf_mul(diag[nv-1], xpxxpy.xpx[nxpx-1], xpxxpy.xpx[nxpx-1]); in mp_diaginv()
[all …]
/dports/math/gretl/gretl-2021d/lib/src/
H A Destimate.c795 xpx[m++] = x; in XTX_XTy()
825 xpx[m++] = x; in XTX_XTy()
852 xpx[m++] = x; in XTX_XTy()
877 xpx[m++] = x; in XTX_XTy()
914 pmod->xpx = malloc(nxpx * sizeof *pmod->xpx); in native_cholesky_regress()
1596 diag[nv-1] = xpx[kk] * xpx[kk]; in diaginv()
1617 double *xpx = pmod->xpx; in cholbeta() local
1627 xpx[0] = e; in cholbeta()
1630 xpx[i] *= e; in cholbeta()
1671 d += xpx[k] * xpx[k-j+i]; in cholbeta()
[all …]
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/widgets/
H A Dwidget_timeslider.cpp316 double xpx = round_to_int(pixel)+0.5; in on_draw() local
321 cr->move_to(xpx,0); in on_draw()
322 cr->line_to(xpx,heightbig); in on_draw()
340 cr->move_to(xpx+1.0,0); in on_draw()
344 cr->move_to(xpx,0); in on_draw()
345 cr->line_to(xpx,heightsmall); in on_draw()
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/gui/widgets/
H A Dwidget_timeslider.cpp316 double xpx = round_to_int(pixel)+0.5; in on_draw() local
321 cr->move_to(xpx,0); in on_draw()
322 cr->line_to(xpx,heightbig); in on_draw()
340 cr->move_to(xpx+1.0,0); in on_draw()
344 cr->move_to(xpx,0); in on_draw()
345 cr->line_to(xpx,heightsmall); in on_draw()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/widgets/
H A Dwidget_timeslider.cpp316 double xpx = round_to_int(pixel)+0.5; in on_draw() local
321 cr->move_to(xpx,0); in on_draw()
322 cr->line_to(xpx,heightbig); in on_draw()
340 cr->move_to(xpx+1.0,0); in on_draw()
344 cr->move_to(xpx,0); in on_draw()
345 cr->line_to(xpx,heightsmall); in on_draw()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/regression/
H A Drolling.py287 xpx = wx.T @ wx
289 return xpx, xpy, nobs
359 xpx, xpy, nobs = self._reset(first)
361 self._fit_single(first, xpx, xpy, nobs, store, params_only, method)
367 xpx, xpy, nobs = self._reset(i)
371 xpx -= remove_x.T @ remove_x
376 xpx += add_x.T @ add_x
380 self._fit_single(i, xpx, xpy, nobs, store, params_only, method)
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/ardl/_pss_critical_values/
H A Dpss.py47 xpx = rhs.T @ rhs
48 vcv = np.linalg.inv(xpx) * s2
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/ds/arm7/source/
H A Dmain.cpp401 uint16 but = 0, x = 0, y = 0, xpx = 0, ypx = 0, z1 = 0, z2 = 0, batt = 0, aux = 0; in InterruptVBlank() local
425 xpx = ( ((SCREEN_WIDTH - 60) * x) / TOUCH_WIDTH ) - TOUCH_OFFSET_X; in InterruptVBlank()
455 IPC->touchXpx = xpx; in InterruptVBlank()

123456789