OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:q32
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/asm-x86/
acpi_32.h
71
#define ACPI_DIV_64_BY_32(n_hi, n_lo, d32,
q32
, r32) \
73
:"=a"(
q32
), "=d"(r32) \
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c
71
WebRtc_Word32 r32,
q32
, t32, nom32, den32;
local
76
q32
=fx[0]-fx[1];
77
nom32=
q32
+r32;
78
den32=WEBRTC_SPL_MUL_32_16((
q32
-r32), 2);
84
/* t = (
q32
+r32)/(2*(
q32
-r32)) = (fx[0]-fx[1] + fx[1]-fx[2])/(2 * fx[0]-fx[1] - (fx[1]-fx[2]))*/
Completed in 3341 milliseconds