Searched refs:getInputIndex (Results 1 – 9 of 9) sorted by relevance
77 const int pointIndex = dicNode->getInputIndex(0); in getMatchedCost()107 const int pointIndex = dicNode->getInputIndex(0); in isProximityDicNode()116 const int16_t parentPointIndex = parentDicNode->getInputIndex(0); in getTranspositionCost()131 const int16_t insertedPointIndex = parentDicNode->getInputIndex(0); in getInsertionCost()170 const bool firstCompletion = dicNode->getInputIndex(0) in getCompletionCost()185 const int inputIndex = dicNode->getInputIndex(0); in getTerminalInsertionCost()206 const int inputIndex = dicNode->getInputIndex(0); in getSpaceSubstitutionCost()
67 const int point0Index = dicNode->getInputIndex(0); in isOmission()91 const int point0Index = dicNode->getInputIndex(0); in isSpaceSubstitutionTerminal()117 const int16_t pointIndex = dicNode->getInputIndex(0); in isSpaceOmissionTerminal()143 dicNode->getInputIndex(0), childDicNode->getNodeCodePoint(), in getProximityType()
41 dicNode->getInputIndex(0)); in getErrorType()
38 getInputIndex(0), getNormalizedCompoundDistance(), charBuf); \51 getInputIndex(0), getNormalizedCompoundDistanceAfterFirstWord()); \193 return mDicNodeState.mDicNodeStateInput.getInputIndex(0) >= inputSize; in isCompletion()197 return mDicNodeState.mDicNodeStateInput.getInputIndex(0) < inputSize - 1; in canDoLookAheadCorrection()289 / static_cast<float>(getInputIndex(0) + 1); in getNormalizedSpatialDistance()354 int16_t getInputIndex(int pointerId) const { in getInputIndex() function355 return mDicNodeState.mDicNodeStateInput.getInputIndex(pointerId); in getInputIndex()456 index += mDicNodeState.mDicNodeStateInput.getInputIndex(i); in getTotalInputIndex()
128 const int point0Index = dicNode.getInputIndex(0); in expandCurrentDicNodes()246 && dicNode->getInputIndex(0) < traverseSession->getInputSize()) { in processTerminalDicNode()339 const int16_t pointIndex = dicNode->getInputIndex(0); in processDicNodeAsInsertion()361 const int16_t pointIndex = dicNode->getInputIndex(0); in processDicNodeAsTransposition()
73 int getInputIndex(const int pointerId) const { in getInputIndex() function
115 const int pointerId = dicNode->getInputIndex(i); in getProximityTypeG()
138 public int getInputIndex() { in getInputIndex() method in MediaCodecAudioDecoder
431 ((MediaCodecAudioDecoder) mAudioDecoder).getInputIndex() in feedInputBuffer()