Home
last modified time | relevance | path

Searched refs:fft1_bytes (Results 1 – 6 of 6) sorted by relevance

/dports/comms/linrad/linrad-04.02/
H A Dbuf.c628 fft1_bytes=max_fft1n*fft1_size; in get_wideband_sizes()
632 if(fft1_bytes < n*(int)snd[RXAD].block_bytes) in get_wideband_sizes()
634 max_fft1n=fft1_bytes/fft1_size; in get_wideband_sizes()
636 fft1_bytes*=twice_rxchan; in get_wideband_sizes()
637 fft1_mask=fft1_bytes-1; in get_wideband_sizes()
638 fft1_bytes*=sizeof(float); in get_wideband_sizes()
710 if(rx_mode== MODE_TUNE)timf1_bytes=2*fft1_bytes; in get_wideband_sizes()
778 if(fft1_bytes < fft1_tmp_bytes)fft1_bytes=fft1_tmp_bytes; in get_wideband_sizes()
840 mem( 8,&fft1_char, 2*fft1_bytes,0); in get_buffers()
1328 memset(fft1_char,0,fft1_bytes); in get_buffers()
[all …]
H A Dgetiq.s28 extern fft1_bytes
60 fft1_bytes equ _fft1_bytes define
H A Dgetiq64.s28 extern fft1_bytes
59 fft1_bytes equ _fft1_bytes define
H A Dfft1var.c195 int fft1_bytes; variable
H A Dfft1def.h143 extern int fft1_bytes;
H A Dcalsub.c190 if(rawbytes > fft1_bytes/2) in do_cal_interval()
192 rawbytes=fft1_bytes/2; in do_cal_interval()