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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 62 int32_t r32, q32, t32, nom32, den32; local
67 q32=fx[0]-fx[1];
68 nom32=q32+r32;
69 den32 = (q32 - r32) * 2;
75 /* t = (q32+r32)/(2*(q32-r32)) = (fx[0]-fx[1] + fx[1]-fx[2])/(2 * fx[0]-fx[1] - (fx[1]-fx[2]))*/
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 71 WebRtc_Word32 r32, q32, t32, nom32, den32; local
76 q32=fx[0]-fx[1];
77 nom32=q32+r32;
78 den32=WEBRTC_SPL_MUL_32_16((q32-r32), 2);
84 /* t = (q32+r32)/(2*(q32-r32)) = (fx[0]-fx[1] + fx[1]-fx[2])/(2 * fx[0]-fx[1] - (fx[1]-fx[2]))*/
  /external/pcre/dist/
pcretest.c 4475 pcre_uint32 *q32; local
    [all...]

Completed in 91 milliseconds