Searched refs:akp (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
496 akp = Re [kk] + Re [k2];
504 Re [kk] = akp + ajp;
506 ajp = akp - ajp;
509 akp = akm + bjm;
514 akp = akm - bjm;
521 Re [k1] = akp;
528 Re [k1] = akp * c1 - bkp * s1;
531 Im [k1] = akp * s1 + bkp * c1;
601 akp
[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
500 akp = Re [kk] + Re [k2];
508 Re [kk] = akp + ajp;
510 ajp = akp - ajp;
513 akp = akm + bjm;
518 akp = akm - bjm;
525 Re [k1] = akp;
532 Re [k1] = akp * c1 - bkp * s1;
535 Im [k1] = akp * s1 + bkp * c1;
605 akp
[all...]

Completed in 86 milliseconds