Searched defs:temp_p (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dq_plsf_3.cpp880 Word16 temp_p[M];
912 temp_p[i] = add(mean_lsf[i], past_rq_init[j*M+i]);
913 temp_r1[i] = sub(lsf1[i],temp_p[i]);
922 Copy(temp_p, lsf_p, M);
1027 Word16 temp_p[M]; local
1070 *(temp_p + i) = *(mean_lsf_3 + i) + *(past_rq_init + j * M + i);
1072 *(temp_r1 + i) = *(lsf1 + i) - *(temp_p + i);
1092 temp_p,

Completed in 205 milliseconds