Searched refs:resY (Results 1 – 2 of 2) sorted by relevance
581 vector<float> resX(109), resY(109), Ang(109); in Compute_Main_Orientation() local602 resY[idx] = gweight*(*(evolution_[level].Ly.ptr<float>(iy)+ix)); in Compute_Main_Orientation()606 resY[idx] = 0.0; in Compute_Main_Orientation()609 Ang[idx] = getAngle(resX[idx], resY[idx]); in Compute_Main_Orientation()627 sumY += resY[k]; in Compute_Main_Orientation()632 sumY += resY[k]; in Compute_Main_Orientation()
787 float resX[ang_size], resY[ang_size], Ang[ang_size]; in Compute_Main_Orientation() local809 resY[idx] = gweight*(*(evolution_[level].Ly.ptr<float>(iy)+ix)); in Compute_Main_Orientation()815 hal::fastAtan2(resY, resX, Ang, ang_size, false); in Compute_Main_Orientation()828 sumY += resY[k]; in Compute_Main_Orientation()833 sumY += resY[k]; in Compute_Main_Orientation()