Searched refs:rowVector (Results 1 – 1 of 1) 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()