Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dbits.c134 #define HTOLS(A) ((((A) >> 8)&0xff)|(((A) & 0xff)<<8)) in speex_bits_read_from() macro
136 #define HTOLS(A) (A) in speex_bits_read_from() macro
139 bits->chars[i]=HTOLS(chars[i]); in speex_bits_read_from()
184 bits->chars[pos+i]=HTOLS(chars[i]); in speex_bits_read_whole_bytes()
207 chars[i]=HTOLS(bits->chars[i]); in speex_bits_write()
218 chars[i]=HTOLS(bits->chars[i]); in speex_bits_write_whole_bytes()