Class YCbCrConverter.JPEG

  • Enclosing class:
    YCbCrConverter

    private static final class YCbCrConverter.JPEG
    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  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private JPEG()  
    • 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
    • Constructor Detail

      • JPEG

        private JPEG()
    • Method Detail

      • buildYCCtoRGBtable

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