Searched defs:Float (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dtypedefs.h37 * Float floating point minFloat, maxFloat
141 /* use "#if 0" below if Float should be double;
142 use "#if 1" below if Float should be float
145 typedef float Float;
149 typedef double Float; typedef
158 Float r; /* real part */
159 Float i; /* imaginary part */

Completed in 159 milliseconds