Searched refs:to_d (Results 1 – 2 of 2) sorted by relevance
220 double to_d = wide_sample * ft->encoding.bits_per_sample / 8; in lsx_offset_seek() local221 off_t to = to_d; in lsx_offset_seek()222 return (to != to_d)? SOX_EOF : lsx_seeki(ft, (byte_offset + to), SEEK_SET); in lsx_offset_seek()
1618 double to_d = wide_sample * ft->encoding.bits_per_sample / 8; in seek() local1619 off_t to = to_d; in seek()1620 …ft->sox_errno = (to != to_d)? SOX_EOF : lsx_seeki(ft, (off_t)wav->dataStart + (off_t)to, SEEK_SET); in seek()