Searched refs:numCols (Results 1 – 1 of 1) sorted by relevance
1434 uint16_t numCols; /**< number of columns of the matrix. */ member1446 uint16_t numCols; /**< number of columns of the matrix. */ member1457 uint16_t numCols; /**< number of columns of the matrix. */ member1469 uint16_t numCols; /**< number of columns of the matrix. */ member1936 uint16_t numCols; /**< number of columns in the data table. */ member1947 uint16_t numCols; /**< number of columns in the data table. */ member1958 uint16_t numCols; /**< number of columns in the data table. */ member1969 uint16_t numCols; /**< number of columns in the data table. */ member7155 || yIndex > (S->numCols - 1)) in arm_bilinear_interp_f32()7161 index = (xIndex - 1) + (yIndex - 1) * S->numCols; in arm_bilinear_interp_f32()[all …]