Searched refs:SAMPL (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/test/ |
| H A D | model.c | 36 # define SAMPL short macro 40 # define SAMPL long macro 60 static int ReadN(int fd, SAMPL *v, int n) in ReadN() 65 r = read(fd, (char*)(v), n*sizeof(SAMPL)); in ReadN() 67 if (r==-1 || r%sizeof(SAMPL)) { in ReadN() 70 return r/sizeof(SAMPL); in ReadN() 100 static double eCenter(const SAMPL *ibuff, int len) in eCenter() 121 bigcalc(double Factor, double Freq1, const SAMPL *ibuff, int len) in bigcalc() 132 const SAMPL *ip; in bigcalc() 216 SAMPL *ibuff; in main() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | ima_rw.h | 22 #ifndef SAMPL 23 #define SAMPL short macro 36 SAMPL *obuff, /* output samples, n*chans */ 44 SAMPL **obuffs, /* chan output sample buffers, each takes n samples */ 51 const SAMPL *ip, /* ip[] is interleaved input samples */
|
| H A D | adpcm.h | 25 #ifndef SAMPL 26 #define SAMPL short macro 41 SAMPL *obuff, /* output samples, n*chans */ 47 const SAMPL *ip, /* ip[n*chans] is interleaved input samples */
|
| H A D | ima_rw.c | 69 SAMPL *obuff, /* obuff[n] will be output samples */ in ImaExpandS() 76 SAMPL *op; in ImaExpandS() 136 SAMPL *obuff, /* output samples, n*chans */ in lsx_ima_block_expand_i() 149 SAMPL **obuffs, /* chan output sample buffers, each takes n samples */ in lsx_ima_block_expand_m() 162 const SAMPL *ibuff, /* ibuff[] is interleaved input samples */ in ImaMashS() 168 const SAMPL *ip, *itop; in ImaMashS() 248 const SAMPL *ip, /* ip[] is interleaved input samples */ in ImaMashChannel() 300 const SAMPL *ip, /* ip[] is interleaved input samples */ in lsx_ima_block_mash_i()
|
| H A D | adpcm.c | 115 SAMPL *obuff, /* output samples, n*chans */ in lsx_ms_adpcm_block_expand_i() 173 SAMPL v[2], /* values to use as starting 2 */ in AdpcmMashS() 175 const SAMPL *ibuff, /* ibuff[] is interleaved input samples */ in AdpcmMashS() 181 const SAMPL *ip, *itop; in AdpcmMashS() 256 const SAMPL *ip, /* ip[] is interleaved input samples */ in AdpcmMashChannel() 262 SAMPL v[2]; in AdpcmMashChannel() 305 const SAMPL *ip, /* ip[n*chans] is interleaved input samples */ in lsx_ms_adpcm_block_mash_i()
|