Class SegmentQuants
java.lang.Object
com.twelvemonkeys.imageio.plugins.webp.vp8.SegmentQuants
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static DeltaQ
get_delta_q
(BoolDecoder bc, int prev) int
void
parse
(BoolDecoder bc, boolean segmentation_enabled, boolean mb_segement_abs_delta)
-
Field Details
-
qIndex
private int qIndex -
segQuants
-
-
Constructor Details
-
SegmentQuants
public SegmentQuants()
-
-
Method Details
-
get_delta_q
- Throws:
IOException
-
getqIndex
public int getqIndex() -
getSegQuants
-
parse
public void parse(BoolDecoder bc, boolean segmentation_enabled, boolean mb_segement_abs_delta) throws IOException - Throws:
IOException
-