Searched defs:scale (Results 1 – 7 of 7) sorted by relevance
/system/media/audio_utils/include/audio_utils/ |
D | primitives.h | 680 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/update_engine/scripts/update_payload/ |
D | histogram.py | 30 def __init__(self, data, scale=20, formatter=None): argument 46 def FromCountDict(count_dict, scale=20, formatter=None, key_names=None): argument 74 def FromKeyList(key_list, scale=20, formatter=None, key_names=None): argument
|
/system/core/toolbox/upstream-netbsd/lib/libc/gen/ |
D | humanize_number.c | 48 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/ |
D | fixedfft.cpp | 110 int scale = LOG_FFT_SIZE, i, p, r; in fixed_fft() local 147 int scale = LOG_FFT_SIZE, m = n >> 1, i; in fixed_fft_real() local
|
/system/extras/simpleperf/ |
D | cmd_stat.cpp | 57 double scale; member 654 double scale = 1.0; in ShowCounters() local
|
/system/core/libpixelflinger/ |
D | trap.cpp | 262 GGLcoord rmin, GGLcoord rmax, GGLcoord scale) in coverageFast() 306 GGLcoord scale; in aa_pointx() local
|
D | scanline.cpp | 1975 const int scale = ti.st[j].scale + (iwscale - 30); in scanline_perspective() local
|