OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_value
(Results
1 - 2
of
2
) sorted by null
/system/media/audio_utils/tests/
power_tests.cpp
29
void testFloatValue(float
f_value
, size_t length) {
30
const float power = audio_utils_power_from_amplitude(
f_value
);
40
const uint8_t u8_value((1.f -
f_value
) * 128);
41
const int16_t i16_value(
f_value
* INT16_MIN);
42
const int32_t i32_value (
f_value
* INT32_MIN);
43
const int32_t q8_23_value(
f_value
* -(1 << 23));
61
f_ary[i] =
f_value
;
99
const float
f_value
= (int(length & 0xff) - 128) / 128.f;
local
103
const uint8_t u8_value((1.f -
f_value
) * 128);
104
const int16_t i16_value(
f_value
* INT16_MIN)
[
all
...]
/external/svox/pico/lib/
picosig.c
739
picoos_single
f_value
;
local
[
all
...]
Completed in 1883 milliseconds