Home
last modified time | relevance | path

Searched defs:scale (Results 1 – 6 of 6) sorted by relevance

/system/media/audio_utils/include/audio_utils/
Dprimitives.h680 static const float scale = (float)(1 << 23); in clamp24_from_float() local
725 static const float scale = (float)(1UL << 27); in clampq4_27_from_float() local
751 static const float scale = (float)(1UL << 31); in clamp32_from_float() local
786 static const float scale = 1. / (float)(1UL << 27); in float_from_q4_27() local
803 static const float scale = 1. / (float)(1UL << 28); in float_from_u4_28() local
815 static const float scale = 1. / (float)(1UL << 12); in float_from_u4_12() local
830 static const float scale = (float)(1 << 28); in u4_28_from_float() local
854 static const float scale = (float)(1 << 12); in u4_12_from_float() local
883 static const float scale = 1. / (float)(1UL << 15); in float_from_i16() local
895 static const float scale = 1. / (float)(1UL << 7); in float_from_u8() local
[all …]
/system/core/toolbox/upstream-netbsd/lib/libc/gen/
Dhumanize_number.c48 const char *suffix, int scale, int flags) in humanize_number()
78 #define SCALE2PREFIX(scale) (&prefixes[(scale) << 1]) in humanize_number() argument
/system/media/audio_utils/
Dfixedfft.cpp113 int scale = LOG_FFT_SIZE, i, p, r; in fixed_fft() local
150 int scale = LOG_FFT_SIZE, m = n >> 1, i; in fixed_fft_real() local
/system/extras/simpleperf/
Dcmd_stat.cpp290 double scale; member
376 double scale = 1.0; in ShowCounters() local
/system/core/libpixelflinger/
Dtrap.cpp260 GGLcoord rmin, GGLcoord rmax, GGLcoord scale) in coverageFast()
304 GGLcoord scale; in aa_pointx() local
Dscanline.cpp1980 const int scale = ti.st[j].scale + (iwscale - 30); in scanline_perspective() local