Uses of Class
com.twelvemonkeys.imageio.plugins.webp.vp8.BoolDecoder
Packages that use BoolDecoder
-
Uses of BoolDecoder in com.twelvemonkeys.imageio.plugins.webp.vp8
Fields in com.twelvemonkeys.imageio.plugins.webp.vp8 declared as BoolDecoderFields in com.twelvemonkeys.imageio.plugins.webp.vp8 with type parameters of type BoolDecoderMethods in com.twelvemonkeys.imageio.plugins.webp.vp8 that return BoolDecoderMethods in com.twelvemonkeys.imageio.plugins.webp.vp8 with parameters of type BoolDecoderModifier and TypeMethodDescriptionprivate 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)