Uses of Class
com.twelvemonkeys.imageio.plugins.webp.vp8.BoolDecoder
-
Packages that use BoolDecoder Package Description com.twelvemonkeys.imageio.plugins.webp.vp8 -
-
Uses of BoolDecoder in com.twelvemonkeys.imageio.plugins.webp.vp8
Fields in com.twelvemonkeys.imageio.plugins.webp.vp8 declared as BoolDecoder Modifier and Type Field Description private BoolDecoder
VP8Frame. tokenBoolDecoder
Fields in com.twelvemonkeys.imageio.plugins.webp.vp8 with type parameters of type BoolDecoder Modifier and Type Field Description private java.util.List<BoolDecoder>
VP8Frame. tokenBoolDecoders
Methods in com.twelvemonkeys.imageio.plugins.webp.vp8 that return BoolDecoder Modifier and Type Method Description BoolDecoder
VP8Frame. getTokenBoolDecoder()
Methods in com.twelvemonkeys.imageio.plugins.webp.vp8 with parameters of type BoolDecoder Modifier and Type Method Description private int
SubBlock. DCTextra(BoolDecoder bc2, int[] p)
void
SubBlock. decodeSubBlock(BoolDecoder bc2, int[][][][] coef_probs, int ilc, int type, boolean withY2)
private int
SubBlock. decodeToken(BoolDecoder bc2, int v)
private static DeltaQ
SegmentQuants. get_delta_q(BoolDecoder bc, int prev)
void
SegmentQuants. parse(BoolDecoder bc, boolean segmentation_enabled, boolean mb_segement_abs_delta)
private void
VP8Frame. readModes(BoolDecoder bc)
private int
VP8Frame. readSubBlockMode(BoolDecoder bc, int A, int L)
private int
VP8Frame. readUvMode(BoolDecoder bc)
private int
VP8Frame. readYMode(BoolDecoder bc)
private void
VP8Frame. setupTokenDecoder(BoolDecoder bc, int first_partition_length_in_bytes, long offset)
-