public class VPXQuantizer extends Object
| Constructor and Description |
|---|
VPXQuantizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
dequantizeUV(int[] coeffs,
int qp) |
void |
dequantizeY(int[] coeffs,
int qp) |
void |
dequantizeY2(int[] coeffs,
int qp) |
void |
quantizeUV(int[] coeffs,
int qp) |
void |
quantizeY(int[] coeffs,
int qp) |
void |
quantizeY2(int[] coeffs,
int qp) |
public final void quantizeY(int[] coeffs,
int qp)
public final void quantizeUV(int[] coeffs,
int qp)
public final void quantizeY2(int[] coeffs,
int qp)
public final void dequantizeY(int[] coeffs,
int qp)
public final void dequantizeUV(int[] coeffs,
int qp)
public final void dequantizeY2(int[] coeffs,
int qp)
Copyright © 2019. All rights reserved.