29#if !defined(_SPANDSP_DC_RESTORE_H_) 
   30#define _SPANDSP_DC_RESTORE_H_ 
   62#if defined(__cplusplus) 
   75    dc->state += ((((int32_t) sample << 15) - dc->state) >> 14);
 
   76    return (int16_t) (sample - (dc->state >> 15));
 
   82    return (int16_t) (dc->state >> 15);
 
   86#if defined(__cplusplus) 
Definition dc_restore.h:58