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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 55 int32_t r32, q32, t32, nom32, den32; local
60 q32=fx[0]-fx[1];
61 nom32=q32+r32;
62 den32 = (q32 - r32) * 2;
68 /* 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/dist2/src/
pcre2test.c 5550 uint32_t *q32 = NULL; local
    [all...]

Completed in 656 milliseconds