Home
last modified time | relevance | path

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

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