Home
last modified time | relevance | path

Searched refs:weightTemp (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/gegl/gegl-0.4.34/seamless-clone/
H A Dsc-sample.c95 gdouble weightTemp; in gegl_sc_compute_sample_list_weights() local
146 weightTemp = (tan_as_half[0] + tan_as_half[N-1]) / norms[0]; in gegl_sc_compute_sample_list_weights()
147 g_array_append_val (sl->weights, weightTemp); in gegl_sc_compute_sample_list_weights()
151 weightTemp = (tan_as_half[i - 1] + tan_as_half[i % N]) / pow (norms[i % N], 2); in gegl_sc_compute_sample_list_weights()
152 sl->total_weight += weightTemp; in gegl_sc_compute_sample_list_weights()
153 g_array_append_val (sl->weights, weightTemp); in gegl_sc_compute_sample_list_weights()
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A DweightPrediction.cpp171 pixel * weightTemp, in weightCost() argument
188 primitives.weight_pp(ref, weightTemp, stride, pwidth, height, in weightCost()
190 ref = weightTemp; in weightCost()
246 pixel *weightTemp = mcbuf + fencPic->m_stride * fencPic->m_picHeight; in weightAnalyse() local
405 …uint32_t origscore = weightCost(orig, fref, weightTemp, stride, cache, width, height, NULL, !plane… in weightAnalyse()
446 … uint32_t s = weightCost(orig, fref, weightTemp, stride, cache, width, height, &wsp, !plane) + in weightAnalyse()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A DweightPrediction.cpp169 pixel * weightTemp, in weightCost() argument
187 primitives.weight_pp(ref, weightTemp, stride, pwidth, height, in weightCost()
189 ref = weightTemp; in weightCost()
245 pixel *weightTemp = mcbuf + fencPic->m_stride * fencPic->m_picHeight; in weightAnalyse() local
404 …uint32_t origscore = weightCost(orig, fref, weightTemp, stride, cache, width, height, NULL, !plane… in weightAnalyse()
445 … uint32_t s = weightCost(orig, fref, weightTemp, stride, cache, width, height, &wsp, !plane) + in weightAnalyse()
/dports/multimedia/x265/source/encoder/
H A DweightPrediction.cpp171 pixel * weightTemp, in weightCost() argument
188 primitives.weight_pp(ref, weightTemp, stride, pwidth, height, in weightCost()
190 ref = weightTemp; in weightCost()
246 pixel *weightTemp = mcbuf + fencPic->m_stride * fencPic->m_picHeight; in weightAnalyse() local
405 …uint32_t origscore = weightCost(orig, fref, weightTemp, stride, cache, width, height, NULL, !plane… in weightAnalyse()
446 … uint32_t s = weightCost(orig, fref, weightTemp, stride, cache, width, height, &wsp, !plane) + in weightAnalyse()
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/x86_x64/avx/
H A DGemmInt8.cpp1031 auto weightTemp = (int64_t*)(&weightValue); in _AVX_MNNLineDepthWiseInt8AddBiasScaleUnit() local
1055 weightTemp[0] = *(int64_t*)weight_x; in _AVX_MNNLineDepthWiseInt8AddBiasScaleUnit()
1056 weightTemp[2] = *(int64_t*)weight_x; in _AVX_MNNLineDepthWiseInt8AddBiasScaleUnit()
1107 weightTemp[0] = *(int64_t*)weight_x; in _AVX_MNNLineDepthWiseInt8AddBiasScaleUnit()
1108 weightTemp[2] = *(int64_t*)weight_x; in _AVX_MNNLineDepthWiseInt8AddBiasScaleUnit()
1160 weightTemp[0] = *(int64_t*)weight_x; in _AVX_MNNLineDepthWiseInt8AddBiasScaleUnit()
1161 weightTemp[2] = *(int64_t*)weight_x; in _AVX_MNNLineDepthWiseInt8AddBiasScaleUnit()
1211 weightTemp[0] = *(int64_t*)weight_x; in _AVX_MNNLineDepthWiseInt8AddBiasScaleUnit()
1212 weightTemp[2] = *(int64_t*)weight_x; in _AVX_MNNLineDepthWiseInt8AddBiasScaleUnit()
1261 weightTemp[0] = *(int64_t*)weight_x; in _AVX_MNNLineDepthWiseInt8AddBiasScaleUnit()
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/x86_x64/sse/
H A DCommonOptFunction.cpp394 auto weightTemp = (int64_t*)(&weightValue); in _SSE_MNNLineDepthWiseInt8AddBiasScaleUnit() local
423 weightTemp[0] = *(int64_t*)weight_x; in _SSE_MNNLineDepthWiseInt8AddBiasScaleUnit()
491 weightTemp[0] = *(int64_t*)weight_x; in _SSE_MNNLineDepthWiseInt8AddBiasScaleUnit()
558 weightTemp[0] = *(int64_t*)weight_x; in _SSE_MNNLineDepthWiseInt8AddBiasScaleUnit()
614 weightTemp[0] = *(int64_t*)weight_x; in _SSE_MNNLineDepthWiseInt8AddBiasScaleUnit()
660 weightTemp[0] = *(int64_t*)weight_x; in _SSE_MNNLineDepthWiseInt8AddBiasScaleUnit()
/dports/misc/mnn/MNN-1.2.0/tools/train/source/nn/
H A DNN.cpp685 …auto weightTemp = clamp(_Round(mWeight * _Reciprocal(weightScale)), mWeightClampValue) * weightSca… in onForward() local
686 weightTemp = weightTemp + _ZeroGrad(mWeight); in onForward()
696 … res = _Conv(weightTemp, mBias, _Convert(inputPair[0], NC4HW4), mOption.padMode, mOption.stride, in onForward()
718 …auto weightTemp = clamp(_Round(mWeight * _Reciprocal(weightScale)), mWeightClampValue) * weightSca… in onForward() local
728 …auto simuRes = _Conv(weightTemp, mBias, _Convert(inputPair[0], NC4HW4), mOption.padMode, mOption.s… in onForward()