Searched refs:getNormRefByIndex (Results 1 – 2 of 2) sorted by relevance
152 const Norm &getNormRefByIndex(int32_t i) const { return norms[i]; } in getNormRefByIndex() function153 Norm &getNormRefByIndex(int32_t i) { return norms[i]; } in getNormRefByIndex() function
573 postProcess(norms.getNormRefByIndex(i)); in processData()