HomeSort by relevance Sort by last modified time
    Searched refs:yt1 (Results 1 - 2 of 2) sorted by null

  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 190 Fixed yt1 = FIXED_FROM_FLOAT(t/1230.); local
191 Fixed yt2 = yt1;
201 Fixed base = fixed_sin(yt1) + fixed_sin(yt2);
205 yt1 += YT1_INCR;
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 195 Fixed yt1 = FIXED_FROM_FLOAT(t/1230.); local
196 Fixed yt2 = yt1;
210 Fixed base = fixed_sin(yt1) + fixed_sin(yt2);
214 yt1 += YT1_INCR;

Completed in 59 milliseconds