Home
last modified time | relevance | path

Searched refs:totalfreq (Results 1 – 12 of 12) sorted by relevance

/dports/archivers/szip/szip-1.12b_2/
H A Dbitmodel.c55 m->totalfreq = 0; in build_cf()
65 m->totalfreq += cf[j] = m->f[j-1]; in build_cf()
117 m->totalfreq = m->n; in resetbitmodel()
119 { m->totalfreq = 0; in resetbitmodel()
122 m->totalfreq += init[i]; in resetbitmodel()
125 while (m->totalfreq > m->max_totf) in resetbitmodel()
181 { m->totalfreq += delta; in bit_cfupd()
182 if (m->totalfreq > m->max_totf) in bit_cfupd()
H A Dbitmodel.h54 totalfreq, /* total frequency count (without excluded symbols) */ member
91 #define bittotf(m) ((m)->totalfreq)
H A Dsz_mod4.c135 if (m->full.totalfreq < 0)
136 { fprintf(stderr,"full bug: total frequency (%d) wrong\n", m->full.totalfreq);
/dports/emulators/adamem/adamem-1.0_4/
H A DSpeaker.c47 static int totalfreq; in UpdateSound() local
53 totalvolume=totalfreq=0; in UpdateSound()
64 totalfreq=channelfreq[c-1]; in UpdateSound()
71 i=totalfreq/totalvolume; in UpdateSound()
/dports/textproc/halibut/halibut-1.2/
H A Dhuffman.c156 int smallestfreq, totalfreq, nactivesyms; in build_huffman_tree() local
255 totalfreq = nactivesyms = 0; in build_huffman_tree()
262 totalfreq += freqs[i]; in build_huffman_tree()
265 assert(smallestfreq <= totalfreq / maxprob); in build_huffman_tree()
280 num = totalfreq - smallestfreq * maxprob; in build_huffman_tree()
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/modules/
H A Dptrack.c305 SPFLOAT totalfreq, peakfr, tmpfr1, tmpfr2, m, var, stdev; in ptrack() local
332 totalfreq = (i>>2) + m; in ptrack()
337 if (totalfreq < 4) totalfreq = 4; in ptrack()
343 peaklist[npeak].pfreq = totalfreq; in ptrack()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dpitchtrack.c247 MYFLT totalfreq, peakfr, tmpfr1, tmpfr2, m, var, stdev; in ptrack() local
274 totalfreq = (i>>2) + m; in ptrack()
279 if (totalfreq < 4) totalfreq = 4; in ptrack()
285 peaklist[npeak].pfreq = totalfreq; in ptrack()
/dports/devel/stb/stb-f54acd4/
H A Dstb.h11265 STB_EXTERN void stb_arith_encode(stb_arith *a, unsigned int totalfreq, unsigned int freq, unsigned …
11267 STB_EXTERN unsigned int stb_arith_decode_value(stb_arith *a, unsigned int totalfreq);
11268 STB_EXTERN void stb_arith_decode_advance(stb_arith *a, unsigned int totalfreq, unsigned int freq, u…
11359 void stb_arith_encode(stb_arith *a, unsigned int totalfreq, unsigned int freq, unsigned int cumfreq)
11363 range /= totalfreq;
11385 unsigned int stb_arith_decode_value(stb_arith *a, unsigned int totalfreq)
11387 unsigned int freqsize = a->range / totalfreq;
11389 return z >= totalfreq ? totalfreq-1 : z;
11392 void stb_arith_decode_advance(stb_arith *a, unsigned int totalfreq, unsigned int freq, unsigned int…
11394 unsigned int freqsize = a->range / totalfreq; // @OPTIMIZE, share with above divide somehow?
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb.h11049 STB_EXTERN void stb_arith_encode(stb_arith *a, unsigned int totalfreq, unsigned int freq, unsigned …
11051 STB_EXTERN unsigned int stb_arith_decode_value(stb_arith *a, unsigned int totalfreq);
11052 STB_EXTERN void stb_arith_decode_advance(stb_arith *a, unsigned int totalfreq, unsigned int freq, u…
11143 void stb_arith_encode(stb_arith *a, unsigned int totalfreq, unsigned int freq, unsigned int cumfreq)
11147 range /= totalfreq;
11169 unsigned int stb_arith_decode_value(stb_arith *a, unsigned int totalfreq)
11171 unsigned int freqsize = a->range / totalfreq;
11173 return z >= totalfreq ? totalfreq-1 : z;
11176 void stb_arith_decode_advance(stb_arith *a, unsigned int totalfreq, unsigned int freq, unsigned int…
11178 unsigned int freqsize = a->range / totalfreq; // @OPTIMIZE, share with above divide somehow?
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb.h11263 STB_EXTERN void stb_arith_encode(stb_arith *a, unsigned int totalfreq, unsigned int freq, unsigned …
11265 STB_EXTERN unsigned int stb_arith_decode_value(stb_arith *a, unsigned int totalfreq);
11266 STB_EXTERN void stb_arith_decode_advance(stb_arith *a, unsigned int totalfreq, unsigned int freq, u…
11357 void stb_arith_encode(stb_arith *a, unsigned int totalfreq, unsigned int freq, unsigned int cumfreq)
11361 range /= totalfreq;
11383 unsigned int stb_arith_decode_value(stb_arith *a, unsigned int totalfreq)
11385 unsigned int freqsize = a->range / totalfreq;
11387 return z >= totalfreq ? totalfreq-1 : z;
11390 void stb_arith_decode_advance(stb_arith *a, unsigned int totalfreq, unsigned int freq, unsigned int…
11392 unsigned int freqsize = a->range / totalfreq; // @OPTIMIZE, share with above divide somehow?
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb.h11263 STB_EXTERN void stb_arith_encode(stb_arith *a, unsigned int totalfreq, unsigned int freq, unsigned …
11265 STB_EXTERN unsigned int stb_arith_decode_value(stb_arith *a, unsigned int totalfreq);
11266 STB_EXTERN void stb_arith_decode_advance(stb_arith *a, unsigned int totalfreq, unsigned int freq, u…
11357 void stb_arith_encode(stb_arith *a, unsigned int totalfreq, unsigned int freq, unsigned int cumfreq)
11361 range /= totalfreq;
11383 unsigned int stb_arith_decode_value(stb_arith *a, unsigned int totalfreq)
11385 unsigned int freqsize = a->range / totalfreq;
11387 return z >= totalfreq ? totalfreq-1 : z;
11390 void stb_arith_decode_advance(stb_arith *a, unsigned int totalfreq, unsigned int freq, unsigned int…
11392 unsigned int freqsize = a->range / totalfreq; // @OPTIMIZE, share with above divide somehow?
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Dstb.h11265 STB_EXTERN void stb_arith_encode(stb_arith *a, unsigned int totalfreq, unsigned int freq, unsigned …
11267 STB_EXTERN unsigned int stb_arith_decode_value(stb_arith *a, unsigned int totalfreq);
11268 STB_EXTERN void stb_arith_decode_advance(stb_arith *a, unsigned int totalfreq, unsigned int freq, u…
11359 void stb_arith_encode(stb_arith *a, unsigned int totalfreq, unsigned int freq, unsigned int cumfreq)
11363 range /= totalfreq;
11385 unsigned int stb_arith_decode_value(stb_arith *a, unsigned int totalfreq)
11387 unsigned int freqsize = a->range / totalfreq;
11389 return z >= totalfreq ? totalfreq-1 : z;
11392 void stb_arith_decode_advance(stb_arith *a, unsigned int totalfreq, unsigned int freq, unsigned int…
11394 unsigned int freqsize = a->range / totalfreq; // @OPTIMIZE, share with above divide somehow?