Home
last modified time | relevance | path

Searched refs:coeff_v (Results 1 – 15 of 15) sorted by relevance

/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A DMCMCnbutil.cc176 Matrix<double,Row,Concrete> coeff_v(5, nc); in component_selector() local
191 coeff_v = -2.191015160635e-005, 7.060864706965e-005, 1.823003483481e-004, 1.613752763707e-004, in component_selector()
211 coeff_v = -2.726183914412441e-007, 1.118379212729684e-006, 2.197737873275589e-006, in component_selector()
231 coeff_v = -2.802162650788337e-009, 3.776558110733883e-008, in component_selector()
251 coeff_v = -6.024563976875348e-011, 5.024317053887777e-010, in component_selector()
271 coeff_v = -1.418731402291282e-012, 1.576782807097003e-011, in component_selector()
302 …rmat(_, 2) = (1 + coeff_v(0, _) * yt * yt + coeff_v(1, _)*yt) / (coeff_v(3, _) * yt + coeff_v(4, _… in component_selector()
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dffpoly.spad517 coeff_v(i) := elem1
567 coeff_v(i) := coeff_v(i1)
611 coeff_v(w - i) := ci
615 coeff_v(1) := elem1
656 coeff_v(w - i) := ci
679 coeff_v(1) := 0
682 coeff_v(w) := 1
716 coeff_v(w - i) := ci
723 coeff_v(0) := 0
729 coeff_v(w) := 1
[all …]
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DFFPOLY.lsp935 (QSETAREF1 |coeff_v| |i|
953 (|coeff_v| (|PrimitiveArray| GF))
1061 (LETT |coeff_v|
1127 (|coeff_v| (|PrimitiveArray| GF))
1181 (LETT |coeff_v|
1220 (QSETAREF1 |coeff_v| 0
1272 (|coeff_v| (|PrimitiveArray| GF))
1345 (LETT |coeff_v|
1383 |coeff_v| 0
1425 (|coeff_v| (|PrimitiveArray| GF))
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/ti-vpe/
H A Dsc.c116 u16 *coeff_v = addr; in sc_set_vs_coeffs() local
134 *coeff_v++ = *cp++; in sc_set_vs_coeffs()
140 coeff_v += SC_NUM_TAPS_MEM_ALIGN - SC_V_NUM_TAPS; in sc_set_vs_coeffs()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/ti-vpe/
H A Dsc.c116 u16 *coeff_v = addr; in sc_set_vs_coeffs() local
134 *coeff_v++ = *cp++; in sc_set_vs_coeffs()
140 coeff_v += SC_NUM_TAPS_MEM_ALIGN - SC_V_NUM_TAPS; in sc_set_vs_coeffs()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/ti-vpe/
H A Dsc.c116 u16 *coeff_v = addr; in sc_set_vs_coeffs() local
134 *coeff_v++ = *cp++; in sc_set_vs_coeffs()
140 coeff_v += SC_NUM_TAPS_MEM_ALIGN - SC_V_NUM_TAPS; in sc_set_vs_coeffs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/dsp/arm/
H A Dfilm_grain_neon.cc316 const int coeff_v = in ApplyAutoRegressiveFilterToChromaGrains_NEON() local
321 sum_v.val[0] = vmlal_n_s16(sum_v.val[0], vget_low_s16(luma), coeff_v); in ApplyAutoRegressiveFilterToChromaGrains_NEON()
322 sum_v.val[1] = vmlal_n_s16(sum_v.val[1], vget_high_s16(luma), coeff_v); in ApplyAutoRegressiveFilterToChromaGrains_NEON()
396 const int coeff_v = in ApplyAutoRegressiveFilterToChromaGrains_NEON() local
401 sum_v.val[0] = vmlal_n_s16(sum_v.val[0], vget_low_s16(luma), coeff_v); in ApplyAutoRegressiveFilterToChromaGrains_NEON()
402 sum_v.val[1] = vmlal_n_s16(sum_v.val[1], vget_high_s16(luma), coeff_v); in ApplyAutoRegressiveFilterToChromaGrains_NEON()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/dsp/arm/
H A Dfilm_grain_neon.cc316 const int coeff_v = in ApplyAutoRegressiveFilterToChromaGrains_NEON() local
321 sum_v.val[0] = vmlal_n_s16(sum_v.val[0], vget_low_s16(luma), coeff_v); in ApplyAutoRegressiveFilterToChromaGrains_NEON()
322 sum_v.val[1] = vmlal_n_s16(sum_v.val[1], vget_high_s16(luma), coeff_v); in ApplyAutoRegressiveFilterToChromaGrains_NEON()
396 const int coeff_v = in ApplyAutoRegressiveFilterToChromaGrains_NEON() local
401 sum_v.val[0] = vmlal_n_s16(sum_v.val[0], vget_low_s16(luma), coeff_v); in ApplyAutoRegressiveFilterToChromaGrains_NEON()
402 sum_v.val[1] = vmlal_n_s16(sum_v.val[1], vget_high_s16(luma), coeff_v); in ApplyAutoRegressiveFilterToChromaGrains_NEON()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/dsp/
H A Dfilm_grain.cc191 const int coeff_v = params.auto_regression_coeff_v[pos]; in ApplyAutoRegressiveFilterToChromaGrains_C() local
197 coeff_v; in ApplyAutoRegressiveFilterToChromaGrains_C()
214 const int coeff_v = params.auto_regression_coeff_v[pos]; in ApplyAutoRegressiveFilterToChromaGrains_C() local
216 sum_v += luma * coeff_v; in ApplyAutoRegressiveFilterToChromaGrains_C()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/dsp/
H A Dfilm_grain.cc191 const int coeff_v = params.auto_regression_coeff_v[pos]; in ApplyAutoRegressiveFilterToChromaGrains_C() local
197 coeff_v; in ApplyAutoRegressiveFilterToChromaGrains_C()
214 const int coeff_v = params.auto_regression_coeff_v[pos]; in ApplyAutoRegressiveFilterToChromaGrains_C() local
216 sum_v += luma * coeff_v; in ApplyAutoRegressiveFilterToChromaGrains_C()
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/
H A Dfilm_grain.cc200 const int coeff_v = params.auto_regression_coeff_v[pos]; in ApplyAutoRegressiveFilterToChromaGrains_C() local
206 coeff_v; in ApplyAutoRegressiveFilterToChromaGrains_C()
223 const int coeff_v = params.auto_regression_coeff_v[pos]; in ApplyAutoRegressiveFilterToChromaGrains_C() local
225 sum_v += luma * coeff_v; in ApplyAutoRegressiveFilterToChromaGrains_C()
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/arm/
H A Dfilm_grain_neon.cc358 const int coeff_v = in ApplyAutoRegressiveFilterToChromaGrains_NEON() local
363 sum_v.val[0] = vmlal_n_s16(sum_v.val[0], vget_low_s16(luma), coeff_v); in ApplyAutoRegressiveFilterToChromaGrains_NEON()
364 sum_v.val[1] = vmlal_n_s16(sum_v.val[1], vget_high_s16(luma), coeff_v); in ApplyAutoRegressiveFilterToChromaGrains_NEON()
438 const int coeff_v = in ApplyAutoRegressiveFilterToChromaGrains_NEON() local
443 sum_v.val[0] = vmlal_n_s16(sum_v.val[0], vget_low_s16(luma), coeff_v); in ApplyAutoRegressiveFilterToChromaGrains_NEON()
444 sum_v.val[1] = vmlal_n_s16(sum_v.val[1], vget_high_s16(luma), coeff_v); in ApplyAutoRegressiveFilterToChromaGrains_NEON()
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dencode_coding_tree.c172 const coeff_t *coeff_v = &state->coeff->v[xy_to_zorder(LCU_WIDTH_C, x_local, y_local)]; in encode_transform_unit() local
179 kvz_encode_coeff_nxn(state, &state->cabac, coeff_v, width_c, 2, scan_idx, 0); in encode_transform_unit()
/dports/devel/ppl/ppl-1.2/src/
H A DOctagonal_Shape_templates.hh5971 const Coefficient& coeff_v = expr.coefficient(var); in affine_preimage() local
5972 if (coeff_v != 0) { in affine_preimage()
5973 if (coeff_v > 0) { in affine_preimage()
5975 Linear_Expression inverse = ((coeff_v + denominator)*var); in affine_preimage()
5977 affine_image(var, inverse, coeff_v); in affine_preimage()
5982 neg_assign(minus_coeff_v, coeff_v); in affine_preimage()
H A Dppl.hh.dist77025 const Coefficient& coeff_v = expr.coefficient(var);
77026 if (coeff_v != 0) {
77027 if (coeff_v > 0) {
77029 Linear_Expression inverse = ((coeff_v + denominator)*var);
77031 affine_image(var, inverse, coeff_v);
77036 neg_assign(minus_coeff_v, coeff_v);