HomeSort by relevance Sort by last modified time
    Searched full:pt_vect (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_16.cpp 377 int32 *pt_vect = vect; local
378 int32 *pt_vect_2 = pt_vect - 1;
382 int32 tmp2 = *(pt_vect);
386 *(pt_vect++) = fxp_mul32_Q27((tmp1 - tmp2), cosx);
388 tmp2 = *(pt_vect);
392 *(pt_vect++) = fxp_mul32_Q27((tmp1 - tmp2), cosx);
398 int32 tmp2 = *(pt_vect);
402 *(pt_vect++) = fxp_mul32_Q32((tmp1 - tmp2) << 1, cosx);
404 tmp2 = *(pt_vect);
408 *(pt_vect++) = fxp_mul32_Q32((tmp1 - tmp2) << 1, cosx)
    [all...]

Completed in 81 milliseconds