Class SubBlock


  • public class SubBlock
    extends Object
    • Method Detail

      • decodeSubBlock

        public void decodeSubBlock​(BoolDecoder bc2,
                                   int[][][][] coef_probs,
                                   int ilc,
                                   int type,
                                   boolean withY2)
                            throws IOException
        Throws:
        IOException
      • dequantSubBlock

        public void dequantSubBlock​(VP8Frame frame,
                                    Integer Dc)
      • drawDebug

        public void drawDebug()
      • drawDebugH

        public void drawDebugH()
      • drawDebugV

        public void drawDebugV()
      • getDebugString

        public String getDebugString()
      • getDest

        public int[][] getDest()
      • getDiff

        public int[][] getDiff()
      • getMacroBlock

        public MacroBlock getMacroBlock()
      • getMacroBlockPredict

        public int[][] getMacroBlockPredict​(int intra_mode)
      • getMode

        public int getMode()
      • getPredict

        public int[][] getPredict()
      • getPredict

        public int[][] getPredict​(int intra_bmode,
                                  boolean left)
      • hasNoZeroToken

        public boolean hasNoZeroToken()
      • isDest

        public boolean isDest()
      • predict

        public void predict​(VP8Frame frame)
      • reconstruct

        public void reconstruct()
      • setDest

        public void setDest​(int[][] dest)
      • setDiff

        public void setDiff​(int[][] diff)
      • setMode

        public void setMode​(int mode)
      • setPixel

        public void setPixel​(int x,
                             int y,
                             int p)
      • setPredict

        public void setPredict​(int[][] predict)