Home
last modified time | relevance | path

Searched refs:SDS_3BYTE_TO_INT_DECODE (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsdsdec.c76 #define SDS_3BYTE_TO_INT_DECODE(x) (((x) & 0x7F) | (((x) & 0x7F00) >> 1) | (((x) & 0x7F0000) >> 2)) macro
109 sample_period = SDS_3BYTE_TO_INT_DECODE(sample_period); in sds_read_header()
/third_party/libsnd/src/
Dsds.c40 #define SDS_3BYTE_TO_INT_DECODE(x) (((x) & 0x7F) | (((x) & 0x7F00) >> 1) | (((x) & 0x7F0000) >> 2)) macro
226 sample_no = SDS_3BYTE_TO_INT_DECODE (sample_no) ; in sds_read_header()
234 samp_period = SDS_3BYTE_TO_INT_DECODE (samp_period) ; in sds_read_header()
262 data_length = SDS_3BYTE_TO_INT_DECODE (data_length) ; in sds_read_header()
266 sustain_loop_start = SDS_3BYTE_TO_INT_DECODE (sustain_loop_start) ; in sds_read_header()
267 sustain_loop_end = SDS_3BYTE_TO_INT_DECODE (sustain_loop_end) ; in sds_read_header()