Home
last modified time | relevance | path

Searched refs:cweight (Results 1 – 25 of 67) sorted by relevance

123

/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/av-metrics-0.7.2/src/video/
H A Dssim.rs29 let cweight = Some( in calculate_video_ssim() localVariable
52 result.y + cweight * (result.u + result.v), in calculate_frame_ssim()
53 1.0 + 2.0 * cweight, in calculate_frame_ssim()
60 pub cweight: Option<f64>, field
143 let cweight = self.cweight.unwrap_or(1.0); in aggregate_frame_results() localVariable
152 y_sum + cweight * (u_sum + v_sum), in aggregate_frame_results()
171 let cweight = Some( in calculate_video_msssim() localVariable
199 1.0 + 2.0 * cweight, in calculate_frame_msssim()
206 pub cweight: Option<f64>, field
252 let cweight = self.cweight.unwrap(); in aggregate_frame_results() localVariable
[all …]
H A Dpsnr_hvs.rs25 let cweight = Some( in calculate_video_psnr_hvs() localVariable
31 PsnrHvs { cweight }.process_video(decoder1, decoder2, frame_limit, progress_callback) in calculate_video_psnr_hvs()
42 let cweight = frame1.chroma_sampling.get_chroma_weight(); in calculate_frame_psnr_hvs() localVariable
48 result.y + cweight * (result.u + result.v), in calculate_frame_psnr_hvs()
49 1.0 + 2.0 * cweight, in calculate_frame_psnr_hvs()
56 pub cweight: Option<f64>, field
102 let cweight = self.cweight.unwrap_or(1.0); in aggregate_frame_results() localVariable
111 sum_y + cweight * (sum_u + sum_v), in aggregate_frame_results()
112 (1. + 2. * cweight) * 1. / metrics.len() as f64, in aggregate_frame_results()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/av-metrics-0.7.2/src/video/
H A Dssim.rs29 let cweight = Some( in calculate_video_ssim() localVariable
52 result.y + cweight * (result.u + result.v), in calculate_frame_ssim()
53 1.0 + 2.0 * cweight, in calculate_frame_ssim()
60 pub cweight: Option<f64>, field
143 let cweight = self.cweight.unwrap_or(1.0); in aggregate_frame_results() localVariable
152 y_sum + cweight * (u_sum + v_sum), in aggregate_frame_results()
171 let cweight = Some( in calculate_video_msssim() localVariable
199 1.0 + 2.0 * cweight, in calculate_frame_msssim()
206 pub cweight: Option<f64>, field
252 let cweight = self.cweight.unwrap(); in aggregate_frame_results() localVariable
[all …]
H A Dpsnr_hvs.rs25 let cweight = Some( in calculate_video_psnr_hvs() localVariable
31 PsnrHvs { cweight }.process_video(decoder1, decoder2, frame_limit, progress_callback) in calculate_video_psnr_hvs()
42 let cweight = frame1.chroma_sampling.get_chroma_weight(); in calculate_frame_psnr_hvs() localVariable
48 result.y + cweight * (result.u + result.v), in calculate_frame_psnr_hvs()
49 1.0 + 2.0 * cweight, in calculate_frame_psnr_hvs()
56 pub cweight: Option<f64>, field
102 let cweight = self.cweight.unwrap_or(1.0); in aggregate_frame_results() localVariable
111 sum_y + cweight * (sum_u + sum_v), in aggregate_frame_results()
112 (1. + 2. * cweight) * 1. / metrics.len() as f64, in aggregate_frame_results()
/dports/math/eprover/eprover-E-2.0/HEURISTICS/
H A Dche_funweights.c423 data->cweight = cweight; in ConjectureSymbolWeightInit()
481 data->cweight = cweight; in RelevanceLevelWeightInit()
536 data->cweight = cweight; in RelevanceLevelWeightInit2()
582 cweight = ParseInt(in); in ConjectureSymbolWeightParse()
697 int fweight, pweight, cweight, vweight; in ConjectureRelativeSymbolWeightParse() local
709 cweight = ParseInt(in); in ConjectureRelativeSymbolWeightParse()
764 cweight, in RelevanceLevelWeightParse() local
792 cweight = ParseInt(in); in RelevanceLevelWeightParse()
815 cweight, in RelevanceLevelWeightParse()
847 cweight, in RelevanceLevelWeightParse2() local
[all …]
H A Dche_funweights.h54 long cweight; member
108 long cweight,
H A Dche_varweights.c894 int vweight, int cweight, int pweight, OCB_p in SymTypeWeightInit() argument
903 data->cweight = cweight; in SymTypeWeightInit()
929 int fweight, vweight, cweight, pweight; in SymTypeWeightParse() local
940 cweight = ParseInt(in); in SymTypeWeightParse()
951 return SymTypeWeightInit(prio_fun, fweight, vweight, cweight, in SymTypeWeightParse()
981 local->cweight, in SymTypeWeightCompute()
H A Dche_varweights.h55 long cweight; member
146 int vweight, int cweight, int pweight, OCB_p
/dports/science/plumed/plumed2-2.7.2/src/vesselbase/
H A DActionWithAveraging.cpp56 lweight(0),cweight(0) in ActionWithAveraging()
148 lweight=sum; cweight = exp( sum ); in update()
150 lweight=0; cweight=1.0; in update()
155 deactivateAllTasks(); cweight=0; in update()
157 taskFlags[i]=1; cweight += my_analysis_object->getWeight(i); in update()
168 double normt = cweight; if( !my_analysis_object && normalization==ndata ) normt = 1; in update()
184 …( 1+getNumberOfArguments(), 1.0 ); else myvals.setValue( 1+getNumberOfArguments(), 1.0 / cweight ); in performTask()
H A DActionWithAveraging.h71 double lweight, cweight; variable
/dports/science/plumed/plumed2-2.7.2/src/gridtools/
H A DActionWithGrid.cpp88 lweight=0; cweight=1.0; in calculate()
96 if( mygrid ) mygrid->setNorm( cweight ); in calculate()
105 myvals.setValue( 0, cweight ); compute( current, myvals ); in runTask()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/dlua/
H A Dutil.lua305 local cweight = 0
310 cweight = cweight + wt
311 if crawl.random2(cweight) < wt then
330 local cweight = 0
344 cweight = cweight + wt
345 if crawl.random2(cweight) < wt then
/dports/devel/libthai/libthai-0.1.28/src/thcoll/
H A DMakefile.am7 libthcoll_la_SOURCES = cweight.c cweight.h thcoll.c
H A DMakefile.in105 am_libthcoll_la_OBJECTS = cweight.lo thcoll.lo
305 libthcoll_la_SOURCES = cweight.c cweight.h thcoll.c
360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cweight.Plo@am__quote@
/dports/misc/tvm/incubator-tvm-0.6.1/vta/python/vta/top/
H A Dvta_dense.py117 cweight = s.cache_read(weight, env.wgt_scope, [dense_stage])
162 s[cweight].compute_at(s[dense_stage], k_o)
166 s[cweight].pragma(s[cweight].op.axis[0], env.dma_copy)
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/vta/python/vta/top/
H A Dvta_dense.py119 cweight = s.cache_read(weight, env.wgt_scope, [dense_stage])
163 s[cweight].compute_at(s[dense_stage], k_o)
167 s[cweight].pragma(s[cweight].op.axis[0], env.dma_copy)
/dports/misc/py-tvm/incubator-tvm-0.6.1/vta/python/vta/top/
H A Dvta_dense.py117 cweight = s.cache_read(weight, env.wgt_scope, [dense_stage])
162 s[cweight].compute_at(s[dense_stage], k_o)
166 s[cweight].pragma(s[cweight].op.axis[0], env.dma_copy)
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Drandom.h205 T random_choose_weighted(int cweight, T curr, int nweight, T next, Args... args) in random_choose_weighted() argument
207 return random_choose_weighted<T>(cweight + nweight, in random_choose_weighted()
208 random2(cweight+nweight) < nweight ? next in random_choose_weighted()
/dports/audio/julius/julius-4.1.2/libsent/src/wav2mfcc/
H A Dwav2mfcc-pipe.c255 c->cweight = weight; in CMN_realtime_new()
340 x = c->now.mfcc_sum[d] + c->cweight * c->cmean_init[d]; in CMN_realtime()
341 y = (double)c->now.framenum + c->cweight; in CMN_realtime()
353 x = c->now.mfcc_var[d] + c->cweight * c->cvar_init[d]; in CMN_realtime()
354 y = (double)c->now.framenum + c->cweight; in CMN_realtime()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/utils/altivec/
H A Dbuild_sub44_mests.c836 unsigned int i, weight, cweight; in verify_sads() local
845 cweight = ALTIVEC_TEST_WITH(sad_sub44)(pblk,s44blk,rowstride,h) & 0xffff; in verify_sads()
847 cweight = sad_sub44(pblk,s44blk,rowstride,h) & 0xffff; in verify_sads()
849 if (weight != cweight) in verify_sads()
852 weight, cweight, pblk, s44blk, rowstride, h); in verify_sads()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dresize.cpp1320 u8* cweight = gcweight; in resize_bilinear_rows() local
1327 uint8x8_t vc0w = vdup_n_u8(cweight[0]); in resize_bilinear_rows()
1328 uint8x8_t vc1w = vdup_n_u8(cweight[1]); in resize_bilinear_rows()
1329 uint8x8_t vc2w = vdup_n_u8(cweight[2]); in resize_bilinear_rows()
1330 uint8x8_t vc3w = vdup_n_u8(cweight[3]); in resize_bilinear_rows()
1331 uint8x8_t vc4w = vdup_n_u8(cweight[4]); in resize_bilinear_rows()
1332 uint8x8_t vc5w = vdup_n_u8(cweight[5]); in resize_bilinear_rows()
1333 uint8x8_t vc6w = vdup_n_u8(cweight[6]); in resize_bilinear_rows()
1334 uint8x8_t vc7w = vdup_n_u8(cweight[7]); in resize_bilinear_rows()
1336 uint8x8_t vc0w2 = vdup_n_u8(128 - cweight[0]); in resize_bilinear_rows()
[all …]
/dports/science/plumed/plumed2-2.7.2/src/analysis/
H A DAverage.cpp137 myaverage->accumulate( cweight, getArgument(0) ); in performOperations()
H A DHistogram.cpp392 if( !noNormalization() ) ww = cweight / norm; in prepareForAveraging()
393 else ww = cweight; in prepareForAveraging()
408 mygrid->addToGridElement( neighbors[0], 0, cweight ); in prepareForAveraging()
/dports/science/R-cran-kernlab/kernlab/
H A DMD598 342cbb0568a2fa8f27b1f0c42542737e *src/cweight.cpp
99 0ede046d861731d10f965e2ff8f50e4e *src/cweight.h
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/batikvis/src/main/java/de/lmu/ifi/dbs/elki/visualization/visualizers/scatterplot/cluster/
H A DClusterHullVisualization.java269 double weight = ids.size(), cweight = coremodel ? cids.size() : 0.0; in buildHullsRecursively() local
290 cweight += ipoly.first / numc; in buildHullsRecursively()
300 hulls.put(model, new DoubleObjPair<>(cweight, hull2.getHull())); in buildHullsRecursively()

123