| Package | Description |
|---|---|
| org.jcodec.codecs.mpeg12 |
| Modifier and Type | Class and Description |
|---|---|
class |
MPEGPredDbl |
class |
MPEGPredOct
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
MPEG 1/2 decoder interframe motion compensation routines, octal interpolation
|
class |
MPEGPredQuad
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
MPEG 1/2 decoder interframe motion compensation routines.
|
| Modifier and Type | Method and Description |
|---|---|
int |
MPEGDecoder.decodeMacroblock(PictureHeader ph,
MPEGDecoder.Context context,
int prevAddr,
int[] qScaleCode,
byte[][] buf,
int stride,
BitReader bits,
int vertOff,
int vertStep,
MPEGPred pred) |
int |
Mpeg2Thumb4x4.decodeMacroblock(PictureHeader ph,
MPEGDecoder.Context context,
int prevAddr,
int[] qScaleCode,
byte[][] buf,
int stride,
BitReader bits,
int vertOff,
int vertStep,
MPEGPred pred) |
int |
Mpeg2Thumb2x2.decodeMacroblock(PictureHeader ph,
MPEGDecoder.Context context,
int prevAddr,
int[] qScaleCode,
byte[][] buf,
int stride,
BitReader bits,
int vertOff,
int vertStep,
MPEGPred pred) |
| Constructor and Description |
|---|
MPEGPredDbl(MPEGPred other) |
MPEGPredOct(MPEGPred other) |
MPEGPredQuad(MPEGPred other) |
Copyright © 2019. All rights reserved.