Home
last modified time | relevance | path

Searched full:estimation (Results 1 – 25 of 208) sorted by relevance

123456789

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/graph_kernel/
Dparallel_estimate.py37 estimation = model.parallel_estimate(graphs, target)
38 res = (estimation.block_assign, estimation.gain,
39 estimation.fusion_type, estimation.type_info)
54 estimation = model.parallel_estimate([comp.graph], target)
55 return estimation.bottleneck
/third_party/openGLES/extensions/QCOM/
DQCOM_motion_estimation.txt42 Motion estimation, also referred to as optical flow, is the process of
44 image to a target image. There are various uses of motion estimation, such as
47 This extension adds support for motion estimation in OpenGL ES by adding
91 are called to perfom the motion estimation based on the contents of the two input
92 textures, <ref> and <target>. The results of the motion estimation are stored in
120 motion estimation will not be performed for the corresponding block. Any non-zero texel value
156 Resolved: Motion estimation tracks the brightness across the input textures. To produce
173 (3) Why is the motion estimation quality not defined?
/third_party/ffmpeg/doc/
Dcodecs.texi74 Apply interlaced motion estimation.
534 Set diamond type & size for motion estimation.
537 full motion estimation(slowest)
539 umh motion estimation
541 hex motion estimation
543 l2s diamond motion estimation
545 var diamond motion estimation
547 small diamond motion estimation
549 funny diamond motion estimation
551 sab diamond motion estimation
[all …]
Dlexicon17 me: motion estimation
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_def/doc/
Dreduce_std_doc.yaml14 If ``True`` , will use the Bessel correction unbiased estimation.
15 … If ``False`` , will through the biased estimation to calculate the standard deviation.
/third_party/ffmpeg/libavcodec/
Dsvq1enc.h36 /* FIXME: Needed for motion estimation, should not be used for anything
37 * else, the idea is to make the motion estimation eventually independent
Dmotion_est.h2 * Motion estimation
45 * Motion estimation context.
Dmpegvideoenc.h109 {"motion_est", "motion estimation algorithm", FF_MPV_OFFSET(motion_est), AV_O…
113 {"mepc", "Motion estimation bitrate penalty compensation (1.0 = 256)", FF_MPV_OFFSET(me_penalty_com…
114 {"mepre", "pre motion estimation", FF_MPV_OFFSET(me_pre), AV_OPT_TYPE_INT, {.i64 = 0 }, INT_MIN, IN…
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dperformance.compiler.txt27 + Front-end time estimation with invalid shaders
81 Overview for invalid shader cases (front-end time estimation):
/third_party/mesa3d/src/imagination/common/
Dpvr_util.h77 /* The value of nr_digits is an estimation of ceil(log10(x)) with variance in u32_dec_digits()
78 * +0/-1 (as per the comment on the estimation lut). in u32_dec_digits()
Dpvr_util.c27 * log10(2**n) estimation. Estimations of log2(n) +1/-0 are very fast on modern
/third_party/libevdev/tools/
Dmouse-dpi-tool.13 mouse-dpi-tool \- mouse resolution estimation tool
/third_party/iptables/extensions/
Dlibxt_RATEEST.man1 The RATEEST target collects statistics, performs rate estimation calculation
/third_party/mindspore/mindspore-src/source/docs/api/api_python/nn/
Dmindspore.nn.Adam.rst6 Adaptive Moment Estimation (Adam)算法的实现。
8 … Adam optimizer可以使用梯度的first-order moment estimation和second-order moment estimation,动态地调整每一个参数的学习率。
/third_party/skia/m133/third_party/externals/libwebp/extras/
Dsharpyuv_risk_table.h10 // Precomputed data for 420 risk estimation.
Dwebp_quality.c3 // Result is a *rough* estimation of the quality. You should just consider
/third_party/lwip/
DFEATURES10 - Extended TCP features: congestion control, RTT estimation and fast recovery/fast retransmit, send…
/third_party/skia/m133/third_party/externals/libjpeg-turbo/
Djdarith.c65 * index into the probability estimation state machine table
110 * the probability estimation state machine table,
158 * Qe values and probability estimation state machine in arith_decode()
165 /* Decode & estimation procedures per sections D.2.4 & D.2.5 */ in arith_decode()
416 st = entropy->fixed_bin; /* use fixed probability estimation */ in decode_mcu_DC_refine()
767 /* Initialize index for fixed probability estimation */ in jinit_arith_decoder()
Djcarith.c65 * index into the probability estimation state machine table
220 * the probability estimation state machine table,
233 * Qe values and probability estimation state machine in arith_encode()
240 /* Encode & estimation procedures per sections D.1.4 & D.1.5 */ in arith_encode()
575 st = entropy->fixed_bin; /* use fixed probability estimation */ in encode_mcu_DC_refine()
930 /* Initialize index for fixed probability estimation */ in jinit_arith_encoder()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djdarith.c65 * index into the probability estimation state machine table
110 * the probability estimation state machine table,
158 * Qe values and probability estimation state machine in arith_decode()
165 /* Decode & estimation procedures per sections D.2.4 & D.2.5 */ in arith_decode()
416 st = entropy->fixed_bin; /* use fixed probability estimation */ in decode_mcu_DC_refine()
767 /* Initialize index for fixed probability estimation */ in jinit_arith_decoder()
Djcarith.c65 * index into the probability estimation state machine table
220 * the probability estimation state machine table,
233 * Qe values and probability estimation state machine in arith_encode()
240 /* Encode & estimation procedures per sections D.1.4 & D.1.5 */ in arith_encode()
575 st = entropy->fixed_bin; /* use fixed probability estimation */ in encode_mcu_DC_refine()
930 /* Initialize index for fixed probability estimation */ in jinit_arith_encoder()
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dadam.h29 /// \brief Updates gradients by the Adaptive Moment Estimation (Adam) algorithm.
/third_party/skia/third_party/externals/libwebp/extras/
Dwebp_quality.c3 // Result is a *rough* estimation of the quality. You should just consider
/third_party/pulseaudio/src/pulsecore/
Dtime-smoother.c45 * 'adjust_time' ahead and smoothen our current estimation function
52 * The larger 'adjust_time' is chosen the smoother our estimation
55 * If 'monotonic' is true the resulting estimation function is
/third_party/mindspore/mindspore-src/source/docs/api/api_python/dataset_audio/
Dmindspore.dataset.audio.GriffinLim.rst9 …与 `Signal estimation from modified short-time Fourier transform <https://doi.org/10.1109/ICASSP.19…

123456789