OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_h2
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cor_h.cpp
287
Word16 *
p_h2
;
local
316
p_h2
= h2;
321
*(
p_h2
++) = *(p_h++) >> 1;
322
*(
p_h2
++) = *(p_h++) >> 1;
343
p_h2
= h2;
347
*(
p_h2
++) = (Word16)((amrnb_fxp_mac_16_by_16bb((Word32) * (p_h++), (Word32) dec, 0x020L)) >> 6);
348
*(
p_h2
++) = (Word16)((amrnb_fxp_mac_16_by_16bb((Word32) * (p_h++), (Word32) dec, 0x020L)) >> 6);
355
p_h2
= h2;
361
tmp1 = *(
p_h2
++);
365
tmp1 = *(
p_h2
++)
[
all
...]
Completed in 55 milliseconds