Searched refs:PADPREC (Results 1 – 1 of 1) sorted by relevance
68 #define PADPREC 16 macro139 .validbits = PADPREC,140 .precision = PADPREC,594 framesize = PADCHAN * (PADPREC / NBBY) * PADFREQ; in pad_start_output()777 if (PADPREC > bits) in pad_swvol_codec()778 v = v << (PADPREC - bits); in pad_swvol_codec()779 else if (PADPREC < bits) in pad_swvol_codec()780 v = v >> (bits - PADPREC); in pad_swvol_codec()783 #if PADPREC > 0 in pad_swvol_codec()786 #if PADPREC > 8 in pad_swvol_codec()[all …]