Lines Matching defs:imag
478 FIXP_DBL A, B, real, imag, sta0;
481 imag = *--imagSlot;
485 *sta++ = SMLAWT( sta[1], imag, B ); /* index=9...........319 */
487 *sta++ = SMLAWB( sta[1], imag, B ); /* index=8,18, ...318 */
491 *sta++ = SMLAWT( sta[1], imag, B ); /* index=7...........317 */
493 *sta++ = SMLAWB( sta[1], imag, B ); /* index=6...........316 */
497 *sta++ = SMULWT( imag, B ); /* index=5,15, ... 315 */
503 imag = *--imagSlot;
507 *sta++ = SMLAWB( sta[1], imag, B ); /* index=14..........324 */
512 *sta++ = SMLAWT( sta[1], imag, B ); /* index=13..........323 */
514 *sta++ = SMLAWB( sta[1], imag, B ); /* index=12..........322 */
518 *sta++ = SMLAWT( sta[1], imag, B ); /* index=11..........321 */
520 *sta++ = SMULWB( imag, B ); /* index=10..........320 */
535 FIXP_QMF *RESTRICT imagSlot, /*!< Input: Pointer to imag Slot */
562 FIXP_DBL A, B, real, imag;
565 imag = *imagSlot--;
569 *sta++ = SMLAWB( sta[1], imag, B ); /* index=14..........324 */
573 *sta++ = SMLAWT( sta[1], imag, B ); /* index=13..........323 */
575 *sta++ = SMLAWB( sta[1], imag, B ); /* index=12..........322 */
579 *sta++ = SMLAWT( sta[1], imag, B ); /* index=11..........321 */
581 *sta++ = SMULWB( imag, B ); /* index=10..........320 */
720 FIXP_DBL *imagSlot, /*!< Input: Pointer to imag Slot */
735 FIXP_DBL *imagSlot, /*!< Input: Pointer to imag Slot */