Lines Matching refs:templateLength
17 distances.numCols=this->templateLength; in test_dtw_distance_f32()
21 costs.numCols=this->templateLength; in test_dtw_distance_f32()
25 window.numCols=this->templateLength; in test_dtw_distance_f32()
39 for(int t=0; t < this->templateLength; t++) in test_dtw_distance_f32()
60 for(int t=0; t < this->templateLength; t++) in test_dtw_distance_f32()
65 if (window.pData[q*this->templateLength+t]) in test_dtw_distance_f32()
95 inpB += this->templateLength; in test_dtw_distance_f32()
390 this->templateLength=inputB.nbSamples(); in setUp()
392 tmpA.create(this->queryLength*this->templateLength,DistanceTestsF32::TMPA_F32_ID,mgr); in setUp()
393 tmpB.create(this->queryLength*this->templateLength,DistanceTestsF32::TMPB_F32_ID,mgr); in setUp()
394 tmpC.create(this->queryLength*this->templateLength,DistanceTestsF32::TMPC_Q7_ID,mgr); in setUp()
396 … outPath.create(2*(this->queryLength+this->templateLength),DistanceTestsF32::OUTA_S16_ID,mgr); in setUp()