Esempio n. 1
0
 /**
  * Returns the vertical code-block partition origin. Allowable values are 0 and 1, nothing else.
  */
 public int getCbULY() {
   return src.getCbULY();
 }
Esempio n. 2
0
 /**
  * Returns the subband tree, for the specified tile-component. This method returns the root
  * element of the subband tree structure, see Subband and SubbandSyn. The tree comprises all the
  * available resolution levels.
  *
  * <p>The number of magnitude bits ('magBits' member variable) for each subband is not
  * initialized.
  *
  * @param t The index of the tile, from 0 to T-1.
  * @param c The index of the component, from 0 to C-1.
  * @return The root of the tree structure.
  */
 public SubbandSyn getSynSubbandTree(int t, int c) {
   return src.getSynSubbandTree(t, c);
 }