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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
lsf_to_poly.c 30 int32_t *f1ptr, *f2ptr; local
41 f2ptr=f[1];
43 WebRtcIlbcfix_GetLspPoly(&lsp[1],f2ptr);
50 f2ptr=&f[1][5];
54 (*f2ptr) -= (*(f2ptr-1));
56 f2ptr--;
70 f2ptr=&f[1][1];
73 tmpW32 = (*f1ptr) + (*f2ptr);
76 tmpW32 = (*f1ptr) - (*f2ptr);
    [all...]
poly_to_lsp.c 36 int16_t *f1ptr, *f2ptr; local
55 f2ptr = f[1];
57 (*f2ptr) = 1024; /* 1.0 in Q10 */
61 *(f2ptr + 1) =
62 (int16_t)((((int32_t)(*a_i_ptr) - *a_10mi_ptr) >> 2) + *f2ptr);
66 f2ptr++;
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 268 void (*F2Ptr)() =
272 F2Ptr();
279 F2Ptr();

Completed in 389 milliseconds