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 BoolDecoderVP8Frame. tokenBoolDecoderFields in com.twelvemonkeys.imageio.plugins.webp.vp8 with type parameters of type BoolDecoder Modifier and Type Field Description private java.util.List<BoolDecoder>VP8Frame. tokenBoolDecodersMethods in com.twelvemonkeys.imageio.plugins.webp.vp8 that return BoolDecoder Modifier and Type Method Description BoolDecoderVP8Frame. getTokenBoolDecoder()Methods in com.twelvemonkeys.imageio.plugins.webp.vp8 with parameters of type BoolDecoder Modifier and Type Method Description private intSubBlock. DCTextra(BoolDecoder bc2, int[] p)voidSubBlock. decodeSubBlock(BoolDecoder bc2, int[][][][] coef_probs, int ilc, int type, boolean withY2)private intSubBlock. decodeToken(BoolDecoder bc2, int v)private static DeltaQSegmentQuants. get_delta_q(BoolDecoder bc, int prev)voidSegmentQuants. parse(BoolDecoder bc, boolean segmentation_enabled, boolean mb_segement_abs_delta)private voidVP8Frame. readModes(BoolDecoder bc)private intVP8Frame. readSubBlockMode(BoolDecoder bc, int A, int L)private intVP8Frame. readUvMode(BoolDecoder bc)private intVP8Frame. readYMode(BoolDecoder bc)private voidVP8Frame. setupTokenDecoder(BoolDecoder bc, int first_partition_length_in_bytes, long offset)
-