Lines Matching refs:lenPerMatLoop
398 uint16_t lenPerMatLoop; in arm_dct4_q31() local
413 lenPerMatLoop = S->N >= 256U ? 256U : S->N; in arm_dct4_q31()
414 matCol = (uint8_t)(lenPerMatLoop / 16U); in arm_dct4_q31()
427 cosFact = &cosFact[lenPerMatLoop]; in arm_dct4_q31()
436 pbuff = &pbuff[lenPerMatLoop]; in arm_dct4_q31()
450 lenPerMatLoop = S->N >= 128U ? 128U : S->N; in arm_dct4_q31()
451 matCol = (uint8_t)(lenPerMatLoop / 8U); in arm_dct4_q31()
466 weights = &weights[lenPerMatLoop * 2U]; in arm_dct4_q31()
477 for (i = 0; i < lenPerMatLoop / 4U; i++) in arm_dct4_q31()
619 uint16_t lenPerMatLoop; in arm_dct4_q15() local
634 lenPerMatLoop = S->N >= 256U ? 256U : S->N; in arm_dct4_q15()
635 matCol = (uint8_t)(lenPerMatLoop / 16U); in arm_dct4_q15()
648 cosFact = &cosFact[2U * lenPerMatLoop]; in arm_dct4_q15()
663 pbuff = &pbuff[lenPerMatLoop]; in arm_dct4_q15()
675 lenPerMatLoop = S->N >= 128U ? 128U : S->N; in arm_dct4_q15()
676 matCol = (uint8_t)(lenPerMatLoop / 8U); in arm_dct4_q15()
691 weights = &weights[lenPerMatLoop * 2U]; in arm_dct4_q15()
706 for (i = 0; i < lenPerMatLoop / 4U; i++) in arm_dct4_q15()