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 374 int32 *pt_vect = vect; local
375 int32 *pt_vect_2 = pt_vect - 1;
379 int32 tmp2 = *(pt_vect);
383 *(pt_vect++) = fxp_mul32_Q27((tmp1 - tmp2), cosx);
385 tmp2 = *(pt_vect);
389 *(pt_vect++) = fxp_mul32_Q27((tmp1 - tmp2), cosx);
395 int32 tmp2 = *(pt_vect);
399 *(pt_vect++) = fxp_mul32_Q32((tmp1 - tmp2) << 1, cosx);
401 tmp2 = *(pt_vect);
405 *(pt_vect++) = fxp_mul32_Q32((tmp1 - tmp2) << 1, cosx)
    [all...]

Completed in 49 milliseconds