OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:n_mask
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacdec/
get_tns.cpp
36
changed calculation of s_mask and
n_mask
from table-based to being
358
Int
n_mask
;
local
534
n_mask
= -((Int)tempInt & s_mask);
537
*
n_mask
is used to sign_extend the
541
*(pLpcCoef++) = tempInt |
n_mask
;
Completed in 5509 milliseconds