Searched refs:numCols (Results 1 – 2 of 2) sorted by relevance
1440 uint16_t numCols; /**< number of columns of the matrix. */ member1452 uint16_t numCols; /**< number of columns of the matrix. */ member1463 uint16_t numCols; /**< number of columns of the matrix. */ member1475 uint16_t numCols; /**< number of columns of the matrix. */ member1942 uint16_t numCols; /**< number of columns in the data table. */ member1953 uint16_t numCols; /**< number of columns in the data table. */ member1964 uint16_t numCols; /**< number of columns in the data table. */ member1975 uint16_t numCols; /**< number of columns in the data table. */ member7161 || yIndex > (S->numCols - 1)) in arm_bilinear_interp_f32()7167 index = (xIndex - 1) + (yIndex - 1) * S->numCols; in arm_bilinear_interp_f32()[all …]
1372 uint16_t numCols; /**< number of columns of the matrix. */ member1383 uint16_t numCols; /**< number of columns of the matrix. */ member1393 uint16_t numCols; /**< number of columns of the matrix. */ member1403 uint16_t numCols; /**< number of columns of the matrix. */ member1854 uint16_t numCols; /**< number of columns in the data table. */ member1864 uint16_t numCols; /**< number of columns in the data table. */ member1874 uint16_t numCols; /**< number of columns in the data table. */ member1884 uint16_t numCols; /**< number of columns in the data table. */ member6769 if(xIndex < 0 || xIndex > (S->numRows - 1) || yIndex < 0 || yIndex > (S->numCols - 1)) in arm_bilinear_interp_f32()6775 index = (xIndex - 1) + (yIndex - 1) * S->numCols; in arm_bilinear_interp_f32()[all …]