OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iexp
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/codecs/g711/dec/
G711Decoder.cpp
177
int32_t
iexp
= ix >> 4;
local
180
if (
iexp
> 0) {
186
if (
iexp
> 1) {
187
mant = mant << (
iexp
- 1);
/device/samsung/crespo/alsa-lib/include/sound/
emu10k1.h
51
#define
iEXP
0x0d /* R = log_data, A (linear_data), X (max_exp), Y (format_word) */
Completed in 1164 milliseconds