public class VPXDCT extends Object
Modifier and Type | Field and Description |
---|---|
static int |
cospi8sqrt2minus1 |
static int |
sinpi8sqrt2 |
Constructor and Description |
---|
VPXDCT() |
Modifier and Type | Method and Description |
---|---|
static void |
fdct4x4(int[] coef) |
static void |
idct4x4(int[] coef) |
static void |
iwalsh4x4(int[] coef) |
static void |
walsh4x4(int[] coef) |
Copyright © 2019. All rights reserved.