Package gov.nih.mipav.model.file
Class charls.scan_encoder_tester
- java.lang.Object
-
- gov.nih.mipav.model.file.charls.scan_codec
-
- gov.nih.mipav.model.file.charls.scan_encoder
-
- gov.nih.mipav.model.file.charls.scan_encoder_tester
-
- Enclosing class:
- charls
class charls.scan_encoder_tester extends charls.scan_encoder
-
-
Field Summary
-
Fields inherited from class gov.nih.mipav.model.file.charls.scan_encoder
bit_buffer_, bytes_written_, compressed_length_, free_bit_count_, is_ff_written_, mask_, position_, position_offset
-
Fields inherited from class gov.nih.mipav.model.file.charls.scan_codec
frame_info_, i, parameters_, quantization_, quantization_lut_, regular_mode_contexts_, reset_threshold_, run_index_, run_mode_contexts_, t1_, t2_, t3_, width_
-
-
Constructor Summary
Constructors Constructor Description scan_encoder_tester(charls.charls_frame_info frame_info, charls.coding_parameters parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend_to_bit_stream_forward(int bits, int bit_count)intencode_scan(byte[] source, int stride, charls.span8 sp)voidend_scan_forward()voidflush_forward()intget_length_forward()voidinitialize_forward(charls.span8 destination)-
Methods inherited from class gov.nih.mipav.model.file.charls.scan_encoder
append_ones_to_bit_stream, append_to_bit_stream, encode_run_pixels, end_scan, flush, get_length, initialize
-
Methods inherited from class gov.nih.mipav.model.file.charls.scan_codec
decrement_run_index, frame_info, increment_run_index, initialize_edge_pixels_16, initialize_edge_pixels_16_pair, initialize_edge_pixels_16_quad, initialize_edge_pixels_16_triplet, initialize_edge_pixels_32, initialize_edge_pixels_32_pair, initialize_edge_pixels_32_quad, initialize_edge_pixels_32_triplet, initialize_edge_pixels_8, initialize_edge_pixels_8_pair, initialize_edge_pixels_8_quad, initialize_edge_pixels_8_triplet, initialize_parameters, parameters, quantize_gradient_org
-
-
-
-
Constructor Detail
-
scan_encoder_tester
public scan_encoder_tester(charls.charls_frame_info frame_info, charls.coding_parameters parameters)
-
-
Method Detail
-
encode_scan
public int encode_scan(byte[] source, int stride, charls.span8 sp)
-
initialize_forward
public void initialize_forward(charls.span8 destination)
-
append_to_bit_stream_forward
public void append_to_bit_stream_forward(int bits, int bit_count)
-
flush_forward
public void flush_forward()
-
get_length_forward
public int get_length_forward()
-
end_scan_forward
public void end_scan_forward()
-
-