Class YCbCrConverter.ITU_R_601

  • Enclosing class:
    YCbCrConverter

    private static final class YCbCrConverter.ITU_R_601
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static int[] Cb_B_LUT  
      private static int[] Cb_G_LUT  
      private static int[] Cr_G_LUT  
      private static int[] Cr_R_LUT  
      private static int[] Y_LUT  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ITU_R_601()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static void buildYCCtoRGBtable()
      Initializes tables for YCC->RGB color space conversion.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Cr_R_LUT

        private static final int[] Cr_R_LUT
      • Cb_B_LUT

        private static final int[] Cb_B_LUT
      • Cr_G_LUT

        private static final int[] Cr_G_LUT
      • Cb_G_LUT

        private static final int[] Cb_G_LUT
      • Y_LUT

        private static final int[] Y_LUT
    • Constructor Detail

      • ITU_R_601

        private ITU_R_601()
    • Method Detail

      • buildYCCtoRGBtable

        private static void buildYCCtoRGBtable()
        Initializes tables for YCC->RGB color space conversion.