Lines Matching refs:normalize

1771 f2sc_array (const float *src, signed char *dest, int count, int normalize)
1774 normfact = normalize ? (1.0 * 0x7F) : 1.0 ;
1782 f2sc_clip_array (const float *src, signed char *dest, int count, int normalize)
1785 normfact = normalize ? (8.0 * 0x10000000) : (1.0 * 0x1000000) ;
1830 f2uc_array (const float *src, unsigned char *dest, int count, int normalize)
1833 normfact = normalize ? (1.0 * 0x7F) : 1.0 ;
1841 f2uc_clip_array (const float *src, unsigned char *dest, int count, int normalize)
1844 normfact = normalize ? (8.0 * 0x10000000) : (1.0 * 0x1000000) ;
1889 f2bes_array (const float *src, short *dest, int count, int normalize)
1894 normfact = normalize ? (1.0 * 0x7FFF) : 1.0 ;
1905 f2bes_clip_array (const float *src, short *dest, int count, int normalize)
1910 normfact = normalize ? (8.0 * 0x10000000) : (1.0 * 0x10000) ;
1960 f2les_array (const float *src, short *dest, int count, int normalize)
1965 normfact = normalize ? (1.0 * 0x7FFF) : 1.0 ;
1976 f2les_clip_array (const float *src, short *dest, int count, int normalize)
1981 normfact = normalize ? (8.0 * 0x10000000) : (1.0 * 0x10000) ;
2031 f2let_array (const float *src, tribyte *dest, int count, int normalize)
2035 normfact = normalize ? (1.0 * 0x7FFFFF) : 1.0 ;
2046 f2let_clip_array (const float *src, tribyte *dest, int count, int normalize)
2050 normfact = normalize ? (8.0 * 0x10000000) : (1.0 * 0x100) ;
2106 f2bet_array (const float *src, tribyte *dest, int count, int normalize)
2110 normfact = normalize ? (1.0 * 0x7FFFFF) : 1.0 ;
2121 f2bet_clip_array (const float *src, tribyte *dest, int count, int normalize)
2125 normfact = normalize ? (8.0 * 0x10000000) : (1.0 * 0x100) ;
2181 f2bei_array (const float *src, int *dest, int count, int normalize)
2186 normfact = normalize ? (1.0 * 0x7FFFFFFF) : 1.0 ;
2199 f2bei_clip_array (const float *src, int *dest, int count, int normalize)
2204 normfact = normalize ? (8.0 * 0x10000000) : 1.0 ;
2264 f2lei_array (const float *src, int *dest, int count, int normalize)
2269 normfact = normalize ? (1.0 * 0x7FFFFFFF) : 1.0 ;
2282 f2lei_clip_array (const float *src, int *dest, int count, int normalize)
2287 normfact = normalize ? (8.0 * 0x10000000) : 1.0 ;
2347 d2sc_array (const double *src, signed char *dest, int count, int normalize)
2350 normfact = normalize ? (1.0 * 0x7F) : 1.0 ;
2358 d2sc_clip_array (const double *src, signed char *dest, int count, int normalize)
2361 normfact = normalize ? (8.0 * 0x10000000) : (1.0 * 0x1000000) ;
2406 d2uc_array (const double *src, unsigned char *dest, int count, int normalize)
2409 normfact = normalize ? (1.0 * 0x7F) : 1.0 ;
2417 d2uc_clip_array (const double *src, unsigned char *dest, int count, int normalize)
2420 normfact = normalize ? (8.0 * 0x10000000) : (1.0 * 0x1000000) ;
2465 d2bes_array (const double *src, short *dest, int count, int normalize)
2470 normfact = normalize ? (1.0 * 0x7FFF) : 1.0 ;
2481 d2bes_clip_array (const double *src, short *dest, int count, int normalize)
2486 normfact = normalize ? (8.0 * 0x10000000) : (1.0 * 0x10000) ;
2536 d2les_array (const double *src, short *dest, int count, int normalize)
2541 normfact = normalize ? (1.0 * 0x7FFF) : 1.0 ;
2552 d2les_clip_array (const double *src, short *dest, int count, int normalize)
2557 normfact = normalize ? (8.0 * 0x10000000) : (1.0 * 0x10000) ;
2607 d2let_array (const double *src, tribyte *dest, int count, int normalize)
2611 normfact = normalize ? (1.0 * 0x7FFFFF) : 1.0 ;
2622 d2let_clip_array (const double *src, tribyte *dest, int count, int normalize)
2626 normfact = normalize ? (8.0 * 0x10000000) : (1.0 * 0x100) ;
2682 d2bet_array (const double *src, tribyte *dest, int count, int normalize)
2686 normfact = normalize ? (1.0 * 0x7FFFFF) : 1.0 ;
2697 d2bet_clip_array (const double *src, tribyte *dest, int count, int normalize)
2701 normfact = normalize ? (8.0 * 0x10000000) : (1.0 * 0x100) ;
2757 d2bei_array (const double *src, int *dest, int count, int normalize)
2762 normfact = normalize ? (1.0 * 0x7FFFFFFF) : 1.0 ;
2775 d2bei_clip_array (const double *src, int *dest, int count, int normalize)
2780 normfact = normalize ? (8.0 * 0x10000000) : 1.0 ;
2840 d2lei_array (const double *src, int *dest, int count, int normalize)
2845 normfact = normalize ? (1.0 * 0x7FFFFFFF) : 1.0 ;
2858 d2lei_clip_array (const double *src, int *dest, int count, int normalize)
2863 normfact = normalize ? (8.0 * 0x10000000) : 1.0 ;