OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:index_limit_2
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
d_plsf_3.cpp
258
Word16
index_limit_2
= (DICO2_SIZE - 1) * 3;
local
325
if (temp >
index_limit_2
)
327
temp =
index_limit_2
; /* avoid buffer overrun */
Completed in 1463 milliseconds