HomeSort by relevance Sort by last modified time
    Searched refs:sta_0 (Results 1 - 2 of 2) sorted by null

  /external/aac/libFDK/src/arm/
qmf_arm.cpp 178 FIXP_QAS *RESTRICT sta_0 = (FIXP_QAS *)pFilterStates; local
211 sta0 = *sta_0; sta_0 += staStep1; /* 1,3,5, ... 29/61 */
217 sta0 = *sta_0; sta_0 += staStep1;
222 sta0 = *sta_0; sta_0 += staStep1;
228 sta0 = *sta_0; sta_0 += staStep1;
233 sta0 = *sta_0; sta_0 -= staStep2
    [all...]
  /external/aac/libFDK/src/
qmf.cpp 324 FIXP_QAS *RESTRICT sta_0 = (FIXP_QAS *)pFilterStates; local
344 accu = fMultDiv2( p_flt[0], *sta_0); sta_0 += staStep1;
345 accu += fMultDiv2( p_flt[1], *sta_0); sta_0 += staStep1;
346 accu += fMultDiv2( p_flt[2], *sta_0); sta_0 += staStep1;
347 accu += fMultDiv2( p_flt[3], *sta_0); sta_0 += staStep1;
348 accu += fMultDiv2( p_flt[4], *sta_0);
    [all...]

Completed in 169 milliseconds