Searched defs:octaves (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/rs/
H A DrsNoise.cpp235 float SC_turbulencef2(float x, float y, float octaves) argument
240 for (float f = 1.0f; f <= octaves; f *= 2)
245 float SC_turbulencef3(float x, float y, float z, float octaves) argument
250 for (float f = 1.0f; f <= octaves; f *= 2)

Completed in 1956 milliseconds