Class libjpeg.my_idct_controller

  • Enclosing class:
    libjpeg

    class libjpeg.my_idct_controller
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int[] cur_method  
      (package private) int[] inverse_DCT  
      (package private) int start_pass  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • start_pass

        int start_pass
      • inverse_DCT

        int[] inverse_DCT
      • cur_method

        int[] cur_method
    • Constructor Detail

      • my_idct_controller

        my_idct_controller()