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

  /external/aac/libFDK/include/
qmf.h 199 UCHAR p_stride; /*!< Stride Factor of polyphase filters */ member in struct:QMF_FILTER_BANK
qmf_pcm.h 141 int p_stride = qmf->p_stride; local
149 p_Filter + p_stride * QMF_NO_POLY; /* 5th of 330 */
151 p_stride * QMF_NO_POLY; /* 5 + (320 - 2*5) = 315th of 330 */
211 p_flt += (p_stride * QMF_NO_POLY);
212 p_fltm -= (p_stride * QMF_NO_POLY);
233 int p_stride = qmf->p_stride; local
298 p_flt += (p_stride * QMF_NO_POLY);
299 p_fltm += (p_stride * QMF_NO_POLY)
    [all...]

Completed in 2000 milliseconds