Searched refs:ajp (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dfft.c280 REAL c1, c2, c3, cd, aa, aj, ak, ajm, ajp, akm, akp; local
498 ajp = Re [k1] + Re [k3];
504 Re [kk] = akp + ajp;
506 ajp = akp - ajp;
522 Re [k2] = ajp;
529 Re [k2] = ajp * c2 - bjp * s2;
532 Im [k2] = ajp * s2 + bjp * c2;
605 ajp = Re [k2] + Re [k3];
611 Re [kk] = aa + akp + ajp;
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dfft.c280 REAL c1, c2, c3, cd, aa, aj, ak, ajm, ajp, akm, akp; local
502 ajp = Re [k1] + Re [k3];
508 Re [kk] = akp + ajp;
510 ajp = akp - ajp;
526 Re [k2] = ajp;
533 Re [k2] = ajp * c2 - bjp * s2;
536 Im [k2] = ajp * s2 + bjp * c2;
609 ajp = Re [k2] + Re [k3];
615 Re [kk] = aa + akp + ajp;
[all...]

Completed in 370 milliseconds