Searched refs:index_limit_1 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd_plsf_3.cpp257 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 74 milliseconds