/* * Copyright (C) 2012 www.amsoft.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.ab.util.dct; // TODO: Auto-generated Javadoc /** * The Interface DCT. */ public interface DCT { /** The C7. */ static double C1 = 0.98078528, C2 = 0.923879532, C3 = 0.831469612, C4 = 0.707106781, C5 = 0.555570233, C6 = 0.382683432, C7 = 0.195090322; }