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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
colorsys.py 24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb",
37 def rgb_to_yiq(r, g, b): function
  /external/python/cpython2/Lib/
colorsys.py 24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb",
37 def rgb_to_yiq(r, g, b): function
  /external/python/cpython3/Lib/
colorsys.py 24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb",
40 def rgb_to_yiq(r, g, b): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/
colorsys.py 24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb",
37 def rgb_to_yiq(r, g, b): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
colorsys.py 24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb",
37 def rgb_to_yiq(r, g, b): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
colorsys.py 24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb",
37 def rgb_to_yiq(r, g, b): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
colorsys.py 24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb",
37 def rgb_to_yiq(r, g, b): function
  /external/tensorflow/tensorflow/python/ops/
image_ops_impl.py 1795 def rgb_to_yiq(images): function
    [all...]

Completed in 598 milliseconds