Lines Matching defs:tribyte

28 ** type and use SIZEOF_TRIBYTE instead of (tribyte).
31 typedef struct tribyte
33 } tribyte ;
300 let2s_array (const tribyte *src, int count, short *dest)
306 bet2s_array (const tribyte *src, int count, short *dest)
369 bet2i_array (const tribyte *src, int count, int *dest)
375 let2i_array (const tribyte *src, int count, int *dest)
418 let2f_array (const tribyte *src, int count, float *dest, float normfact)
428 bet2f_array (const tribyte *src, int count, float *dest, float normfact)
497 let2d_array (const tribyte *src, int count, double *dest, double normfact)
507 bet2d_array (const tribyte *src, int count, double *dest, double normfact)
554 s2let_array (const short *src, tribyte *dest, int count)
563 s2bet_array (const short *src, tribyte *dest, int count)
635 i2let_array (const int *src, tribyte *dest, int count)
647 i2bet_array (const int *src, tribyte *dest, int count)
741 bet2s_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total) ;
763 let2s_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total) ;
920 bet2i_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total) ;
942 let2i_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total) ;
1086 /* Special normfactor because tribyte value is read into an int. */
1095 bet2f_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total, normfact) ;
1112 /* Special normfactor because tribyte value is read into an int. */
1121 let2f_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total, normfact) ;
1299 bet2d_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total, normfact) ;
1316 /* Special normfactor because tribyte value is read into an int. */
1325 let2d_array ((tribyte*) (ubuf.ucbuf), readcount, ptr + total, normfact) ;
1499 s2bet_array (ptr + total, (tribyte*) (ubuf.ucbuf), bufferlen) ;
1521 s2let_array (ptr + total, (tribyte*) (ubuf.ucbuf), bufferlen) ;
1678 i2bet_array (ptr + total, (tribyte*) (ubuf.ucbuf), bufferlen) ;
1700 i2let_array (ptr + total, (tribyte*) (ubuf.ucbuf), bufferlen) ;
2031 f2let_array (const float *src, tribyte *dest, int count, int normalize)
2046 f2let_clip_array (const float *src, tribyte *dest, int count, int normalize)
2081 void (*convert) (const float *, tribyte *, int, int) ;
2091 convert (ptr + total, (tribyte*) (ubuf.ucbuf), bufferlen, psf->norm_float) ;
2106 f2bet_array (const float *src, tribyte *dest, int count, int normalize)
2121 f2bet_clip_array (const float *src, tribyte *dest, int count, int normalize)
2156 void (*convert) (const float *, tribyte *, int, int) ;
2166 convert (ptr + total, (tribyte*) (ubuf.ucbuf), bufferlen, psf->norm_float) ;
2607 d2let_array (const double *src, tribyte *dest, int count, int normalize)
2622 d2let_clip_array (const double *src, tribyte *dest, int count, int normalize)
2657 void (*convert) (const double *, tribyte *, int, int) ;
2667 convert (ptr + total, (tribyte*) (ubuf.ucbuf), bufferlen, psf->norm_double) ;
2682 d2bet_array (const double *src, tribyte *dest, int count, int normalize)
2697 d2bet_clip_array (const double *src, tribyte *dest, int count, int normalize)
2732 void (*convert) (const double *, tribyte *, int, int) ;
2742 convert (ptr + total, (tribyte*) (ubuf.ucbuf), bufferlen, psf->norm_double) ;