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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Danalysis_sub_band.cpp221 Int32 *pt_cos1 = pt_vec; local
235 pt_cos1 = &vec[ 0];
246 temp3 = (*(pt_cos1++) - *(pt_sin2++));
259 temp3 = (*(pt_cos1++) + *(pt_sin2++));
269 temp3 = (*(pt_cos1++) - *(pt_sin2++));
274 pt_cos1 = &cosine_total[maxBand]; /* in the chance that maxband is not even */
279 *(pt_cos1++) = 0;

Completed in 213 milliseconds