CMSIS-DSP  
CMSIS DSP Software Library
arm_dtw_path_f32.c File Reference

Macros

#define E(MAT, R, C)    (*((MAT)->pData + (MAT)->numCols*(R) + (C)))
 

Functions

void arm_dtw_path_f32 (const arm_matrix_instance_f32 *pDTW, int16_t *pPath, uint32_t *pathLength)
 Mapping between query and template. More...
 

Macro Definition Documentation

◆ E

#define E (   MAT,
  R,
 
)     (*((MAT)->pData + (MAT)->numCols*(R) + (C)))