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

  /external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
mips_FFTFwd_RToCCS_F32_complex.c 25 OMX_F32* w_re_ptr; local
160 w_re_ptr = pFFTSpec->pTwiddle + step;
169 w_re = *w_re_ptr;
191 w_re_ptr += step;
200 w_re_ptr = pFFTSpec->pTwiddle + step;
220 w_re = *w_re_ptr;
238 w_re_ptr += step;
251 w_re = *w_re_ptr;
mips_FFTInv_CCSToR_F32_complex.c 23 OMX_F32* w_re_ptr; local
34 w_re_ptr = pFFTSpec->pTwiddle + step;
53 w_re = *w_re_ptr;
82 w_re_ptr += step;
95 w_re = *w_re_ptr;
216 w_re_ptr = pFFTSpec->pTwiddle + step;
224 w_re = *w_re_ptr;
246 w_re_ptr += step;
275 w_re_ptr = pFFTSpec->pTwiddle + step;
280 w_re = *w_re_ptr;
    [all...]
mips_FFTFwd_RToCCS_F32_real.c 24 OMX_F32* w_re_ptr; local
162 w_re_ptr = pFFTSpec->pTwiddle + step;
169 OMX_F32 w_re = *w_re_ptr;
187 w_re_ptr += step;
mips_FFTInv_CCSToR_F32_real.c 25 OMX_F32* w_re_ptr; local
195 w_re_ptr = pFFTSpec->pTwiddle + step;
202 OMX_F32 w_re = *w_re_ptr;
218 w_re_ptr += step;

Completed in 44 milliseconds