Home
last modified time | relevance | path

Searched refs:MAXCHANNELS (Results 1 – 25 of 88) sorted by relevance

1234

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DScopesControl.h80 pp_int32 channelWidthTable[TrackerConfig::MAXCHANNELS];
81 bool onOffState[TrackerConfig::MAXCHANNELS];
82 bool zeroVolumeState[TrackerConfig::MAXCHANNELS];
83 pp_uint8 muteChannels[TrackerConfig::MAXCHANNELS];
84 pp_uint8 lastMuteChannels[TrackerConfig::MAXCHANNELS];
85 pp_uint8 recChannels[TrackerConfig::MAXCHANNELS];
86 pp_uint8 lastRecChannels[TrackerConfig::MAXCHANNELS];
88 PPRect channelRects[TrackerConfig::MAXCHANNELS];
H A DPlayerController.h80 mp_ubyte panning[TrackerConfig::MAXCHANNELS];
82 bool muteChannels[TrackerConfig::MAXCHANNELS];
83 bool recordChannels[TrackerConfig::MAXCHANNELS];
H A DTrackerConfig.h42 MAXCHANNELS = 256, enumerator
/dports/graphics/lcms/lcms-1.19/src/
H A Dcmsxform.c168 WORD wIn[MAXCHANNELS]; in NullXFORM()
194 WORD wIn[MAXCHANNELS], wOut[MAXCHANNELS]; in NormalXFORM()
296 WORD wIn[MAXCHANNELS], wOut[MAXCHANNELS]; in PrecalculatedXFORM()
356 WORD wIn[MAXCHANNELS], wOut[MAXCHANNELS]; in PrecalculatedXFORMGamutCheck()
385 WORD wIn[MAXCHANNELS], wOut[MAXCHANNELS]; in CachedXFORM()
387 WORD CacheIn[MAXCHANNELS], CacheOut[MAXCHANNELS]; in CachedXFORM()
396 ZeroMemory(wIn, sizeof(WORD) * MAXCHANNELS); in CachedXFORM()
454 WORD wIn[MAXCHANNELS], wOut[MAXCHANNELS]; in CachedXFORMGamutCheck()
456 WORD CacheIn[MAXCHANNELS], CacheOut[MAXCHANNELS]; in CachedXFORMGamutCheck()
509 WORD wIn[MAXCHANNELS], wOut[MAXCHANNELS]; in MatrixShaperXFORM()
[all …]
H A Dcmsgmt.c94 static WORD Default[MAXCHANNELS]; in _cmsWhiteBySpace()
696 WORD Proof[MAXCHANNELS], Check[MAXCHANNELS]; in GamutSampler()
697 WORD Proof2[MAXCHANNELS], Check2[MAXCHANNELS]; in GamutSampler()
929 WORD Colorant[MAXCHANNELS]; in SoftProofSampler()
1084 LPGAMMATABLE Trans[MAXCHANNELS]; in _cmsComputePrelinearizationTablesFromXFORM()
1087 WORD In[MAXCHANNELS], Out[MAXCHANNELS]; in _cmsComputePrelinearizationTablesFromXFORM()
H A Dcmsintrp.c74 WORD Tmp1[MAXCHANNELS], Tmp2[MAXCHANNELS]; in Eval4Inputs()
114 WORD Tmp1[MAXCHANNELS], Tmp2[MAXCHANNELS]; in Eval5Inputs()
152 WORD Tmp1[MAXCHANNELS], Tmp2[MAXCHANNELS]; in Eval6Inputs()
188 WORD Tmp1[MAXCHANNELS], Tmp2[MAXCHANNELS]; in Eval7Inputs()
224 WORD Tmp1[MAXCHANNELS], Tmp2[MAXCHANNELS]; in Eval8Inputs()
H A Dcmsnamed.c101 …cmsAppendNamedColor(cmsHTRANSFORM xform, const char* Name, WORD PCS[3], WORD Colorant[MAXCHANNELS]) in cmsAppendNamedColor() argument
113 for (i=0; i < MAXCHANNELS; i++) in cmsAppendNamedColor()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dpsk_browser.h50 std::string bwsrline[MAXCHANNELS];
51 int bwsrfreq[MAXCHANNELS];
52 struct {bool regex_alert; bool mycall_alert;} alerted[MAXCHANNELS];
102 std::string line(int i) { return (i < 1 ? "" : i > MAXCHANNELS ? "" : bwsrline[i - 1]); } in line()
H A Dviewpsk.h38 #define MAXCHANNELS 30 macro
105 CHANNEL channel[MAXCHANNELS];
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/visualizations/
H A Dfftscope.c46 #define MAXCHANNELS 6 macro
65 complex_t wave[MAXCHANNELS][NUMSAMPLES];
66 int amp_max[MAXCHANNELS][NUMSAMPLES / 2];
67 uint8_t amp_max_y[MAXCHANNELS][NUMSAMPLES / 2];
68 uint8_t amp_max_u[MAXCHANNELS][NUMSAMPLES / 2];
69 uint8_t amp_max_v[MAXCHANNELS][NUMSAMPLES / 2];
70 int amp_age[MAXCHANNELS][NUMSAMPLES / 2];
284 if( this->channels > MAXCHANNELS ) in fftscope_port_open()
285 this->channels = MAXCHANNELS; in fftscope_port_open()
H A Doscope.c38 #define MAXCHANNELS 6 macro
58 short data [MAXCHANNELS][NUMSAMPLES];
186 if( this->channels > MAXCHANNELS ) in oscope_port_open()
187 this->channels = MAXCHANNELS; in oscope_port_open()
H A Dfftgraph.c52 #define MAXCHANNELS 6 macro
69 complex_t wave[MAXCHANNELS][NUMSAMPLES];
236 if( this->channels > MAXCHANNELS ) in fftgraph_port_open()
237 this->channels = MAXCHANNELS; in fftgraph_port_open()
/dports/graphics/p5-Imager/Imager-1.012/
H A Dconvert.im26 int from[MAXCHANNELS];
27 int to[MAXCHANNELS];
31 int zero[MAXCHANNELS];
35 int one[MAXCHANNELS];
68 double work[MAXCHANNELS];
83 if (outchan > MAXCHANNELS) {
84 im_push_error(aIMCTX, 0, "cannot have outchan > MAXCHANNELS");
198 int srcchan[MAXCHANNELS];
199 int onechan[MAXCHANNELS];
H A Dcombine.im35 if (in_count > MAXCHANNELS) {
37 MAXCHANNELS, in_count);
H A Dimdatatypes.h7 #define MAXCHANNELS 4 macro
130 i_sample_t channel[MAXCHANNELS];
159 i_fsample_t channel[MAXCHANNELS];
/dports/comms/fldigi/fldigi-4.1.20/src/widgets/
H A Dpsk_browser.cxx77 …cdistiller = reinterpret_cast<CharsetDistiller*>(operator new(MAXCHANNELS*sizeof(CharsetDistiller)… in pskBrowser()
80 for (int i = 0; i < MAXCHANNELS; i++) { in pskBrowser()
96 for (int i = MAXCHANNELS-1; i >= 0; i--) in ~pskBrowser()
226 if (ch < 0 || ch >= MAXCHANNELS) in addchr()
345 return (i < 1 ? 0 : i > MAXCHANNELS ? 0 : bwsrfreq[i - 1]); in freq()
350 for (int i = 0; i < MAXCHANNELS; i++) in set_input_encoding()
/dports/audio/mctoolame-decoder/mctoolamed-01a/
H A Daudio_write.c37 #define MAXCHANNELS 14 macro
39 char soundfile[MTYPES][MAXCHANNELS][256] = {
43 FILE *audioout[MAXCHANNELS];
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dsubband.c20 #define MAXCHANNELS 14 //6 "normal" channels, plus all the multi-linguals (7 ML channels?) macro
23 typedef double XX[MAXCHANNELS][HAN_SIZE]; in window_subband()
27 static int off[MAXCHANNELS] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in window_subband()
33 memset (x, 0, MAXCHANNELS * HAN_SIZE * sizeof (double)); in window_subband()
H A Daudio_read.c226 #define MAXCHANNELS 7 macro
227 char soundfile[MAXCHANNELS][256] = {"left.pcm", "right.pcm", "centre.pcm", "left_surround.pcm", "ri…
228 FILE *audioin[MAXCHANNELS];
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/lcms2-5.4.1/src/
H A Dcontext.rs179 pub fn set_alarm_codes(&mut self, codes: [u16; ffi::MAXCHANNELS]) { in set_alarm_codes() argument
184 pub fn alarm_codes(&self) -> [u16; ffi::MAXCHANNELS] { in alarm_codes() argument
185 let mut tmp = [0u16; ffi::MAXCHANNELS];
H A Dtransform.rs258 pub fn set_global_alarm_codes(codes: [u16; ffi::MAXCHANNELS]) { in set_global_alarm_codes() argument
265 pub fn global_alarm_codes() -> [u16; ffi::MAXCHANNELS] { in global_alarm_codes()
266 let mut tmp = [0u16; ffi::MAXCHANNELS];
/dports/net/balance/balance-3.57/
H A Dbalance.h76 #define MAXCHANNELS 64 /* max channels in group */ macro
101 CHANNEL channels[MAXCHANNELS];
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/host_applications/linux/apps/raspicam/
H A Dgps.h84 #define MAXCHANNELS 72 /* must be > 12 GPS + 12 GLONASS + 2 WAAS */ macro
1889 double codephase[MAXCHANNELS]; /* meters */
1890 double carrierphase[MAXCHANNELS]; /* meters */
1891 double pseudorange[MAXCHANNELS]; /* meters */
1892 double deltarange[MAXCHANNELS]; /* meters/sec */
1893 double doppler[MAXCHANNELS]; /* Hz */
1894 double mtime[MAXCHANNELS]; /* sec */
1895 unsigned satstat[MAXCHANNELS]; /* tracking status */
2051 struct satellite_t skyview[MAXCHANNELS];
/dports/astro/gpsd/gpsd-3.20/
H A Ddriver_proto.c197 if ((nchan < 1) || (nchan > MAXCHANNELS)) { in _proto__msg_svinfo()
257 if ((nchan < 1) || (nchan > MAXCHANNELS)) { in _proto__msg_raw()
266 for (i = 0; i < MAXCHANNELS; i++) in _proto__msg_raw()
/dports/games/zdoom/zdoom-2.8.1/src/oplsynth/
H A Dmuslib.h145 #define MAXCHANNELS (OPL2CHANNELS * MAXOPL2CHIPS) macro
243 } channels[MAXCHANNELS];

1234