Searched refs:f0Index (Results 1 – 1 of 1) sorted by relevance
97 int f0Index = frameIndex * FRAME_OUTPUT_DIMENSION + AMPLITUDE_DIMENSION + in calculateLogF0Error() local99 int voicedIndex = f0Index + LOG_F0_DIMENSION; in calculateLogF0Error()102 squared_error += Math.pow(outputs[inferenceIndex][f0Index] - in calculateLogF0Error()103 expectedOutputs[inferenceIndex][f0Index], 2); in calculateLogF0Error()