Home
last modified time | relevance | path

Searched refs:ltg (Results 1 – 25 of 624) sorted by relevance

12345678910>>...25

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/twolame/libtwolame/
H A Dpsycho_1.c95 (*ltg)[0].bark = 0.0; in psycho_1_read_freq_band()
96 (*ltg)[0].hear = 0.0; in psycho_1_read_freq_band()
117 for (j = ltg[i - 1].line; j <= ltg[i].line; j++) in psycho_1_make_map()
435 g_thres *ltg = mem->ltg; in psycho_1_threshold() local
440 ltg[k].x = DBMIN; in psycho_1_threshold()
443 dz = ltg[k].bark - ltg[power[t].map].bark; /* distance of bark value */ in psycho_1_threshold()
455 ltg[k].x = add_db(mem, ltg[k].x, tmps + vf); in psycho_1_threshold()
462 dz = ltg[k].bark - ltg[power[t].map].bark; /* distance of bark value */ in psycho_1_threshold()
474 ltg[k].x = add_db(mem, ltg[k].x, tmps + vf); in psycho_1_threshold()
479 ltg[k].x = add_db(mem, ltg[k].hear, ltg[k].x); in psycho_1_threshold()
[all …]
/dports/audio/twolame/twolame-0.4.0/libtwolame/
H A Dpsycho_1.c93 (*ltg)[0].bark = 0.0; in psycho_1_read_freq_band()
94 (*ltg)[0].hear = 0.0; in psycho_1_read_freq_band()
115 for (j = ltg[i - 1].line; j <= ltg[i].line; j++) in psycho_1_make_map()
433 g_thres *ltg = mem->ltg; in psycho_1_threshold() local
438 ltg[k].x = DBMIN; in psycho_1_threshold()
441 dz = ltg[k].bark - ltg[power[t].map].bark; /* distance of bark value */ in psycho_1_threshold()
453 ltg[k].x = add_db(mem, ltg[k].x, tmps + vf); in psycho_1_threshold()
460 dz = ltg[k].bark - ltg[power[t].map].bark; /* distance of bark value */ in psycho_1_threshold()
472 ltg[k].x = add_db(mem, ltg[k].x, tmps + vf); in psycho_1_threshold()
477 ltg[k].x = add_db(mem, ltg[k].hear, ltg[k].x); in psycho_1_threshold()
[all …]
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/aenc/
H A Dtonal.c330 g_thres *ltg; in noise_label()
403 g_thres *ltg;
475 ltg[k].bark-ltg[power[t].map].bark <8.0){
484 ltg[k].x = add_db(ltg[k].x, tmps);
491 if(ltg[k].bark-ltg[power[t].map].bark >= -3.0 &&
492 ltg[k].bark-ltg[power[t].map].bark <8.0){
501 ltg[k].x = add_db(ltg[k].x, tmps);
505 if(bit_rate<96)ltg[k].x = add_db(ltg[k].hear, ltg[k].x);
506 else ltg[k].x = add_db(ltg[k].hear-12.0, ltg[k].x);
530 if(min>ltg[j].x) min = ltg[j].x;
[all …]
H A Dtables.c91 void read_freq_band(ltg,lay,freq) /* this function reads in */ in read_freq_band() argument
93 g_ptr *ltg; /* values */
100 *ltg = (g_ptr ) mem_alloc(sizeof(g_thres) * sub_size, "ltg");
101 (*ltg)[0].line = 0; /* initialize global masking threshold */
102 (*ltg)[0].bark = 0;
103 (*ltg)[0].hear = 0;
105 (*ltg)[i].line = th_tab[n][i-1].line;
106 (*ltg)[i].bark = th_tab[n][i-1].bark;
107 (*ltg)[i].hear = th_tab[n][i-1].hear;
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dpsycho_1.c71 (*ltg)[0].bark = 0.0; in psycho_1_read_freq_band()
72 (*ltg)[0].hear = 0.0; in psycho_1_read_freq_band()
154 (*ltg)[0].bark = 0; in read_freq_band()
155 (*ltg)[0].hear = 0; in read_freq_band()
179 for (j = ltg[i - 1].line; j <= ltg[i].line; j++) in make_map()
482 g_thres * ltg) in noise_label() argument
667 ltg[k].x = non_lin_add (ltg[k].x, tmps, MASK_ADD); in threshold()
699 ltg[k].x = non_lin_add (ltg[k].x, tmps, MASK_ADD); in threshold()
705 ltg[k].x = non_lin_add (ltg[k].hear, ltg[k].x, QUIET_ADD); in threshold()
707 ltg[k].x = non_lin_add (ltg[k].hear + H_THR_OFFSET, ltg[k].x, QUIET_ADD); in threshold()
[all …]
H A Dpsycho_1.h2 void psycho_1_read_freq_band (int *sub_size, g_ptr *ltg, int lay, int freq);
6 void read_freq_band(int *sub_size, g_ptr *ltg, int lay, int freq);
8 void make_map(int sub_size, mask *power, g_thres *ltg);
14 void noise_label(int crit_band, int *cbound, mask *power, int *noise, g_thres *ltg);
15 void subsampling(mask *power, g_thres *ltg, int *tone, int *noise);
16 void threshold(int sub_size, mask *power, g_thres *ltg, int *tone, int *noise, int bit_rate);
17 void II_minimum_mask(int sub_size, g_thres *ltg, double *ltmin, int sblimit);
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBS_Interface/
H A Dnode.h187 ltg.SetLen(0); in InitConstructor()
230 ltg.SetLen(n.Length()); in CopyFrom()
232 ltg(i) = n.ltg(i); in CopyFrom()
250 virtual ~Node() {ltg.Flush();}; in ~Node()
287 virtual void LTGreset() {ltg.SetLen(0);} in LTGreset()
298 return GetMBS()->GetXact(ltg.Get(iloc)); in XG()
302 return GetMBS()->GetXact(ltg.Get(iloc)); in XG()
527 ltg = n.ltg; in CopyFrom()
557 virtual void LTGreset() { ltg.SetLen(0); } in LTGreset()
580 return mbs->GetXact(ltg.Get(iloc)); in XG()
[all …]
H A Delement.h382 x_glob(ltg.Get(i)) = x_init(i); in SetGlobalInitConditions()
422 virtual int LTG(int iloc) const {return ltg.Get(iloc);} in LTG()
423 virtual int& LTG(int iloc) {return ltg.Elem(iloc);} in LTG()
426 virtual const TArray<int>& GetLTGArray() const {return ltg;} in GetLTGArray()
427 virtual void AddLTG(int gi) {ltg.Add(gi);} in AddLTG()
428 virtual int LTGlength() const {return ltg.Length();} in LTGlength()
429 virtual void LTGreset() {ltg.Flush();} in LTGreset()
483 return GetXact(ltg.Get(iloc)); in XG_dc()
487 return GetDrawValue(ltg.Get(iloc)); in XG_dc()
508 virtual double& XG(int iloc) {return GetXact(ltg(iloc));} in XG()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/src/fortran/
H A Darl2.f105 ltg = ltq+dgmax+1
106 lwode = ltg+ng+1
139 call dcopy(nf,f,1,w(ltg),1)
141 call dscal(nf,1.0d+0/gnrm,w(ltg),1)
189 call lq(dg,w(ltq),w(lw),w(ltg),ng)
194 phi0= abs(phi(w(ltq),dg,w(ltg),ng,w(lw)))
222 call lq(dg,w(ltq),w(lw),w(ltg),ng)
227 phi0= abs(phi(w(ltq),dg,w(ltg),ng,w(lw)))
265 call lq(dgr,tq,w(ltr),w(ltg),ng)
271 lw = ltg+ncoeff+1
[all …]
H A Ddeg1l2.f73 ltg=ltq+2
74 call dcopy(ng+1,tg,1,w(ltg),1)
83 call lq(neq,w(ltq),w(lw),w(ltg),ng)
88 phi0= abs(phi(w(ltq),neq,w(ltg),ng,w(lw)))
98 call lq(neq,w(ltq),w(lw),w(ltg),ng)
103 phi0= abs(phi(w(ltq),neq,w(ltg),ng,w(lw)))
115 call lq(neq,w(ltq),w(lw),w(ltg),ng)
120 phi0= abs(phi(w(ltq),neq,w(ltg),ng,w(lw)))
129 call lq(neq,w(ltq),w(lw),w(ltg),ng)
134 phi0= abs(phi(w(ltq),neq,w(ltg),ng,w(lw)))
[all …]
H A Ddegl2.f112 ltg=ltq+neq+1
113 call dcopy(ng+1,tg,1,w(ltg),1)
149 call lq(neq,w(ltq),w(lw),w(ltg),ng)
154 phi0= abs(phi(w(ltq),neq,w(ltg),ng,w(lw)))
171 call lq(neq,w(ltq),w(lw),w(ltg),ng)
176 phi0= abs(phi(w(ltq),neq,w(ltg),ng,w(lw)))
198 call storl2(neq,w(ltq),w(ltg),ng,iminc,tc,iback,ntback,
201 call storl2(neq,w(ltq),w(ltg),ng,iminb,tb,iback,ntback,
204 call storl2(neq,w(ltq),w(ltg),ng,imina,ta,iback,ntback,
H A Ddomout.f77 ltg=lq+nqmax+1
153 call onface(nq,q,q(ltg),ng,nface,ierr,w(lw))
158 yi = phi(qi,nqsav,q(ltg),ng,w(lw))
159 yf = phi(q,nq,q(ltg),ng,w(lw))
/dports/lang/clover/mesa-21.3.6/src/amd/compiler/
H A Daco_lower_to_cssa.cpp389 auto&& it = ltg.begin(); in emit_copies_block()
390 while (it != ltg.end()) { in emit_copies_block()
404 if (other != ltg.end()) in emit_copies_block()
407 ltg.erase(it); in emit_copies_block()
408 it = ltg.begin(); in emit_copies_block()
412 unsigned num = std::count_if(ltg.begin(), ltg.end(), in emit_copies_block()
422 it = ltg.begin(); in emit_copies_block()
429 it = ltg.erase(it); in emit_copies_block()
447 std::map<uint32_t, ltg_node> ltg; in emit_parallelcopies() local
473 for (auto& pair : ltg) { in emit_parallelcopies()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/compiler/
H A Daco_lower_to_cssa.cpp389 auto&& it = ltg.begin(); in emit_copies_block()
390 while (it != ltg.end()) { in emit_copies_block()
404 if (other != ltg.end()) in emit_copies_block()
407 ltg.erase(it); in emit_copies_block()
408 it = ltg.begin(); in emit_copies_block()
412 unsigned num = std::count_if(ltg.begin(), ltg.end(), in emit_copies_block()
422 it = ltg.begin(); in emit_copies_block()
429 it = ltg.erase(it); in emit_copies_block()
447 std::map<uint32_t, ltg_node> ltg; in emit_parallelcopies() local
473 for (auto& pair : ltg) { in emit_parallelcopies()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/compiler/
H A Daco_lower_to_cssa.cpp389 auto&& it = ltg.begin(); in emit_copies_block()
390 while (it != ltg.end()) { in emit_copies_block()
404 if (other != ltg.end()) in emit_copies_block()
407 ltg.erase(it); in emit_copies_block()
408 it = ltg.begin(); in emit_copies_block()
412 unsigned num = std::count_if(ltg.begin(), ltg.end(), in emit_copies_block()
422 it = ltg.begin(); in emit_copies_block()
429 it = ltg.erase(it); in emit_copies_block()
447 std::map<uint32_t, ltg_node> ltg; in emit_parallelcopies() local
473 for (auto& pair : ltg) { in emit_parallelcopies()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/compiler/
H A Daco_lower_to_cssa.cpp389 auto&& it = ltg.begin(); in emit_copies_block()
390 while (it != ltg.end()) { in emit_copies_block()
404 if (other != ltg.end()) in emit_copies_block()
407 ltg.erase(it); in emit_copies_block()
408 it = ltg.begin(); in emit_copies_block()
412 unsigned num = std::count_if(ltg.begin(), ltg.end(), in emit_copies_block()
422 it = ltg.begin(); in emit_copies_block()
429 it = ltg.erase(it); in emit_copies_block()
447 std::map<uint32_t, ltg_node> ltg; in emit_parallelcopies() local
473 for (auto& pair : ltg) { in emit_parallelcopies()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/compiler/
H A Daco_lower_to_cssa.cpp389 auto&& it = ltg.begin(); in emit_copies_block()
390 while (it != ltg.end()) { in emit_copies_block()
404 if (other != ltg.end()) in emit_copies_block()
407 ltg.erase(it); in emit_copies_block()
408 it = ltg.begin(); in emit_copies_block()
412 unsigned num = std::count_if(ltg.begin(), ltg.end(), in emit_copies_block()
422 it = ltg.begin(); in emit_copies_block()
429 it = ltg.erase(it); in emit_copies_block()
447 std::map<uint32_t, ltg_node> ltg; in emit_parallelcopies() local
473 for (auto& pair : ltg) { in emit_parallelcopies()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/compiler/
H A Daco_lower_to_cssa.cpp389 auto&& it = ltg.begin(); in emit_copies_block()
390 while (it != ltg.end()) { in emit_copies_block()
404 if (other != ltg.end()) in emit_copies_block()
407 ltg.erase(it); in emit_copies_block()
408 it = ltg.begin(); in emit_copies_block()
412 unsigned num = std::count_if(ltg.begin(), ltg.end(), in emit_copies_block()
422 it = ltg.begin(); in emit_copies_block()
429 it = ltg.erase(it); in emit_copies_block()
447 std::map<uint32_t, ltg_node> ltg; in emit_parallelcopies() local
473 for (auto& pair : ltg) { in emit_parallelcopies()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/compiler/
H A Daco_lower_to_cssa.cpp389 auto&& it = ltg.begin(); in emit_copies_block()
390 while (it != ltg.end()) { in emit_copies_block()
404 if (other != ltg.end()) in emit_copies_block()
407 ltg.erase(it); in emit_copies_block()
408 it = ltg.begin(); in emit_copies_block()
412 unsigned num = std::count_if(ltg.begin(), ltg.end(), in emit_copies_block()
422 it = ltg.begin(); in emit_copies_block()
429 it = ltg.erase(it); in emit_copies_block()
447 std::map<uint32_t, ltg_node> ltg; in emit_parallelcopies() local
473 for (auto& pair : ltg) { in emit_parallelcopies()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/compiler/
H A Daco_lower_to_cssa.cpp389 auto&& it = ltg.begin(); in emit_copies_block()
390 while (it != ltg.end()) { in emit_copies_block()
404 if (other != ltg.end()) in emit_copies_block()
407 ltg.erase(it); in emit_copies_block()
408 it = ltg.begin(); in emit_copies_block()
412 unsigned num = std::count_if(ltg.begin(), ltg.end(), in emit_copies_block()
422 it = ltg.begin(); in emit_copies_block()
429 it = ltg.erase(it); in emit_copies_block()
447 std::map<uint32_t, ltg_node> ltg; in emit_parallelcopies() local
473 for (auto& pair : ltg) { in emit_parallelcopies()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/compiler/
H A Daco_lower_to_cssa.cpp389 auto&& it = ltg.begin(); in emit_copies_block()
390 while (it != ltg.end()) { in emit_copies_block()
404 if (other != ltg.end()) in emit_copies_block()
407 ltg.erase(it); in emit_copies_block()
408 it = ltg.begin(); in emit_copies_block()
412 unsigned num = std::count_if(ltg.begin(), ltg.end(), in emit_copies_block()
422 it = ltg.begin(); in emit_copies_block()
429 it = ltg.erase(it); in emit_copies_block()
447 std::map<uint32_t, ltg_node> ltg; in emit_parallelcopies() local
473 for (auto& pair : ltg) { in emit_parallelcopies()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/amd/compiler/
H A Daco_lower_to_cssa.cpp389 auto&& it = ltg.begin(); in emit_copies_block()
390 while (it != ltg.end()) { in emit_copies_block()
404 if (other != ltg.end()) in emit_copies_block()
407 ltg.erase(it); in emit_copies_block()
408 it = ltg.begin(); in emit_copies_block()
412 unsigned num = std::count_if(ltg.begin(), ltg.end(), in emit_copies_block()
422 it = ltg.begin(); in emit_copies_block()
429 it = ltg.erase(it); in emit_copies_block()
447 std::map<uint32_t, ltg_node> ltg; in emit_parallelcopies() local
473 for (auto& pair : ltg) { in emit_parallelcopies()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/modal_reduction/
H A DCMSElement2D.cpp288 Ksparse.AddMatrix(ltg,ltg,sos,sos,tempm); in DoModalAnalysis()
293 Msparse.AddMatrix(ltg,ltg,sos,sos,tempm); in DoModalAnalysis()
628 K(ltg.Get(j),ltg.Get(k)) += tempm(j,k); in DoModalAnalysis()
638 M(ltg.Get(j),ltg.Get(k)) += tempm(j,k); in DoModalAnalysis()
939 SbarSM.AddMatrix(ltg,ltg,sos,sos,tempm); in GetSbarkl()
2303 Kr(ltg.Get(j),ltg.Get(k)) += tempm(j,k); in FinishAssembly()
2313 Mr(ltg.Get(j),ltg.Get(k)) += tempm(j,k); in FinishAssembly()
2359 Ksparse.AddMatrix(ltg,ltg,sos,sos,tempm); in FinishAssembly()
2363 Msparse.AddMatrix(ltg,ltg,sos,sos,tempm); in FinishAssembly()
2486 m.AddMatrix(ltg,ltg,NModes(),NModes(),Mr); in AddMSparse()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/
H A Dmbs.cpp233 if (ltg.Get(j) <= 0 || ltg.Get(j) > MBSss) in CheckConsistencyLTG()
547 maxbw = Maximum(maxbw,ltg.Get(j)-ltg.Get(k)+1); in EvalM()
548 m(ltg.Get(j),ltg.Get(k)) = 0; in EvalM()
610 m.AddMatrix(ltg,ltg,sos,sos,tempm); in EvalM()
777 int ltg; in EvalF2() local
793 ltg = e.LTG(j); in EvalF2()
794 if (!rowind(ltg)) in EvalF2()
796 clearind.Add(ltg); in EvalF2()
1331 int ltg, off2; in EvalG() local
1350 clearind.Add(ltg); in EvalG()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/translations/manual/ltg/
H A Dtutorials.po13 "Language-Team: Latgalian (http://www.transifex.com/calibre/calibre/language/ltg/)\n"
17 "Language: ltg\n"

12345678910>>...25