OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:index_limit_1
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
d_plsf_3.cpp
257
Word16
index_limit_1
= 0;
local
274
index_limit_1
= (DICO1_SIZE - 1) * 3;
283
index_limit_1
= (MR795_1_SIZE - 1) * 3;
292
index_limit_1
= (DICO1_SIZE - 1) * 3;
304
if (temp >
index_limit_1
)
306
temp =
index_limit_1
; /* avoid buffer overrun */
Completed in 33 milliseconds