Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dd_plsf_3.cpp257 Word16 index_limit_1 = 0; in D_plsf_3() local
274 index_limit_1 = (DICO1_SIZE - 1) * 3; in D_plsf_3()
283 index_limit_1 = (MR795_1_SIZE - 1) * 3; in D_plsf_3()
292 index_limit_1 = (DICO1_SIZE - 1) * 3; in D_plsf_3()
304 if (temp > index_limit_1) in D_plsf_3()
306 temp = index_limit_1; /* avoid buffer overrun */ in D_plsf_3()