Ejemplo n.º 1
0
 /**
  * Returns true if given tile-component uses derived quantization step sizes.
  *
  * @param t Tile index
  * @param c Component index
  * @return True if derived
  */
 public boolean isDerived(int t, int c) {
   return qts.isDerived(t, c);
 }