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

  /external/python/cpython3/Lib/test/
test_colorsys.py 79 colorsys.yiq_to_rgb(*colorsys.rgb_to_yiq(*rgb))
97 self.assertTripleEqual(rgb, colorsys.yiq_to_rgb(*yiq))
  /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",
43 def yiq_to_rgb(y, i, q): function
  /external/python/cpython2/Lib/
colorsys.py 24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb",
43 def yiq_to_rgb(y, i, q): function
  /external/python/cpython3/Lib/
colorsys.py 24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb",
46 def yiq_to_rgb(y, i, q): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/
colorsys.py 24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb",
43 def yiq_to_rgb(y, i, q): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
colorsys.py 24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb",
43 def yiq_to_rgb(y, i, q): 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",
43 def yiq_to_rgb(y, i, q): 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",
43 def yiq_to_rgb(y, i, q): function
  /external/tensorflow/tensorflow/python/ops/
image_ops_impl.py 1820 def yiq_to_rgb(images): function
    [all...]
image_ops_test.py 103 batch2 = image_ops.yiq_to_rgb(batch1)
106 split2 = list(map(image_ops.yiq_to_rgb, split1))
    [all...]

Completed in 247 milliseconds