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

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd_plsf_3.cpp259 Word16 index_limit_3 = 0; local
275 index_limit_3 = (MR515_3_SIZE - 1) * 4;
284 index_limit_3 = (DICO3_SIZE - 1) * 4;
293 index_limit_3 = (DICO3_SIZE - 1) * 4;
340 if (temp > index_limit_3)
342 temp = index_limit_3; /* avoid buffer overrun */

Completed in 839 milliseconds