Home
last modified time | relevance | path

Searched refs:Yend (Results 1 – 24 of 24) sorted by relevance

/dports/net/pjsip/pjproject-2.11.1/third_party/resample/src/
H A Dresamplesubs.c110 RES_HWORD *Ystart, *Yend; in SrcLinear() local
121 Yend = Ystart + (unsigned)(nx * pFactor + 0.5); in SrcLinear()
127 while (Y < Yend) in SrcLinear()
252 RES_HWORD *Ystart, *Yend; in SrcUp() local
264 Yend = Ystart + (unsigned)(nx * pFactor + 0.5); in SrcUp()
270 while (Y < Yend) in SrcUp()
296 RES_HWORD *Ystart, *Yend; in SrcUD() local
312 Yend = Ystart + (unsigned)(nx * pFactor + 0.5); in SrcUD()
318 while (Y < Yend) in SrcUD()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/nyqsrc/
H A Dresamp.c100 mem_float *Yend; /* When Y reaches Yend, return to user */ in SrcUp() local
107 Yend = Y + Nx; in SrcUp()
108 while (Y < Yend) { in SrcUp()
136 mem_float *Yend; /* When Y reaches Yend, return to user */ in SrcUD() local
143 Yend = Y + Nx; in SrcUD()
144 while (Y < Yend) { in SrcUD()
/dports/multimedia/dirac/dirac-1.0.2/libdirac_common/
H A Dband_codec_template.h60 const int yend = code_block.Yend(); in CodeCoeffBlock()
238 const int yend = code_block.Yend(); in DecodeCoeffBlock()
478 for (int j=code_block.Ystart() ; j<code_block.Yend() ; j++) in SetToVal()
490 for (int j=code_block.Ystart() ; j<code_block.Yend() ; j++) in ClearBlock()
504 for ( int ypos=code_block.Ystart() ; ypos<code_block.Yend() ; ++ypos) in DecodeCoeffBlock()
520 for (int ypos=code_block.Ystart() ; ypos<code_block.Yend() ; ++ypos) in ClearBlock()
H A Dwavelet_utils.h91 int Yend() const { return m_yend; } in Yend() function
/dports/multimedia/dirac/dirac-1.0.2/libdirac_motionest/
H A Dme_utils.cpp148 const ImageCoords ref_stop( dparams.Xend()+mv.x , dparams.Yend()+mv.y ); in Diff()
209 const ImageCoords ref_stop( dparams.Xend()+mv.x , dparams.Yend()+mv.y ); in Diff()
263 for ( int j=dparams.Yp() ; j<dparams.Yend() ; ++j ) in Diff()
316 for (int j=dparams.Yp(); j<dparams.Yend() ; j+=2){ in Diff()
372 for (int j=dparams.Yp(); j<dparams.Yend() ; ++j) in Diff()
401 for (int j=dparams.Yp(); j<dparams.Yend() ; ++j) in Diff()
696 y < dparams.Yend(); ++y, uY += 2,BuY=BChk(uY,refYlen),BuY1=BChk(uY+1,refYlen)) in Diff()
860 y < dparams.Yend(); ++y, uY += 2,BuY=BChk(uY,refYlen),BuY1=BChk(uY+1,refYlen)) in Diff()
995 y < dparams.Yend(); ++y, uY += 2,BuY=BChk(uY,refYlen),BuY1=BChk(uY+1,refYlen)) in Diff()
1143 y < dparams.Yend(); ++y, uY += 2,BuY=BChk(uY,refYlen),BuY1=BChk(uY+1,refYlen)) in Diff()
H A Dme_utils.h101 int Yend() const {return m_yend;} in Yend() function
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/plot/src/
H A Dplot.cpp450 void drawLine(int Xstart, int Xend, int Ystart, int Yend, Scalar lineColor){ in drawLine() argument
457 Axis_end.y = Yend; in drawLine()
/dports/games/yadex/yadex-1.7.0/src/
H A Dgfx.cc1083 void DrawScreenLine (int Xstart, int Ystart, int Xend, int Yend) in DrawScreenLine() argument
1086 line (Xstart, Ystart, Xend, Yend); in DrawScreenLine()
1088 XDrawLine (dpy, drw, gc, Xstart, Ystart, Xend, Yend); in DrawScreenLine()
/dports/multimedia/dirac/dirac-1.0.2/libdirac_encoder/
H A Dquant_chooser.cpp339 for (int j=cblock.Ystart(); j<cblock.Yend(); ++j ) in SetSkip()
/dports/x11-toolkits/blt/blt2.5/library/
H A Dtreeview.tcl579 set Yend [expr {$yend+[winfo x $w]}]
582 set Yend [expr {$ystart-$H}]
585 place $wl -in $w -width ${xsiz} -height $H -x $Xstart -y $Yend
588 place $wl -in $w -width ${xsiz} -height $H -x $Xstart -y $Yend
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/tables/
H A Dde-de.dis194 display \x0019 1345678 #25^Yend of medium
H A Duni-text.dis193 display \x0019 1345678 #25^Yend of medium
H A Dse-se.dis197 display \x0019 1345678 #25^Yend of medium
/dports/devel/liblouis/liblouis-3.20.0/tables/
H A Dse-se.dis197 display \x0019 1345678 #25^Yend of medium
H A Dde-de.dis194 display \x0019 1345678 #25^Yend of medium
H A Duni-text.dis193 display \x0019 1345678 #25^Yend of medium
/dports/math/highs/HiGHS-cfe064e/src/simplex/
H A DHFactor.cpp35 const int Yend, const int* Tindex, const double* Tvalue, in solveMatrixT() argument
47 for (int k = Ystart; k < Yend; k++) { in solveMatrixT()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/simplex/
H A DHFactor.cpp35 const int Yend, const int* Tindex, const double* Tvalue, in solveMatrixT() argument
47 for (int k = Ystart; k < Yend; k++) { in solveMatrixT()
/dports/lang/ptoc/ptoc/examples/
H A Dbgidemo.pas888 Line(X, Y, Xend, Yend);
/dports/lang/fpc-source/fpc-3.2.2/packages/graph/src/inc/
H A Dgraph.tex525 X,Y,Xstart,Ystart,Xend,Yend : smallint;
/dports/graphics/fpc-graph/fpc-3.2.2/packages/graph/src/inc/
H A Dgraph.tex525 X,Y,Xstart,Ystart,Xend,Yend : smallint;
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/dict/
H A Dpgwindex121366 Yend 38895216
H A Dpgw894571 <p><hw>Yend</hw> (?), <pos><i>v. t.</i></pos> <def>To throw; to
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/wasm/
H A Dliblouis_wasm.data352903 display \x0019 1345678 #25^Yend of medium
353904 display \x0019 1345678 #25^Yend of medium
358438 display \x0019 1345678 #25^Yend of medium