Searched refs:ADPCM_SIZE (Results 1 – 1 of 1) sorted by relevance
81 #define ADPCM_SIZE (1000*8) /* adpcm conversion output buf size */ macro110 static unsigned char adpcm_buf[ADPCM_SIZE + 32];551 insiz = ADPCM_SIZE / 2; in main()556 insiz = (ADPCM_SIZE * 3) / 8; in main()