Searched refs:rowVector (Results 1 – 2 of 2) sorted by relevance
43 std::vector<int16_t> rowVector; in DecodeOutput() local46 … rowVector.emplace_back(static_cast<int16_t>(contextToProcess[row * rowLength + j])); in DecodeOutput()49 …int maxIndex = std::distance(rowVector.begin(), std::max_element(rowVector.begin(), rowVector.end(… in DecodeOutput()
1317 std::vector<uint8_t>& rowVector = res[i]; in convertToDataVectors() local1318 rowVector.resize(dataSize); in convertToDataVectors()1319 env->GetByteArrayRegion(rowData, 0, dataSize, reinterpret_cast<jbyte*>(rowVector.data())); in convertToDataVectors()