Home
last modified time | relevance | path

Searched refs:ovc (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/dports/devel/py-oslo.versionedobjects/oslo.versionedobjects-2.5.0/oslo_versionedobjects/tests/
H A Dtest_fixture.py225 actual = self.ovc.get_hashes()
339 self.ovc.get_dependency_tree()
422 del self.ovc.obj_classes[MyObject2.__name__]
425 self.ovc.test_compatibility_routines()
432 del self.ovc.obj_classes[MyObject2.__name__]
447 del self.ovc.obj_classes[MyObject2.__name__]
461 with mock.patch.object(self.ovc,
463 self.ovc.test_relationships_in_order()
482 self.ovc._test_relationships_in_order(MyObject)
626 self.ovc._get_dependencies(tree, MyObject)
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Ddisplay.c307 dc->ovc = only_ovc ; in MCW_new_DC()
333 dc->ovc->name_ov[ok] , (int)dc->ovc->pix_ov[ok] , ok ) ; in MCW_new_DC()
1215 ovc = dc->ovc->xcol_ov ; in DCpix_to_XColor()
1221 if( pp == dc->ovc->pix_ov[ii] ) return (ovc+ii) ; in DCpix_to_XColor()
1293 if( ovc == NULL || ovc->ncol_ov < 2 ) return ; in OVC_mostest()
1334 ovc->ov_brightest = bright_ii ; ovc->pixov_brightest = ovc->pix_ov[bright_ii] ; in OVC_mostest()
1335 ovc->ov_darkest = dark_ii ; ovc->pixov_darkest = ovc->pix_ov[dark_ii] ; in OVC_mostest()
1336 ovc->ov_reddest = red_ii ; ovc->pixov_reddest = ovc->pix_ov[red_ii] ; in OVC_mostest()
1337 ovc->ov_greenest = green_ii ; ovc->pixov_greenest = ovc->pix_ov[green_ii] ; in OVC_mostest()
1338 ovc->ov_bluest = blue_ii ; ovc->pixov_bluest = ovc->pix_ov[blue_ii] ; in OVC_mostest()
[all …]
H A Dafni_vol2surf.c362 short ovc[NPANE_MAX+1]; /* color */ in map_v2s_results() local
367 ovc[ival] = pbar->ov_index[ival]; /* from top of pbar down */ in map_v2s_results()
368 ovc[npanes] = im3d->vinfo->use_posfunc ? 0 : ovc[npanes-1]; in map_v2s_results()
373 ovc_r[ival] = DCOV_REDBYTE (im3d->dc,ovc[ival]); in map_v2s_results()
374 ovc_g[ival] = DCOV_GREENBYTE(im3d->dc,ovc[ival]); in map_v2s_results()
375 ovc_b[ival] = DCOV_BLUEBYTE (im3d->dc,ovc[ival]); in map_v2s_results()
387 ival, ovc[ival], othr[ival]); in map_v2s_results()
405 if ( ovc[ival] == 0 ) continue; /* no color in this pane */ in map_v2s_results()
H A Ddisplay.h158 #define DCOV_REDBYTE(dc,i) ((dc)->ovc->r_ov[i])
159 #define DCOV_GREENBYTE(dc,i) ((dc)->ovc->g_ov[i])
160 #define DCOV_BLUEBYTE(dc,i) ((dc)->ovc->b_ov[i])
162 #define DCOV_BRIGHTNESS(dc,i) ((dc)->ovc->bright_ov[i])
194 MCW_DCOV *ovc ; /* Dec 1997 */ member
H A Dafni_setup.c146 OVC_mostest( dc->ovc ) ; in AFNI_process_setup()
398 for( kk=1 ; kk < dc->ovc->ncol_ov ; kk++ ){ in dump_PBAR_palette_table()
399 sprintf(buf," %s = %s\n" , dc->ovc->label_ov[kk] , dc->ovc->name_ov[kk] ) ; in dump_PBAR_palette_table()
442 dc->ovc->label_ov[pp->col[kk]] , pp->val[kk] ) ; in dump_PBAR_palette_table()
454 if( pp->col[kk] >= 0 ) strcpy(s1,dc->ovc->label_ov[pp->col[kk]]) ; in dump_PBAR_palette_table()
503 if( pp->col[ii] >= 0 && pp->col[ii] < pbar->dc->ovc->ncol_ov ) in load_PBAR_palette_array()
518 if( pp->col[ii] >= 0 && pp->col[ii] < pbar->dc->ovc->ncol_ov ) in load_PBAR_palette_array()
980 im3d->dc->ovc->label_ov[ovu[ii]] , in AFNI_finalize_write_palette_CB()
981 im3d->dc->ovc->name_ov[ovu[ii]] ) ; in AFNI_finalize_write_palette_CB()
990 pval[ii] , im3d->dc->ovc->label_ov[ovin[ii]] ) ; in AFNI_finalize_write_palette_CB()
H A Dplug_nth_dataset.c80 static int ovc[NMAX] ; variable
212 ovc [id] = PLUTO_get_overlaycolor(plint) ; in DSETN_main()
329 ovi[IMARR_COUNT(tar)] = ovc[id] ; in DSETN_func()
464 ovc[nfound] = icol ; in DSETN_driver_func()
/dports/multimedia/mpv/mpv-0.34.1/etc/
H A Dencoding-profiles.conf71 ovc = h263
76 ovc = libx264
85 ovc = mpeg2video
89 ovc = mpeg4
94 ovc = libvpx
99 ovc = libvpx-vp9
/dports/math/R-cran-igraph/igraph/R/
H A Dhrg.R337 ovc <- length(x$left)+1L functionVar
338 ivc <- ovc-1L
339 ll <- ifelse(x$left < 0, -x$left + ovc, x$left + 1)
340 rr <- ifelse(x$right < 0, -x$right + ovc, x$right + 1)
341 edges <- c(rbind(seq_len(ivc)+ovc, ll), rbind(seq_len(ivc)+ovc, rr))
346 V(res)$prob <- c(rep(NA, ovc), x$prob)
495 ovc <- length(x$left)+1L functionVar
496 ivc <- ovc-1L
497 ll <- ifelse(x$left < 0, -x$left + ovc, x$left + 1)
499 edge <- matrix(rbind(seq_len(ivc)+ovc, ll, seq_len(ivc)+ovc, rr),
[all …]
/dports/net/c3270/suite3270-4.0/Common/
H A Dmodel.c136 unsigned ovr = 0, ovc = 0; in toggle_model_done() local
199 if (sscanf(pending_oversize, "%u%c%u%c", &ovc, &x, &ovr, &junk) != 3 in toggle_model_done()
206 ovc = 0; in toggle_model_done()
210 ovc = ov_cols; in toggle_model_done()
227 set_rows_cols(model_number, ovc, ovr); in toggle_model_done()
231 ov_cols != (int)ovc) { in toggle_model_done()
/dports/x11/x3270/suite3270-4.0/Common/
H A Dmodel.c136 unsigned ovr = 0, ovc = 0; in toggle_model_done() local
199 if (sscanf(pending_oversize, "%u%c%u%c", &ovc, &x, &ovr, &junk) != 3 in toggle_model_done()
206 ovc = 0; in toggle_model_done()
210 ovc = ov_cols; in toggle_model_done()
227 set_rows_cols(model_number, ovc, ovr); in toggle_model_done()
231 ov_cols != (int)ovc) { in toggle_model_done()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/scripts/
H A Dlav2avi.sh42 …lav2yuv $1 | mencoder $encoderParam -ovc frameno -oac mp3lame -audiofile fifo.wav -audio-demuxer 1…
55 …lav2yuv $1 | mencoder $encoderParam -ovc lavc -lavcopts vcodec=mpeg4:vpass=1$appB -oac copy -o /de…
70 …lav2yuv $1 | mencoder $encoderParam -ovc lavc -lavcopts vcodec=mpeg4:vpass=2$appB -oac copy -o $ou…
/dports/multimedia/mpv/mpv-0.34.1/DOCS/
H A Dencoding.rst8 -ovc outvideocodec [-ovcopts outvideocodecoptions] \
13 mpv -ovc help
32 ovc = libx264
67 -ovc mpeg4 -ovcopts qscale=4 \
77 -ovc libx264 -ovcopts preset=medium,crf=23,profile=baseline \
83 -ovc libx264 -ovcopts preset=medium,crf=23,profile=baseline \
90 -ovc libvpx -ovcopts qmin=6,b=1000000k \
/dports/graphics/eos-movrec/eos-movrec-0.3.2_beta/tools/
H A Denc_x264.sh11 mencoder "$infile" -o /dev/null -ovc x264 -x264encopts \
15 mencoder "$infile" -o "$outfile" -ovc x264 -x264encopts \
/dports/graphics/argyllcms/Argyll_V1.9.2/link/
H A Dpathplot.c112 icxViewCond ivc[1], ovc[1]; in main() local
202 …if (xicc_enum_viewcond(out_xicco, ovc, -2, "pp", 0, NULL) == -999) /* Set output at practical refl… in main()
220 …icco, ICX_CLIP_NEAREST, icmFwd, icAbsoluteColorimetric, pcsor, icmLuOrdNorm, ovc, NULL)) == NULL) { in main()
221 …bj(out_xicco, ICX_CLIP_NEAREST, icmFwd, icmDefaultIntent, pcsor, icmLuOrdNorm, ovc, NULL)) == NULL) in main()
/dports/multimedia/mpv/mpv-0.34.1/DOCS/man/
H A Dencode.rst57 ``--ovc=<codec>``
58 Specifies the output video codec. See ``--ovc=help`` for a full list of
71 ``"--ovc=mpeg4 --ovcopts=qscale=5"``
74 ``"--ovc=libx264 --ovcopts=crf=23"``
/dports/multimedia/m2tstoavi/m2ts/
H A Dm2tstoavi67 -oac copy -ovc lavc -lavcopts o=aspect=$aspect \
72 -oac copy -ovc lavc -lavcopts o=aspect=$aspect \
H A Dm2tstoavi.mencoder67 -oac copy -ovc lavc -lavcopts o=aspect=$aspect \
72 -oac copy -ovc lavc -lavcopts o=aspect=$aspect \
/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_hodge.c648 alpha_i[i] = 1 - ovc*alpha_i[i]; in _compute_cost_quant()
649 h_i[i] *= ovc; in _compute_cost_quant()
661 const double opq_i[3] = { -ovc*pq[i][0], -ovc*pq[i][1], -ovc*pq[i][2] }; in _compute_cost_quant()
695 const double ptyc = pty*ovc; in _compute_iso_hodge_ur()
704 const double dbetac = dbeta2*ovc; in _compute_iso_hodge_ur()
788 const double dbetac = dbeta2*ovc; in _compute_aniso_hodge_ur()
888 dqi_pq[i] = dqi_pqi*ovc; in _compute_iso_bubble_hodge_ur()
894 hi[i] = dqi_m_dqi*ovc; in _compute_iso_bubble_hodge_ur()
986 dqi_pq[i] = dqi_pqi*ovc; in _compute_aniso_bubble_hodge_ur()
992 hi[i] = dqi_m_dqi*ovc; in _compute_aniso_bubble_hodge_ur()
[all …]
/dports/multimedia/ogmtools/ogmtools-1.5/
H A DREADME44 mencoder -dvd 1 -ovc frameno -oac pcm -o frameno.avi
73 mencoder -dvd 1 -oac copy -ovc lavc \
78 mencoder -dvd 1 -oac copy -ovc lavc \
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/virtual/
H A Dgda-vconnection-data-model.c681 VContext *ovc, *nvc; in _gda_vconnection_change_working_obj() local
682 ovc = td->context.current_vcontext; in _gda_vconnection_change_working_obj()
685 nvc->vtable = ovc->vtable; in _gda_vconnection_change_working_obj()
686 nvc->context_data = ovc->context_data; in _gda_vconnection_change_working_obj()
687 ovc->context_data = NULL; in _gda_vconnection_change_working_obj()
693 g_hash_table_remove (td->context.hash, ovc->context_object); in _gda_vconnection_change_working_obj()
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/virtual/
H A Dgda-vconnection-data-model.c681 VContext *ovc, *nvc; in _gda_vconnection_change_working_obj() local
682 ovc = td->context.current_vcontext; in _gda_vconnection_change_working_obj()
685 nvc->vtable = ovc->vtable; in _gda_vconnection_change_working_obj()
686 nvc->context_data = ovc->context_data; in _gda_vconnection_change_working_obj()
687 ovc->context_data = NULL; in _gda_vconnection_change_working_obj()
693 g_hash_table_remove (td->context.hash, ovc->context_object); in _gda_vconnection_change_working_obj()
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sqlite/virtual/
H A Dgda-vconnection-data-model.c681 VContext *ovc, *nvc; in _gda_vconnection_change_working_obj() local
682 ovc = td->context.current_vcontext; in _gda_vconnection_change_working_obj()
685 nvc->vtable = ovc->vtable; in _gda_vconnection_change_working_obj()
686 nvc->context_data = ovc->context_data; in _gda_vconnection_change_working_obj()
687 ovc->context_data = NULL; in _gda_vconnection_change_working_obj()
693 g_hash_table_remove (td->context.hash, ovc->context_object); in _gda_vconnection_change_working_obj()
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sqlite/virtual/
H A Dgda-vconnection-data-model.c681 VContext *ovc, *nvc; in _gda_vconnection_change_working_obj() local
682 ovc = td->context.current_vcontext; in _gda_vconnection_change_working_obj()
685 nvc->vtable = ovc->vtable; in _gda_vconnection_change_working_obj()
686 nvc->context_data = ovc->context_data; in _gda_vconnection_change_working_obj()
687 ovc->context_data = NULL; in _gda_vconnection_change_working_obj()
693 g_hash_table_remove (td->context.hash, ovc->context_object); in _gda_vconnection_change_working_obj()
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sqlite/virtual/
H A Dgda-vconnection-data-model.c681 VContext *ovc, *nvc; in _gda_vconnection_change_working_obj() local
682 ovc = td->context.current_vcontext; in _gda_vconnection_change_working_obj()
685 nvc->vtable = ovc->vtable; in _gda_vconnection_change_working_obj()
686 nvc->context_data = ovc->context_data; in _gda_vconnection_change_working_obj()
687 ovc->context_data = NULL; in _gda_vconnection_change_working_obj()
693 g_hash_table_remove (td->context.hash, ovc->context_object); in _gda_vconnection_change_working_obj()
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/virtual/
H A Dgda-vconnection-data-model.c681 VContext *ovc, *nvc; in _gda_vconnection_change_working_obj() local
682 ovc = td->context.current_vcontext; in _gda_vconnection_change_working_obj()
685 nvc->vtable = ovc->vtable; in _gda_vconnection_change_working_obj()
686 nvc->context_data = ovc->context_data; in _gda_vconnection_change_working_obj()
687 ovc->context_data = NULL; in _gda_vconnection_change_working_obj()
693 g_hash_table_remove (td->context.hash, ovc->context_object); in _gda_vconnection_change_working_obj()

12345678910>>...19