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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter.c 54 int16_t ubufQQ[PITCH_INTBUFFSIZE + QLOOKAHEAD];
66 memcpy(ubufQQ, pfp->ubufQQ, sizeof(pfp->ubufQQ));
121 indW32, sign, inystateQQ, ubufQQ, fracoeffQQ, indatQQ, outdatQQ, &ind);
126 memcpy(pfp->ubufQQ, ubufQQ + PITCH_FRAME_LEN, sizeof(pfp->ubufQQ));
135 ubufQQ, fracoeffQQ, indatQQ, outdatQQ, &ind);
147 int16_t ubufQQ[PITCH_INTBUFFSIZE]
    [all...]
initialize.c 119 pitchfiltdata->ubufQQ[k] = 0;
structs.h 121 int16_t ubufQQ[PITCH_BUFFSIZE];

Completed in 74 milliseconds