HomeSort by relevance Sort by last modified time
    Searched defs:Speed (Results 1 - 3 of 3) sorted by null

  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Speed.java 29 public enum Speed {
41 Speed(@NonNull String displayName) {
46 * Returns the user-visible description of the speed of the given
49 * @return the description of the speed to display to the user
  /external/libvpx/vp8/encoder/
onyx_if.c 543 int Speed = cpi->Speed;
678 if (Speed > 0)
680 /* Disable coefficient optimization above speed 0 */
692 if (Speed > 1)
728 if (Speed > 2)
774 if (Speed > 3)
796 if (Speed > 4)
866 if (Speed > 0)
909 if (Speed > 1
    [all...]
onyx_int.h 511 int Speed;

Completed in 32 milliseconds