Home
last modified time | relevance | path

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

/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dpcm.c31 typedef struct tribyte struct
33 } tribyte ; typedef
299 let2s_array (const tribyte *src, int count, short *dest) in let2s_array()
305 bet2s_array (const tribyte *src, int count, short *dest) in bet2s_array()
368 bet2i_array (const tribyte *src, int count, int *dest) in bet2i_array()
374 let2i_array (const tribyte *src, int count, int *dest) in let2i_array()
553 s2let_array (const short *src, tribyte *dest, int count) in s2let_array()
562 s2bet_array (const short *src, tribyte *dest, int count) in s2bet_array()
638 i2let_array (const int *src, tribyte *dest, int count) in i2let_array()
650 i2bet_array (const int *src, tribyte *dest, int count) in i2bet_array()
[all …]