Searched refs:srcFixed (Results 1 – 1 of 1) sorted by relevance
85 static void set_points(float* dst, int* src, const int* divs, int divCount, int srcFixed, in set_points() argument90 if (srcFixed <= dstLen) { in set_points()93 scale = (dstLen - ((float) srcFixed)) / ((float) srcScalable); in set_points()96 scale = dstLen / ((float) srcFixed); in set_points()105 if (srcFixed <= dstLen) { in set_points()