void |
MacroBlock.decodeMacroBlock(VP8Frame frame) |
void |
MacroBlock.dequantMacroBlock(VP8Frame frame) |
void |
SubBlock.dequantSubBlock(VP8Frame frame,
Integer Dc) |
static void |
LoopFilter.loopFilter(VP8Frame frame) |
static void |
LoopFilter.loopFilterSimple(VP8Frame frame) |
static void |
LoopFilter.loopFilterUV(VP8Frame frame) |
static void |
LoopFilter.loopFilterY(VP8Frame frame) |
void |
SubBlock.predict(VP8Frame frame) |
void |
MacroBlock.predictUV(VP8Frame frame) |
void |
MacroBlock.predictY(VP8Frame frame) |
void |
VP8Decoder.writePGMFile(String fileName,
VP8Frame frame) |
void |
VP8Decoder.writeYV12File(String fileName,
VP8Frame frame) |