Package | Description |
---|---|
org.jcodec.codecs.h264.io |
Modifier and Type | Field and Description |
---|---|
static CABAC.BlockType |
CABAC.BlockType.CB_15x16_AC |
static CABAC.BlockType |
CABAC.BlockType.CB_16 |
static CABAC.BlockType |
CABAC.BlockType.CB_16_DC |
static CABAC.BlockType |
CABAC.BlockType.CB_64 |
static CABAC.BlockType |
CABAC.BlockType.CHROMA_AC |
static CABAC.BlockType |
CABAC.BlockType.CHROMA_DC |
static CABAC.BlockType |
CABAC.BlockType.CR_15x16_AC |
static CABAC.BlockType |
CABAC.BlockType.CR_16 |
static CABAC.BlockType |
CABAC.BlockType.CR_16_DC |
static CABAC.BlockType |
CABAC.BlockType.CR_64 |
static CABAC.BlockType |
CABAC.BlockType.LUMA_15_AC |
static CABAC.BlockType |
CABAC.BlockType.LUMA_16 |
static CABAC.BlockType |
CABAC.BlockType.LUMA_16_DC |
static CABAC.BlockType |
CABAC.BlockType.LUMA_64 |
Modifier and Type | Method and Description |
---|---|
int |
CABAC.readCodedBlockFlagLumaAC(MDecoder decoder,
CABAC.BlockType blkType,
int blkX,
int blkY,
int comp,
MBType left,
MBType top,
boolean leftAvailable,
boolean topAvailable,
int leftCBPLuma,
int topCBPLuma,
int curCBPLuma,
MBType cur) |
int |
CABAC.readCoeffs(MDecoder decoder,
CABAC.BlockType blockType,
int[] out,
int first,
int num,
int[] reorder,
int[] scMapping,
int[] lscMapping) |
void |
CABAC.writeCoeffs(MEncoder encoder,
CABAC.BlockType blockType,
int[] _out,
int first,
int num,
int[] reorder) |
Copyright © 2019. All rights reserved.