Searched refs:outWidth (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkFilterIIR.c251 iir->inputs = (double *) ckalloc(si->outWidth *
253 for (i = 0; i < iir->nInTaps * si->outWidth; i++ ) {
258 iir->outputs = (double *) ckalloc(si->outWidth *
260 for (i = 0; i < iir->nOutTaps * si->outWidth; i++ ) {
364 for (wi = 0; wi < si->outWidth; wi++) {
369 insmp = (double) in[i*si->outWidth+wi];
370 iir->inputs[iir_in*si->outWidth+wi] = insmp;
385 outsmp += iir->itaps[j] * iir->inputs[k*si->outWidth+wi];
416 outsmp -= iir->otaps[j] * iir->outputs[k*si->outWidth+wi];
423 iir->outputs[iir_out*si->outWidth
[all...]
H A DjkSynthesis.c110 if (si->outWidth != 1) return TCL_ERROR;
117 /* fprintf(stderr,"formantStartProc, width = %d\n",si->outWidth);*/
136 if (si->outWidth != 1) {
346 for (wi = 0; wi < si->outWidth; wi++) {
349 i += (si->streamWidth - si->outWidth);
358 for (wi = 0; wi < si->outWidth; wi++) {
361 i += (si->streamWidth - si->outWidth);
370 for (wi = 0; wi < si->outWidth; wi++) {
379 i += (si->streamWidth - si->outWidth);
391 for (wi = 0; wi < si->outWidth; w
[all...]
H A DjkFilter.c135 si->outWidth = s->nchannels;
495 if (mf->nm < si->outWidth * si->streamWidth) {
496 int needed = si->outWidth * si->streamWidth;
540 for (wi = 0; wi < si->outWidth; wi++) {
548 for (wi = 0; wi < si->outWidth; wi++) {
551 i += (si->streamWidth - si->outWidth);
665 rf->si->outWidth;
744 rf->nsmp[i] = (int) (rf->delay[i] * si->rate / 1000.0) * si->outWidth;
772 for (c = 0; c < si->outWidth; c++) {
773 int index = i * si->outWidth
[all...]
H A DjkSound.h542 int outWidth; member in struct:SnackStreamInfo
H A DjkSoundEngine.c1245 f->si->outWidth = devChannels;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/ico/
H A Dico.c611 int outWidth, outHeight, outY; local
691 outWidth = fileWidth;
696 outWidth = fileWidth - srcX;
698 outWidth = width;
707 if ((outWidth <= 0) || (outHeight <= 0)
717 if (tkimg_PhotoExpand(interp, imageHandle, destX + outWidth, destY + outHeight) == TCL_ERROR) {
726 block.width = outWidth;
834 outWidth, 1, TK_PHOTO_COMPOSITE_SET);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/pcx/
H A Dpcx.c646 int outWidth, outHeight; local
661 outWidth = fileWidth - srcX;
663 outWidth = width;
670 if ((outWidth <= 0) || (outHeight <= 0)
675 if (tkimg_PhotoExpand(interp, imageHandle, destX + outWidth, destY + outHeight) == TCL_ERROR) {
686 outWidth, outHeight, srcX, srcY, fileWidth, fileHeight,
695 outWidth, outHeight, srcX, srcY, fileWidth, fileHeight,
700 outWidth, outHeight, srcX, srcY, fileWidth, fileHeight,
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/sun/
H A Dsun.c1035 int outWidth, outHeight; local
1051 outWidth = fileWidth - srcX;
1053 outWidth = width;
1060 if ((outWidth <= 0) || (outHeight <= 0)
1112 if (tkimg_PhotoExpand(interp, imageHandle, destX + outWidth, destY + outHeight) == TCL_ERROR) {
1126 outWidth, outHeight, srcX, srcY,
1133 outWidth, outHeight, srcX, srcY,
1142 outWidth, outHeight, srcX, srcY,
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/jpeg/
H A Djpeg.c528 int fileWidth, fileHeight, stopY, curY, outY, outWidth, outHeight; local
578 outWidth = fileWidth - srcX;
580 outWidth = width;
587 if ((outWidth <= 0) || (outHeight <= 0)
612 block.width = outWidth;
617 if (tkimg_PhotoExpand(interp, imageHandle, destX + outWidth, destY + outHeight) == TCL_ERROR) {
634 if (tkimg_PhotoPutBlock(interp, imageHandle, &block, destX, outY, outWidth, 1, TK_PHOTO_COMPOSITE_SET) == TCL_ERROR) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c893 int stopY, outY, outWidth, outHeight; local
915 outWidth = fileWidth - srcX;
917 outWidth = width;
924 if ((outWidth <= 0) || (outHeight <= 0)
949 if (tkimg_PhotoExpand(interp, imageHandle, destX + outWidth, destY + outHeight) == TCL_ERROR) {
958 block.width = outWidth;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tga/
H A Dtga.c792 int stopY, outY, outWidth, outHeight; local
809 outWidth = fileWidth - srcX;
811 outWidth = width;
818 if ((outWidth <= 0) || (outHeight <= 0)
823 if (tkimg_PhotoExpand(interp, imageHandle, destX + outWidth, destY + outHeight) == TCL_ERROR) {
844 block.width = outWidth;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/sgi/
H A Dsgi.c1544 int stopY, outY, outWidth, outHeight; local
1559 outWidth = fileWidth - srcX;
1561 outWidth = width;
1568 if ((outWidth <= 0) || (outHeight <= 0)
1573 if (tkimg_PhotoExpand(interp, imageHandle, destX + outWidth, destY + outHeight) == TCL_ERROR) {
1584 block.width = outWidth;
1614 if (tkimg_PhotoPutBlock(interp, imageHandle, &block, destX, outY, outWidth, 1, matte? TK_PHOTO_COMPOSITE_OVERLAY: TK_PHOTO_COMPOSITE_SET) == TCL_ERROR) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c1175 int stopY, outY, outWidth, outHeight; local
1205 outWidth = fileWidth - srcX;
1207 outWidth = width;
1214 if ((outWidth <= 0) || (outHeight <= 0)
1269 if (tkimg_PhotoExpand (interp, imageHandle, destX + outWidth, destY + outHeight) == TCL_ERROR) {
1278 block.width = outWidth;

Completed in 114 milliseconds