Home
last modified time | relevance | path

Searched refs:num_coefs (Results 1 – 25 of 52) sorted by relevance

123

/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/gdk/
H A Dhaar_analyser.cpp195 for (i = 1; i < num_coefs + 1; i++) { in get_m_largests()
242 get_m_largests(cdata1, sig1, num_coefs); in calcHaar()
245 get_m_largests(cdata2, sig2, num_coefs); in calcHaar()
248 get_m_largests(cdata3, sig3, num_coefs); in calcHaar()
375 static int make_sigs(_sdata *sdata, int num_coefs) { in make_sigs() argument
376 sdata->sig1 = (Idx *)weed_malloc(num_coefs * sizeof(Idx)); in make_sigs()
392 sdata->coefs = num_coefs; in make_sigs()
449 int num_coefs = weed_param_get_value_int(in_params[0]); in haar_process() local
512 if (num_coefs != sdata->coefs) { in haar_process()
516 make_sigs(sdata, num_coefs); in haar_process()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/xspice/enh/
H A Denhtrans.c289 int num_coefs; in two2three_translate() local
345 num_coefs = num_tokens - num_conns - 3; /* no POLY token */ in two2three_translate()
347 num_coefs = num_tokens - num_conns - 5; /* POLY token present */ in two2three_translate()
351 …e_translate, num_tokens=%d, num_conns=%d, num_coefs=%d . . .\n", num_tokens, num_conns, num_coefs); in two2three_translate()
354 if(num_coefs < 1) { in two2three_translate()
393 coef = TMALLOC(char *, num_coefs); in two2three_translate()
394 for(i = 0; i < num_coefs; i++) in two2three_translate()
411 for(i = 0; i < num_coefs; i++) in two2three_translate()
456 for(i = 0; i < num_coefs; i++) in two2three_translate()
485 for(i = 0; i < num_coefs; i++) { in two2three_translate()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Drdo.c657 if( num_coefs == 16 ) in quant_trellis_cabac()
668 if( num_coefs == 8 ) in quant_trellis_cabac()
678 if( num_coefs == 64 ) in quant_trellis_cabac()
714 if( num_coefs == 16 && !dc ) in quant_trellis_cabac()
724 else if( num_coefs == 8 && dc ) in quant_trellis_cabac()
753 idx &= num_coefs == 64 ? 3 : 15; in quant_trellis_cabac()
874 if( num_coefs == 16 && !dc ) in quant_trellis_cabac()
942 int end = num_coefs - 1; in quant_trellis_cavlc()
1115 int num_coefs; in x264_quant_chroma_dc_trellis() local
1121 num_coefs = 8; in x264_quant_chroma_dc_trellis()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Drdo.c680 if( num_coefs == 16 ) in quant_trellis_cabac()
694 if( num_coefs == 8 ) in quant_trellis_cabac()
704 if( num_coefs == 64 ) in quant_trellis_cabac()
736 if( num_coefs == 16 && !dc ) in quant_trellis_cabac()
746 else if( num_coefs == 8 && dc ) in quant_trellis_cabac()
771 idx &= num_coefs == 64 ? 3 : 15; in quant_trellis_cabac()
892 if( num_coefs == 16 && !dc ) in quant_trellis_cabac()
957 int end = num_coefs - 1; in quant_trellis_cavlc()
1143 int num_coefs; in x264_quant_chroma_dc_trellis() local
1149 num_coefs = 8; in x264_quant_chroma_dc_trellis()
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Drdo.c657 if( num_coefs == 16 ) in quant_trellis_cabac()
668 if( num_coefs == 8 ) in quant_trellis_cabac()
678 if( num_coefs == 64 ) in quant_trellis_cabac()
714 if( num_coefs == 16 && !dc ) in quant_trellis_cabac()
724 else if( num_coefs == 8 && dc ) in quant_trellis_cabac()
753 idx &= num_coefs == 64 ? 3 : 15; in quant_trellis_cabac()
874 if( num_coefs == 16 && !dc ) in quant_trellis_cabac()
942 int end = num_coefs - 1; in quant_trellis_cavlc()
1115 int num_coefs; in x264_quant_chroma_dc_trellis() local
1121 num_coefs = 8; in x264_quant_chroma_dc_trellis()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Drdo.c680 if( num_coefs == 16 ) in quant_trellis_cabac()
694 if( num_coefs == 8 ) in quant_trellis_cabac()
704 if( num_coefs == 64 ) in quant_trellis_cabac()
736 if( num_coefs == 16 && !dc ) in quant_trellis_cabac()
746 else if( num_coefs == 8 && dc ) in quant_trellis_cabac()
771 idx &= num_coefs == 64 ? 3 : 15; in quant_trellis_cabac()
892 if( num_coefs == 16 && !dc ) in quant_trellis_cabac()
957 int end = num_coefs - 1; in quant_trellis_cavlc()
1143 int num_coefs; in x264_quant_chroma_dc_trellis() local
1149 num_coefs = 8; in x264_quant_chroma_dc_trellis()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/Jastrow/
H A DCudaSpline.h31 int num_coefs = func.SplineCoefs.size(); in set() local
32 gpu::host_vector<T> coefs_h(num_coefs); in set()
33 for (int i = 0; i < num_coefs; i++) in set()
/dports/audio/libsoxr/soxr-0.1.3-Source/src/
H A Dcr.c20 #define num_coefs4 ((core_flags&CORE_SIMD_POLY)? ((num_coefs+3)&~3) : num_coefs)
31 static real * prepare_poly_fir_coefs(double const * coefs, int num_coefs, in prepare_poly_fir_coefs() argument
39 for (i = num_coefs - 1; i >= 0; --i) in prepare_poly_fir_coefs()
369 s->n = half_fir_info->num_coefs; in _soxr_init()
401 int order, num_coefs = (int)f->interp[0].scalar, phase_bits, phases; in _soxr_init() local
424 num_coefs = n0 / phases0 + 1, num_coefs += num_coefs & !preM; in _soxr_init()
426 if ((num_coefs & 1) && rational && (arbL & 1)) in _soxr_init()
428 at = arbL * (s->phase0 = .5 * (num_coefs & 1)); in _soxr_init()
435 int num_taps = num_coefs * phases - 1; in _soxr_init()
441 num_coefs, phases, order, (double)coefs_size / 1000.); in _soxr_init()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libsoxr/src/
H A Dcr.c20 #define num_coefs4 ((core_flags&CORE_SIMD_POLY)? ((num_coefs+3)&~3) : num_coefs)
31 static real * prepare_poly_fir_coefs(double const * coefs, int num_coefs, in prepare_poly_fir_coefs() argument
39 for (i = num_coefs - 1; i >= 0; --i) in prepare_poly_fir_coefs()
369 s->n = half_fir_info->num_coefs; in _soxr_init()
401 int order, num_coefs = (int)f->interp[0].scalar, phase_bits, phases; in _soxr_init() local
424 num_coefs = n0 / phases0 + 1, num_coefs += num_coefs & !preM; in _soxr_init()
426 if ((num_coefs & 1) && rational && (arbL & 1)) in _soxr_init()
428 at = arbL * (s->phase0 = .5 * (num_coefs & 1)); in _soxr_init()
435 int num_taps = num_coefs * phases - 1; in _soxr_init()
441 num_coefs, phases, order, (double)coefs_size / 1000.); in _soxr_init()
[all …]
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/examples/streaming/src/
H A DGoReadWrite.cpp204 int num_coefs, order; in readGoCurve() local
206 read_basis(go_stream, num_coefs, order, knots); in readGoCurve()
209 int coef_size = num_coefs * (rational ? (dim + 1) : dim); in readGoCurve()
216 return newCurve(num_coefs, order, &knots[0], &coef[0], kind, dim, copy); in readGoCurve()
/dports/audio/sox/sox-14.4.2/src/
H A Drate.c39 #define num_coefs4 ((num_coefs + 3) & ~3) /* align coefs for SSE */ in setup()
40 #define coefs4_check(i) ((i) < num_coefs) in setup()
43 #define num_coefs4 num_coefs in setup()
55 static sample_t * prepare_coefs(raw_coef_t const * coefs, int num_coefs, in setup()
353 s->pre_post = 4 * half_firs[n].num_coefs;
404 num_coefs = n0 / phases0 + 1, num_coefs += num_coefs & !preM;
406 if ((num_coefs & 1) && rational && (arbL & 1))
408 at = arbL * .5 * (num_coefs & 1);
415 int num_taps = num_coefs * phases - 1;
419 coefs, num_coefs, phases, order, 1);
[all …]
/dports/multimedia/xanim/xanim2920/
H A Dxa_wav.c63 auds_hdr.num_coefs = 0;
122 auds_hdr.num_coefs = xin->Read_LSB_U16(xin); len -= 6;
125 auds_hdr.samps_block, auds_hdr.num_coefs);
126 for(i=0; i < auds_hdr.num_coefs; i++)
/dports/cad/ngspice_rework/ngspice-35/src/xspice/icm/spice2poly/icm_spice2poly/
H A Dcfunc.mod91 int num_coefs; /* Number of coefficients */
140 num_coefs = PARAM_SIZE(coef);
142 coef = (double *) malloc((size_t) num_coefs * sizeof(double));
143 for(i = 0; i < num_coefs; i++)
156 for(i = 1, sum = coef[0]; i < num_coefs; i++) {
179 for(j = 1, sum = 0.0; j < num_coefs; j++) {
/dports/math/octave-forge-ltfat/ltfat/inst/wavelets/
H A Dwfilt_lemarie.m61 num_coefs = N; variable
65 hh=[ hh(L-floor(num_coefs/2)+1:L) hh(1:ceil(num_coefs/2))];
/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/
H A Dglpk_interface.cc452 int num_coefs = 0; in ExtractNewConstraints() local
464 num_coefs += ct->coefficients_.size(); in ExtractNewConstraints()
475 std::unique_ptr<int[]> variable_indices(new int[num_coefs + 1]); in ExtractNewConstraints()
476 std::unique_ptr<int[]> constraint_indices(new int[num_coefs + 1]); in ExtractNewConstraints()
477 std::unique_ptr<double[]> coefs(new double[num_coefs + 1]); in ExtractNewConstraints()
489 CHECK_EQ(num_coefs + 1, k); in ExtractNewConstraints()
490 glp_load_matrix(lp_, num_coefs, constraint_indices.get(), in ExtractNewConstraints()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dwma.c427 WMACoef *ptr, int offset, int num_coefs, in ff_wma_run_level_decode() argument
435 for (; offset < num_coefs; offset++) { in ff_wma_run_level_decode()
472 if (offset > num_coefs) { in ff_wma_run_level_decode()
476 num_coefs in ff_wma_run_level_decode()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dwma.c431 WMACoef *ptr, int offset, int num_coefs, in ff_wma_run_level_decode() argument
439 for (; offset < num_coefs; offset++) { in ff_wma_run_level_decode()
476 if (offset > num_coefs) { in ff_wma_run_level_decode()
480 num_coefs in ff_wma_run_level_decode()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dwma.c427 WMACoef *ptr, int offset, int num_coefs, in ff_wma_run_level_decode() argument
435 for (; offset < num_coefs; offset++) { in ff_wma_run_level_decode()
472 if (offset > num_coefs) { in ff_wma_run_level_decode()
476 num_coefs in ff_wma_run_level_decode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dwma.c431 WMACoef *ptr, int offset, int num_coefs, in ff_wma_run_level_decode() argument
439 for (; offset < num_coefs; offset++) { in ff_wma_run_level_decode()
476 if (offset > num_coefs) { in ff_wma_run_level_decode()
480 num_coefs in ff_wma_run_level_decode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dwma.c431 WMACoef *ptr, int offset, int num_coefs, in ff_wma_run_level_decode() argument
439 for (; offset < num_coefs; offset++) { in ff_wma_run_level_decode()
476 if (offset > num_coefs) { in ff_wma_run_level_decode()
480 num_coefs in ff_wma_run_level_decode()
/dports/audio/festival/festival/src/modules/MultiSyn/
H A DDiphoneVoiceModule.cc130 const int num_coefs = coefs.num_channels(); in addCoefficients() local
143 startf = new EST_FVector(num_coefs); in addCoefficients()
155 midf = new EST_FVector(num_coefs); in addCoefficients()
161 endf = new EST_FVector(num_coefs); in addCoefficients()
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/detail/CUDA_legacy/
H A DBsplineJastrowCuda.h356 int num_coefs,
368 int num_coefs,
/dports/math/polymake/polymake-4.5/bundled/atint/apps/tropical/src/
H A Drational_function.cc134 Vector<TropicalNumber<Addition> > num_coefs = num.coefficients_as_vector(); in homogenize_quotient() local
158 Polynomial<TropicalNumber<Addition> > new_num(num_coefs, new_num_mons); in homogenize_quotient()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dwma.c430 WMACoef *ptr, int offset, int num_coefs, in ff_wma_run_level_decode() argument
438 for (; offset < num_coefs; offset++) { in ff_wma_run_level_decode()
475 if (offset > num_coefs) { in ff_wma_run_level_decode()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dwma.c430 WMACoef *ptr, int offset, int num_coefs, in ff_wma_run_level_decode() argument
438 for (; offset < num_coefs; offset++) { in ff_wma_run_level_decode()
475 if (offset > num_coefs) { in ff_wma_run_level_decode()

123