├── LICENSE ├── README.md ├── VLSI design flow ├── README.md └── images │ ├── 1.png │ ├── 10.png │ ├── 11.png │ ├── 12.png │ ├── 13.png │ ├── 14.png │ ├── 15.png │ ├── 16.png │ ├── 17.png │ ├── 18.png │ ├── 19.png │ ├── 2.png │ ├── 20.png │ ├── 21.png │ ├── 22.png │ ├── 23.png │ ├── 24.png │ ├── 25.png │ ├── 26.png │ ├── 27.png │ ├── 28.png │ ├── 29.png │ ├── 3.png │ ├── 30.png │ ├── 31.png │ ├── 32.png │ ├── 33.png │ ├── 35.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ ├── 8.png │ └── 9.png ├── images ├── 1583988827667.png ├── 1583988845085.png ├── 1583988984678.png ├── 1583989226684.png ├── 1583989451848.png ├── 1583989539911.png ├── chip.jpg └── control_signal.png ├── matlab code ├── HDL_generation.prj ├── Toolkits │ ├── GolombRice.m │ ├── GolombRice_decoder.m │ ├── GolombRice_hdl.m │ ├── ImportStream.m │ ├── Interpolation_cal.m │ ├── MBeautifier-master │ │ ├── +MBeautifier │ │ │ ├── +Configuration │ │ │ │ ├── Configuration.m │ │ │ │ ├── KeywordPaddingRule.m │ │ │ │ ├── OperatorPaddingRule.m │ │ │ │ └── SpecialRule.m │ │ │ ├── CharacterArrayStringMemento.m │ │ │ ├── Constants.m │ │ │ ├── Directive.m │ │ │ ├── DirectiveChange.m │ │ │ ├── DirectiveChangeType.m │ │ │ ├── DirectiveDirector.m │ │ │ ├── GeneralFormattingDirective.m │ │ │ ├── MFormatter.m │ │ │ ├── MIndenter.m │ │ │ ├── NoDirectiveChanged.m │ │ │ ├── StringArrayStringMemento.m │ │ │ ├── StringMemento.m │ │ │ └── StringMemory.m │ │ ├── CODE_OF_CONDUCT.md │ │ ├── CONTRIBUTING.md │ │ ├── LICENSE │ │ ├── MBeautify.m │ │ ├── MBeautyShortcuts.m │ │ ├── README.md │ │ └── resources │ │ │ ├── settings │ │ │ └── MBeautyConfigurationRules.xml │ │ │ └── testdata │ │ │ ├── testfile.m │ │ │ └── testfile_bugs.m │ ├── MRF_decompression.m │ ├── MRF_decompression │ │ ├── V_connection.m │ │ ├── V_pairwise.m │ │ ├── mrf_neighbors.m │ │ ├── mrf_smoothness.m │ │ ├── unary_energy.m │ │ ├── unary_energy_v1.m │ │ └── weight_compensate.m │ ├── ModRange.m │ ├── ModRange_reverse.m │ ├── PSD_compress.m │ ├── PSD_decompress.m │ ├── arithmetic encoding │ │ ├── Arith.m │ │ ├── Arith06.m │ │ ├── Arith07.m │ │ ├── Arith_bitstream.m │ │ ├── Huff06.m │ │ ├── HuffCode.m │ │ ├── HuffLen.m │ │ ├── HuffTabLen.m │ │ ├── HuffTree.m │ │ ├── JPEGlike.m │ │ ├── Mat2Vec.m │ │ ├── TestArith.m │ │ ├── TestBin.m │ │ ├── TestBin2.m │ │ ├── TestHuff.m │ │ ├── TestMat2Vec.m │ │ ├── UniQuant.m │ │ ├── contents.m │ │ ├── entropy.m │ │ └── eob3.m │ ├── bitsrl1.m │ ├── bitstream_output.m │ ├── bitstream_step.m │ ├── bound_update.m │ ├── bound_update_scalar.m │ ├── buffer_control.m │ ├── check_EOL.m │ ├── codegen │ │ └── mex │ │ │ └── pattern_cal │ │ │ ├── cfiGuiReport.mat │ │ │ ├── html │ │ │ ├── exported_values.mat │ │ │ ├── hilite_warning.png │ │ │ ├── index.css │ │ │ ├── index.html │ │ │ ├── mex_warning.html │ │ │ ├── pattern_cal1_mcode.html │ │ │ ├── pattern_cal1_watch.html │ │ │ ├── resources │ │ │ │ ├── Error_document.gif │ │ │ │ ├── Fatal_document.gif │ │ │ │ ├── Warning_document.gif │ │ │ │ ├── cc_sourcecodec.png │ │ │ │ ├── collapsible-last.gif │ │ │ │ ├── collapsible.gif │ │ │ │ ├── cs_document_check.png │ │ │ │ ├── cs_document_error.png │ │ │ │ ├── cs_document_warning.png │ │ │ │ ├── cs_folder_close_check.png │ │ │ │ ├── cs_folder_close_error.png │ │ │ │ ├── cs_folder_close_warning.png │ │ │ │ ├── cs_folder_open_check.png │ │ │ │ ├── cs_folder_open_error.png │ │ │ │ ├── cs_folder_open_warning.png │ │ │ │ ├── css │ │ │ │ │ └── coder_app.css │ │ │ │ ├── emcvhtml.js │ │ │ │ ├── eml_report.css │ │ │ │ ├── eml_report_interactions.js │ │ │ │ ├── eml_report_layout.js │ │ │ │ ├── expandable-last.gif │ │ │ │ ├── expandable.gif │ │ │ │ ├── folderclosed.gif │ │ │ │ ├── folderopen.gif │ │ │ │ ├── help.png │ │ │ │ ├── hilite_warning.png │ │ │ │ ├── inspect.html │ │ │ │ ├── jQuery │ │ │ │ │ ├── jquery-1.3.2.min.js │ │ │ │ │ ├── jquery-ui-1.7.custom.min.js │ │ │ │ │ ├── jquery.hotkeys-0.7.8.js │ │ │ │ │ ├── jquery.tablesorter.mod.js │ │ │ │ │ └── ui.resizable.css │ │ │ │ ├── js │ │ │ │ │ └── coder_app.js │ │ │ │ ├── leaf-last.gif │ │ │ │ ├── leaf.gif │ │ │ │ ├── matlab-report-styles.css │ │ │ │ ├── mhighlight.css │ │ │ │ ├── nav.html │ │ │ │ ├── navToolbar.html │ │ │ │ ├── nolines_minus.gif │ │ │ │ ├── nolines_plus.gif │ │ │ │ ├── range_highlighter.js │ │ │ │ ├── right_arrow.gif │ │ │ │ ├── rtwannotate.js │ │ │ │ ├── rtwhilite.js │ │ │ │ ├── rtwmsg.html │ │ │ │ ├── rtwreport.css │ │ │ │ ├── rtwreport_utils.js │ │ │ │ ├── rtwshrink.js │ │ │ │ ├── search.js │ │ │ │ ├── spinner.gif │ │ │ │ ├── status_failed.png │ │ │ │ ├── status_passed.png │ │ │ │ ├── status_warning.png │ │ │ │ ├── tablesorter_bkgrd.png │ │ │ │ ├── texture_blue.png │ │ │ │ ├── texture_gray1.png │ │ │ │ ├── texture_gray2.png │ │ │ │ └── webview_codegen.js │ │ │ └── rtwshrink.js │ │ │ └── pattern_cal_mex.mexw64 │ ├── combine_subimages.m │ ├── compression_ratio_calculate.m │ ├── context_calculation.m │ ├── context_calculation_hdl.m │ ├── context_calculation_zeropad.m │ ├── decompression_hdl.m │ ├── encoded_bitstream_outputs_hdl.m │ ├── error_mapping.m │ ├── error_mapping_hdl.m │ ├── fastguidedfilter.m │ ├── find_neighborhoods.m │ ├── find_residue.m │ ├── g_quantize.m │ ├── gco-v3.0 │ │ ├── CMakeLists.txt │ │ ├── GCO_README.TXT │ │ ├── GCoptimization.cpp │ │ ├── GCoptimization.h │ │ ├── LinkedBlockList.cpp │ │ ├── LinkedBlockList.h │ │ ├── block.h │ │ ├── energy.h │ │ ├── example.cpp │ │ ├── graph.cpp │ │ ├── graph.h │ │ ├── matlab │ │ │ ├── GCO_BuildLib.m │ │ │ ├── GCO_ComputeEnergy.m │ │ │ ├── GCO_Create.m │ │ │ ├── GCO_Delete.m │ │ │ ├── GCO_ExpandOnAlpha.m │ │ │ ├── GCO_Expansion.m │ │ │ ├── GCO_GetLabeling.m │ │ │ ├── GCO_ListHandles.m │ │ │ ├── GCO_LoadLib.m │ │ │ ├── GCO_SetDataCost.m │ │ │ ├── GCO_SetLabelCost.m │ │ │ ├── GCO_SetLabelOrder.m │ │ │ ├── GCO_SetLabeling.m │ │ │ ├── GCO_SetNeighbors.m │ │ │ ├── GCO_SetSmoothCost.m │ │ │ ├── GCO_SetVerbosity.m │ │ │ ├── GCO_Swap.m │ │ │ ├── GCO_UnitTest.m │ │ │ ├── README.TXT │ │ │ ├── bin │ │ │ │ ├── gco_matlab.mexmaci64 │ │ │ │ └── gco_matlab.mexw64 │ │ │ ├── example.m │ │ │ ├── example1.m │ │ │ └── gco_matlab.cpp │ │ └── maxflow.cpp │ ├── image_arithmetic.m │ ├── image_huffman.m │ ├── imguidedfilter.m │ ├── ind2sub_fast.m │ ├── inter_prediction.m │ ├── inter_prediction_encode.m │ ├── intra_prediction.m │ ├── iterative_filter.m │ ├── k_runlength_compute.m │ ├── mexFGS_v1 │ │ ├── Demo.m │ │ ├── FGS.m │ │ ├── README_FGS.txt │ │ ├── compile.m │ │ ├── lamp.jpg │ │ ├── mexFGS.cpp │ │ ├── mexFGS.mexw64 │ │ ├── mexFGS_simple.cpp │ │ ├── mexFGS_simple.mexw64 │ │ └── noisy_13.png │ ├── pattern.m │ ├── pattern_cal.m │ ├── pattern_cal_mex.mexw64 │ ├── prediction_encode.m │ ├── recover_interrupt_value.m │ ├── remap.m │ ├── remap_runlength.m │ ├── residue_learned1.mat │ ├── run_update.m │ ├── runlength_decoding.m │ ├── runlength_encoding.m │ ├── runlength_encoding_mode.m │ ├── runlength_map_decoder.m │ ├── runvalue_decoding.m │ ├── runvalue_encoding.m │ └── sub2ind_fast.m ├── compression_hdl_lowpower.m ├── compression_hdl_lowpower_coder_script.m ├── compression_hdl_lowpower_mex.mexw64 ├── example_testbench_low_power.m ├── example_testbench_low_power_faster.m ├── image.dat └── input_images │ ├── 1600.png │ ├── Boats.bmp │ ├── aerial_city.png │ ├── baboon.bmp │ ├── barbara.bmp │ ├── bikes.bmp │ ├── boston.png │ ├── bridge.png │ ├── building2.bmp │ ├── buildings.bmp │ ├── butter_flower.png │ ├── cactus.png │ ├── caps.bmp │ ├── carnivaldolls.bmp │ ├── cemetry.bmp │ ├── child_swimming.png │ ├── churchandcapitol.bmp │ ├── coinsinfountain.bmp │ ├── couple.png │ ├── dancers.bmp │ ├── elaine.bmp │ ├── elk.png │ ├── family.png │ ├── fisher.png │ ├── flower.bmp │ ├── flowers.bmp │ ├── flowersonih35.bmp │ ├── foxy.png │ ├── geckos.png │ ├── girl.bmp │ ├── goldhill.bmp │ ├── house.bmp │ ├── lady_liberty.png │ ├── lake.png │ ├── lighthouse.bmp │ ├── lighthouse2.bmp │ ├── log_seaside.png │ ├── manfishing.bmp │ ├── monarch.bmp │ ├── monument.png │ ├── native_american.png │ ├── ocean.bmp │ ├── paintedhouse.bmp │ ├── parrots.bmp │ ├── plane.bmp │ ├── rapids.bmp │ ├── redwood.png │ ├── roping.png │ ├── rushmore.png │ ├── sailing1.bmp │ ├── sailing2.bmp │ ├── sailing3.bmp │ ├── sailing4.bmp │ ├── shroom.png │ ├── snow_leaves.png │ ├── statue.bmp │ ├── stream.bmp │ ├── studentsculpture.bmp │ ├── sunset_sparrow.png │ ├── sunsetcolor.png │ ├── swarm.png │ ├── trolley.png │ ├── turtle.png │ ├── veggies.png │ ├── woman.bmp │ ├── woman.png │ └── womanhat.bmp ├── paper.pdf └── verilog code ├── ImageData_generation.m ├── dc_new_216_low_power.tcl ├── image.dat ├── input_images ├── Boats.bmp ├── aerial_city.png ├── baboon.bmp ├── barbara.bmp ├── bikes.bmp ├── boston.png ├── bridge.png ├── building2.bmp ├── buildings.bmp ├── butter_flower.png ├── cactus.png ├── caps.bmp ├── carnivaldolls.bmp ├── cemetry.bmp ├── child_swimming.png ├── churchandcapitol.bmp ├── coinsinfountain.bmp ├── couple.png ├── dancers.bmp ├── elaine.bmp ├── elk.png ├── family.png ├── fisher.png ├── flower.bmp ├── flowers.bmp ├── flowersonih35.bmp ├── foxy.png ├── geckos.png ├── girl.bmp ├── goldhill.bmp ├── house.bmp ├── lady_liberty.png ├── lake.png ├── lighthouse.bmp ├── lighthouse2.bmp ├── log_seaside.png ├── manfishing.bmp ├── monarch.bmp ├── monument.png ├── native_american.png ├── ocean.bmp ├── paintedhouse.bmp ├── parrots.bmp ├── plane.bmp ├── rapids.bmp ├── redwood.png ├── roping.png ├── rushmore.png ├── sailing1.bmp ├── sailing2.bmp ├── sailing3.bmp ├── sailing4.bmp ├── shroom.png ├── snow_leaves.png ├── statue.bmp ├── stream.bmp ├── studentsculpture.bmp ├── sunset_sparrow.png ├── sunsetcolor.png ├── swarm.png ├── trolley.png ├── turtle.png ├── veggies.png ├── woman.bmp ├── woman.png └── womanhat.bmp ├── matlab_files ├── ConvertToBitstream.m ├── PSD_decompress.m ├── Toolkits │ ├── Arith.m │ ├── Arith_bitstream.m │ ├── GolombRice.m │ ├── GolombRice_decoder.m │ ├── ImportStream.m │ ├── Interpolation_cal.m │ ├── ModRange.m │ ├── ModRange_reverse.m │ ├── RunLength_M.m │ ├── V_connection.m │ ├── V_pairwise.m │ ├── arithmetic encoding │ │ ├── Arith06.m │ │ ├── Arith07.m │ │ ├── Huff06.m │ │ ├── HuffCode.m │ │ ├── HuffLen.m │ │ ├── HuffTabLen.m │ │ ├── HuffTree.m │ │ ├── JPEGlike.m │ │ ├── Mat2Vec.m │ │ ├── TestArith.m │ │ ├── TestBin.m │ │ ├── TestBin2.m │ │ ├── TestHuff.m │ │ ├── TestMat2Vec.m │ │ ├── UniQuant.m │ │ ├── contents.m │ │ ├── entropy.m │ │ └── eob3.m │ ├── bitsrl1.m │ ├── bitstream_step.m │ ├── bound_update.m │ ├── bound_update_scalar.m │ ├── check_EOL.m │ ├── codegen │ │ └── mex │ │ │ └── pattern_cal │ │ │ ├── cfiGuiReport.mat │ │ │ ├── html │ │ │ ├── exported_values.mat │ │ │ ├── hilite_warning.png │ │ │ ├── index.css │ │ │ ├── index.html │ │ │ ├── mex_warning.html │ │ │ ├── pattern_cal1_mcode.html │ │ │ ├── pattern_cal1_watch.html │ │ │ ├── resources │ │ │ │ ├── Error_document.gif │ │ │ │ ├── Fatal_document.gif │ │ │ │ ├── Warning_document.gif │ │ │ │ ├── cc_sourcecodec.png │ │ │ │ ├── collapsible-last.gif │ │ │ │ ├── collapsible.gif │ │ │ │ ├── cs_document_check.png │ │ │ │ ├── cs_document_error.png │ │ │ │ ├── cs_document_warning.png │ │ │ │ ├── cs_folder_close_check.png │ │ │ │ ├── cs_folder_close_error.png │ │ │ │ ├── cs_folder_close_warning.png │ │ │ │ ├── cs_folder_open_check.png │ │ │ │ ├── cs_folder_open_error.png │ │ │ │ ├── cs_folder_open_warning.png │ │ │ │ ├── css │ │ │ │ │ └── coder_app.css │ │ │ │ ├── emcvhtml.js │ │ │ │ ├── eml_report.css │ │ │ │ ├── eml_report_interactions.js │ │ │ │ ├── eml_report_layout.js │ │ │ │ ├── expandable-last.gif │ │ │ │ ├── expandable.gif │ │ │ │ ├── folderclosed.gif │ │ │ │ ├── folderopen.gif │ │ │ │ ├── help.png │ │ │ │ ├── hilite_warning.png │ │ │ │ ├── inspect.html │ │ │ │ ├── jQuery │ │ │ │ │ ├── jquery-1.3.2.min.js │ │ │ │ │ ├── jquery-ui-1.7.custom.min.js │ │ │ │ │ ├── jquery.hotkeys-0.7.8.js │ │ │ │ │ ├── jquery.tablesorter.mod.js │ │ │ │ │ └── ui.resizable.css │ │ │ │ ├── js │ │ │ │ │ └── coder_app.js │ │ │ │ ├── leaf-last.gif │ │ │ │ ├── leaf.gif │ │ │ │ ├── matlab-report-styles.css │ │ │ │ ├── mhighlight.css │ │ │ │ ├── nav.html │ │ │ │ ├── navToolbar.html │ │ │ │ ├── nolines_minus.gif │ │ │ │ ├── nolines_plus.gif │ │ │ │ ├── range_highlighter.js │ │ │ │ ├── right_arrow.gif │ │ │ │ ├── rtwannotate.js │ │ │ │ ├── rtwhilite.js │ │ │ │ ├── rtwmsg.html │ │ │ │ ├── rtwreport.css │ │ │ │ ├── rtwreport_utils.js │ │ │ │ ├── rtwshrink.js │ │ │ │ ├── search.js │ │ │ │ ├── spinner.gif │ │ │ │ ├── status_failed.png │ │ │ │ ├── status_passed.png │ │ │ │ ├── status_warning.png │ │ │ │ ├── tablesorter_bkgrd.png │ │ │ │ ├── texture_blue.png │ │ │ │ ├── texture_gray1.png │ │ │ │ ├── texture_gray2.png │ │ │ │ └── webview_codegen.js │ │ │ └── rtwshrink.js │ │ │ └── pattern_cal_mex.mexw64 │ ├── compression_ratio_calculate.m │ ├── context_calculation.m │ ├── error_mapping.m │ ├── find_neighborhoods.m │ ├── gco-v3.0 │ │ ├── CMakeLists.txt │ │ ├── GCO_README.TXT │ │ ├── GCoptimization.cpp │ │ ├── GCoptimization.h │ │ ├── LinkedBlockList.cpp │ │ ├── LinkedBlockList.h │ │ ├── block.h │ │ ├── energy.h │ │ ├── example.cpp │ │ ├── graph.cpp │ │ ├── graph.h │ │ ├── matlab │ │ │ ├── GCO_BuildLib.m │ │ │ ├── GCO_ComputeEnergy.m │ │ │ ├── GCO_Create.m │ │ │ ├── GCO_Delete.m │ │ │ ├── GCO_ExpandOnAlpha.m │ │ │ ├── GCO_Expansion.m │ │ │ ├── GCO_GetLabeling.m │ │ │ ├── GCO_ListHandles.m │ │ │ ├── GCO_LoadLib.m │ │ │ ├── GCO_SetDataCost.m │ │ │ ├── GCO_SetLabelCost.m │ │ │ ├── GCO_SetLabelOrder.m │ │ │ ├── GCO_SetLabeling.m │ │ │ ├── GCO_SetNeighbors.m │ │ │ ├── GCO_SetSmoothCost.m │ │ │ ├── GCO_SetVerbosity.m │ │ │ ├── GCO_Swap.m │ │ │ ├── GCO_UnitTest.m │ │ │ ├── README.TXT │ │ │ ├── bin │ │ │ │ ├── gco_matlab.mexmaci64 │ │ │ │ └── gco_matlab.mexw64 │ │ │ ├── example.m │ │ │ ├── example1.m │ │ │ └── gco_matlab.cpp │ │ └── maxflow.cpp │ ├── image_arithmetic.m │ ├── image_huffman.m │ ├── ind2sub_fast.m │ ├── inter_prediction.m │ ├── inter_prediction_encode.m │ ├── intra_prediction.m │ ├── iterative_filter.m │ ├── jpegls.m │ ├── jpegls_modified.m │ ├── k_runlength_compute.m │ ├── mex │ │ ├── compile_and_launch.tcl │ │ └── transcript │ ├── mexFGS_v1 │ │ ├── Demo.m │ │ ├── FGS.m │ │ ├── README_FGS.txt │ │ ├── compile.m │ │ ├── lamp.jpg │ │ ├── mexFGS.cpp │ │ ├── mexFGS.mexw64 │ │ ├── mexFGS_simple.cpp │ │ ├── mexFGS_simple.mexw64 │ │ └── noisy_13.png │ ├── mrf_neighbors.m │ ├── mrf_smoothness.m │ ├── pattern.m │ ├── pattern_cal.m │ ├── pattern_cal.prj │ ├── pattern_cal_mex.mexw64 │ ├── prediction_encode.m │ ├── recover_interrupt_value.m │ ├── remap.m │ ├── remap_runlength.m │ ├── run_update.m │ ├── runlength_decoding.m │ ├── runlength_encoding.m │ ├── runlength_encoding_mode.m │ ├── runlength_map_decoder.m │ ├── runvalue_decoding.m │ ├── runvalue_encoding.m │ ├── sub2ind_fast.m │ ├── unary_energy.m │ ├── unary_energy_v1.m │ └── weight_compensate.m ├── boxfilter.m ├── codegen │ └── mex │ │ └── decompression_hdl │ │ ├── cfiGuiReport.mat │ │ └── html │ │ ├── bound_update_scalar90_mcode.html │ │ ├── bound_update_scalar90_watch.html │ │ ├── bound_update_scalar91_mcode.html │ │ ├── bound_update_scalar91_watch.html │ │ ├── bound_update_scalar92_mcode.html │ │ ├── bound_update_scalar92_watch.html │ │ ├── context_calculation_zeropad15_mcode.html │ │ ├── context_calculation_zeropad15_watch.html │ │ ├── decompression_hdl1_mcode.html │ │ ├── decompression_hdl1_watch.html │ │ ├── exported_values.mat │ │ ├── g_quantize55_mcode.html │ │ ├── g_quantize55_watch.html │ │ ├── hilite_warning.png │ │ ├── index.css │ │ ├── index.html │ │ ├── mex_warning.html │ │ ├── resources │ │ ├── Error_document.gif │ │ ├── Fatal_document.gif │ │ ├── Warning_document.gif │ │ ├── cc_sourcecodec.png │ │ ├── collapsible-last.gif │ │ ├── collapsible.gif │ │ ├── cs_document_check.png │ │ ├── cs_document_error.png │ │ ├── cs_document_warning.png │ │ ├── cs_folder_close_check.png │ │ ├── cs_folder_close_error.png │ │ ├── cs_folder_close_warning.png │ │ ├── cs_folder_open_check.png │ │ ├── cs_folder_open_error.png │ │ ├── cs_folder_open_warning.png │ │ ├── css │ │ │ └── coder_app.css │ │ ├── emcvhtml.js │ │ ├── eml_report.css │ │ ├── eml_report_interactions.js │ │ ├── eml_report_layout.js │ │ ├── expandable-last.gif │ │ ├── expandable.gif │ │ ├── folderclosed.gif │ │ ├── folderopen.gif │ │ ├── help.png │ │ ├── hilite_warning.png │ │ ├── inspect.html │ │ ├── jQuery │ │ │ ├── jquery-1.3.2.min.js │ │ │ ├── jquery-ui-1.7.custom.min.js │ │ │ ├── jquery.hotkeys-0.7.8.js │ │ │ ├── jquery.tablesorter.mod.js │ │ │ └── ui.resizable.css │ │ ├── js │ │ │ └── coder_app.js │ │ ├── leaf-last.gif │ │ ├── leaf.gif │ │ ├── matlab-report-styles.css │ │ ├── mhighlight.css │ │ ├── nav.html │ │ ├── navToolbar.html │ │ ├── nolines_minus.gif │ │ ├── nolines_plus.gif │ │ ├── range_highlighter.js │ │ ├── right_arrow.gif │ │ ├── rtwannotate.js │ │ ├── rtwhilite.js │ │ ├── rtwmsg.html │ │ ├── rtwreport.css │ │ ├── rtwreport_utils.js │ │ ├── rtwshrink.js │ │ ├── search.js │ │ ├── spinner.gif │ │ ├── status_failed.png │ │ ├── status_passed.png │ │ ├── status_warning.png │ │ ├── tablesorter_bkgrd.png │ │ ├── texture_blue.png │ │ ├── texture_gray1.png │ │ ├── texture_gray2.png │ │ └── webview_codegen.js │ │ ├── rtwshrink.js │ │ ├── subimage_access89_mcode.html │ │ └── subimage_access89_watch.html ├── combine_subimages.m ├── context_calculation_zeropad.m ├── decompression_hdl.m ├── decompression_hdl.prj ├── fastguidedfilter.m ├── g_quantize.m ├── read_psdfile.m ├── read_raw.m ├── read_subimage.m ├── remap.m ├── residue_learned1.mat └── residue_learned2.mat ├── my_testbench_fpga.v ├── post_layout └── image.dat ├── post_synthesis └── image.dat ├── pre_synthesis ├── ShiftRegisterRAM_generic.v ├── SimpleDualPortRAM_generic.v ├── compression_hdl_lowpower.v ├── compression_hdl_lowpower_tb.v └── compression_hdl_lowpower_tb_data.v ├── script ├── my_testbench_pre_synthesis.do └── my_testbench_pre_synthesis_nowave.do ├── test_decompress.m └── test_framework.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/README.md -------------------------------------------------------------------------------- /VLSI design flow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/README.md -------------------------------------------------------------------------------- /VLSI design flow/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/1.png -------------------------------------------------------------------------------- /VLSI design flow/images/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/10.png -------------------------------------------------------------------------------- /VLSI design flow/images/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/11.png -------------------------------------------------------------------------------- /VLSI design flow/images/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/12.png -------------------------------------------------------------------------------- /VLSI design flow/images/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/13.png -------------------------------------------------------------------------------- /VLSI design flow/images/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/14.png -------------------------------------------------------------------------------- /VLSI design flow/images/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/15.png -------------------------------------------------------------------------------- /VLSI design flow/images/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/16.png -------------------------------------------------------------------------------- /VLSI design flow/images/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/17.png -------------------------------------------------------------------------------- /VLSI design flow/images/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/18.png -------------------------------------------------------------------------------- /VLSI design flow/images/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/19.png -------------------------------------------------------------------------------- /VLSI design flow/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/2.png -------------------------------------------------------------------------------- /VLSI design flow/images/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/20.png -------------------------------------------------------------------------------- /VLSI design flow/images/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/21.png -------------------------------------------------------------------------------- /VLSI design flow/images/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/22.png -------------------------------------------------------------------------------- /VLSI design flow/images/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/23.png -------------------------------------------------------------------------------- /VLSI design flow/images/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/24.png -------------------------------------------------------------------------------- /VLSI design flow/images/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/25.png -------------------------------------------------------------------------------- /VLSI design flow/images/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/26.png -------------------------------------------------------------------------------- /VLSI design flow/images/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/27.png -------------------------------------------------------------------------------- /VLSI design flow/images/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/28.png -------------------------------------------------------------------------------- /VLSI design flow/images/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/29.png -------------------------------------------------------------------------------- /VLSI design flow/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/3.png -------------------------------------------------------------------------------- /VLSI design flow/images/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/30.png -------------------------------------------------------------------------------- /VLSI design flow/images/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/31.png -------------------------------------------------------------------------------- /VLSI design flow/images/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/32.png -------------------------------------------------------------------------------- /VLSI design flow/images/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/33.png -------------------------------------------------------------------------------- /VLSI design flow/images/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/35.png -------------------------------------------------------------------------------- /VLSI design flow/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/4.png -------------------------------------------------------------------------------- /VLSI design flow/images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/5.png -------------------------------------------------------------------------------- /VLSI design flow/images/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/6.png -------------------------------------------------------------------------------- /VLSI design flow/images/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/7.png -------------------------------------------------------------------------------- /VLSI design flow/images/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/8.png -------------------------------------------------------------------------------- /VLSI design flow/images/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/VLSI design flow/images/9.png -------------------------------------------------------------------------------- /images/1583988827667.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/images/1583988827667.png -------------------------------------------------------------------------------- /images/1583988845085.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/images/1583988845085.png -------------------------------------------------------------------------------- /images/1583988984678.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/images/1583988984678.png -------------------------------------------------------------------------------- /images/1583989226684.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/images/1583989226684.png -------------------------------------------------------------------------------- /images/1583989451848.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/images/1583989451848.png -------------------------------------------------------------------------------- /images/1583989539911.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/images/1583989539911.png -------------------------------------------------------------------------------- /images/chip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/images/chip.jpg -------------------------------------------------------------------------------- /images/control_signal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/images/control_signal.png -------------------------------------------------------------------------------- /matlab code/HDL_generation.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/HDL_generation.prj -------------------------------------------------------------------------------- /matlab code/Toolkits/GolombRice.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/GolombRice.m -------------------------------------------------------------------------------- /matlab code/Toolkits/GolombRice_decoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/GolombRice_decoder.m -------------------------------------------------------------------------------- /matlab code/Toolkits/GolombRice_hdl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/GolombRice_hdl.m -------------------------------------------------------------------------------- /matlab code/Toolkits/ImportStream.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/ImportStream.m -------------------------------------------------------------------------------- /matlab code/Toolkits/Interpolation_cal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/Interpolation_cal.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/+MBeautifier/+Configuration/Configuration.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/+MBeautifier/+Configuration/Configuration.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/+MBeautifier/+Configuration/KeywordPaddingRule.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/+MBeautifier/+Configuration/KeywordPaddingRule.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/+MBeautifier/+Configuration/OperatorPaddingRule.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/+MBeautifier/+Configuration/OperatorPaddingRule.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/+MBeautifier/+Configuration/SpecialRule.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/+MBeautifier/+Configuration/SpecialRule.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/+MBeautifier/CharacterArrayStringMemento.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/+MBeautifier/CharacterArrayStringMemento.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/+MBeautifier/Constants.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/+MBeautifier/Constants.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/+MBeautifier/Directive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/+MBeautifier/Directive.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/+MBeautifier/DirectiveChange.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/+MBeautifier/DirectiveChange.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/+MBeautifier/DirectiveChangeType.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/+MBeautifier/DirectiveChangeType.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/+MBeautifier/DirectiveDirector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/+MBeautifier/DirectiveDirector.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/+MBeautifier/GeneralFormattingDirective.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/+MBeautifier/GeneralFormattingDirective.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/+MBeautifier/MFormatter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/+MBeautifier/MFormatter.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/+MBeautifier/MIndenter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/+MBeautifier/MIndenter.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/+MBeautifier/NoDirectiveChanged.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/+MBeautifier/NoDirectiveChanged.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/+MBeautifier/StringArrayStringMemento.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/+MBeautifier/StringArrayStringMemento.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/+MBeautifier/StringMemento.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/+MBeautifier/StringMemento.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/+MBeautifier/StringMemory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/+MBeautifier/StringMemory.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/CONTRIBUTING.md -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/LICENSE -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/MBeautify.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/MBeautify.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/MBeautyShortcuts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/MBeautyShortcuts.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/README.md -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/resources/settings/MBeautyConfigurationRules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/resources/settings/MBeautyConfigurationRules.xml -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/resources/testdata/testfile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/resources/testdata/testfile.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MBeautifier-master/resources/testdata/testfile_bugs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MBeautifier-master/resources/testdata/testfile_bugs.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MRF_decompression.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MRF_decompression.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MRF_decompression/V_connection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MRF_decompression/V_connection.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MRF_decompression/V_pairwise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MRF_decompression/V_pairwise.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MRF_decompression/mrf_neighbors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MRF_decompression/mrf_neighbors.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MRF_decompression/mrf_smoothness.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MRF_decompression/mrf_smoothness.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MRF_decompression/unary_energy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MRF_decompression/unary_energy.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MRF_decompression/unary_energy_v1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MRF_decompression/unary_energy_v1.m -------------------------------------------------------------------------------- /matlab code/Toolkits/MRF_decompression/weight_compensate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/MRF_decompression/weight_compensate.m -------------------------------------------------------------------------------- /matlab code/Toolkits/ModRange.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/ModRange.m -------------------------------------------------------------------------------- /matlab code/Toolkits/ModRange_reverse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/ModRange_reverse.m -------------------------------------------------------------------------------- /matlab code/Toolkits/PSD_compress.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/PSD_compress.m -------------------------------------------------------------------------------- /matlab code/Toolkits/PSD_decompress.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/PSD_decompress.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/Arith.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/Arith.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/Arith06.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/Arith06.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/Arith07.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/Arith07.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/Arith_bitstream.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/Arith_bitstream.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/Huff06.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/Huff06.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/HuffCode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/HuffCode.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/HuffLen.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/HuffLen.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/HuffTabLen.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/HuffTabLen.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/HuffTree.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/HuffTree.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/JPEGlike.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/JPEGlike.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/Mat2Vec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/Mat2Vec.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/TestArith.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/TestArith.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/TestBin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/TestBin.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/TestBin2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/TestBin2.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/TestHuff.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/TestHuff.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/TestMat2Vec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/TestMat2Vec.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/UniQuant.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/UniQuant.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/contents.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/entropy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/entropy.m -------------------------------------------------------------------------------- /matlab code/Toolkits/arithmetic encoding/eob3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/arithmetic encoding/eob3.m -------------------------------------------------------------------------------- /matlab code/Toolkits/bitsrl1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/bitsrl1.m -------------------------------------------------------------------------------- /matlab code/Toolkits/bitstream_output.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/bitstream_output.m -------------------------------------------------------------------------------- /matlab code/Toolkits/bitstream_step.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/bitstream_step.m -------------------------------------------------------------------------------- /matlab code/Toolkits/bound_update.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/bound_update.m -------------------------------------------------------------------------------- /matlab code/Toolkits/bound_update_scalar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/bound_update_scalar.m -------------------------------------------------------------------------------- /matlab code/Toolkits/buffer_control.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/buffer_control.m -------------------------------------------------------------------------------- /matlab code/Toolkits/check_EOL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/check_EOL.m -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/cfiGuiReport.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/cfiGuiReport.mat -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/exported_values.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/exported_values.mat -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/hilite_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/hilite_warning.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/index.css -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/index.html -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/mex_warning.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/mex_warning.html -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/pattern_cal1_mcode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/pattern_cal1_mcode.html -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/pattern_cal1_watch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/pattern_cal1_watch.html -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/Error_document.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/Error_document.gif -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/Fatal_document.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/Fatal_document.gif -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/Warning_document.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/Warning_document.gif -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cc_sourcecodec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cc_sourcecodec.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/collapsible-last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/collapsible-last.gif -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/collapsible.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/collapsible.gif -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cs_document_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cs_document_check.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cs_document_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cs_document_error.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cs_document_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cs_document_warning.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_close_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_close_check.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_close_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_close_error.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_close_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_close_warning.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_open_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_open_check.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_open_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_open_error.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_open_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_open_warning.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/css/coder_app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/css/coder_app.css -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/emcvhtml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/emcvhtml.js -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/eml_report.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/eml_report.css -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/eml_report_interactions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/eml_report_interactions.js -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/eml_report_layout.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/eml_report_layout.js -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/expandable-last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/expandable-last.gif -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/expandable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/expandable.gif -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/folderclosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/folderclosed.gif -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/folderopen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/folderopen.gif -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/help.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/hilite_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/hilite_warning.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/inspect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/inspect.html -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/jQuery/jquery-1.3.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/jQuery/jquery-1.3.2.min.js -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/jQuery/jquery-ui-1.7.custom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/jQuery/jquery-ui-1.7.custom.min.js -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/jQuery/jquery.hotkeys-0.7.8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/jQuery/jquery.hotkeys-0.7.8.js -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/jQuery/jquery.tablesorter.mod.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/jQuery/jquery.tablesorter.mod.js -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/jQuery/ui.resizable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/jQuery/ui.resizable.css -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/js/coder_app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/js/coder_app.js -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/leaf-last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/leaf-last.gif -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/leaf.gif -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/matlab-report-styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/matlab-report-styles.css -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/mhighlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/mhighlight.css -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/nav.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/nav.html -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/navToolbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/navToolbar.html -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/nolines_minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/nolines_minus.gif -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/nolines_plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/nolines_plus.gif -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/range_highlighter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/range_highlighter.js -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/right_arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/right_arrow.gif -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/rtwannotate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/rtwannotate.js -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/rtwhilite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/rtwhilite.js -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/rtwmsg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/rtwmsg.html -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/rtwreport.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/rtwreport.css -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/rtwreport_utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/rtwreport_utils.js -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/rtwshrink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/rtwshrink.js -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/search.js -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/spinner.gif -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/status_failed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/status_failed.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/status_passed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/status_passed.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/status_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/status_warning.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/tablesorter_bkgrd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/tablesorter_bkgrd.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/texture_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/texture_blue.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/texture_gray1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/texture_gray1.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/texture_gray2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/texture_gray2.png -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/webview_codegen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/resources/webview_codegen.js -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/html/rtwshrink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/html/rtwshrink.js -------------------------------------------------------------------------------- /matlab code/Toolkits/codegen/mex/pattern_cal/pattern_cal_mex.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/codegen/mex/pattern_cal/pattern_cal_mex.mexw64 -------------------------------------------------------------------------------- /matlab code/Toolkits/combine_subimages.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/combine_subimages.m -------------------------------------------------------------------------------- /matlab code/Toolkits/compression_ratio_calculate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/compression_ratio_calculate.m -------------------------------------------------------------------------------- /matlab code/Toolkits/context_calculation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/context_calculation.m -------------------------------------------------------------------------------- /matlab code/Toolkits/context_calculation_hdl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/context_calculation_hdl.m -------------------------------------------------------------------------------- /matlab code/Toolkits/context_calculation_zeropad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/context_calculation_zeropad.m -------------------------------------------------------------------------------- /matlab code/Toolkits/decompression_hdl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/decompression_hdl.m -------------------------------------------------------------------------------- /matlab code/Toolkits/encoded_bitstream_outputs_hdl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/encoded_bitstream_outputs_hdl.m -------------------------------------------------------------------------------- /matlab code/Toolkits/error_mapping.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/error_mapping.m -------------------------------------------------------------------------------- /matlab code/Toolkits/error_mapping_hdl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/error_mapping_hdl.m -------------------------------------------------------------------------------- /matlab code/Toolkits/fastguidedfilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/fastguidedfilter.m -------------------------------------------------------------------------------- /matlab code/Toolkits/find_neighborhoods.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/find_neighborhoods.m -------------------------------------------------------------------------------- /matlab code/Toolkits/find_residue.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/find_residue.m -------------------------------------------------------------------------------- /matlab code/Toolkits/g_quantize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/g_quantize.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/CMakeLists.txt -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/GCO_README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/GCO_README.TXT -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/GCoptimization.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/GCoptimization.cpp -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/GCoptimization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/GCoptimization.h -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/LinkedBlockList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/LinkedBlockList.cpp -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/LinkedBlockList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/LinkedBlockList.h -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/block.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/block.h -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/energy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/energy.h -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/example.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/example.cpp -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/graph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/graph.cpp -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/graph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/graph.h -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/GCO_BuildLib.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/GCO_BuildLib.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/GCO_ComputeEnergy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/GCO_ComputeEnergy.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/GCO_Create.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/GCO_Create.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/GCO_Delete.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/GCO_Delete.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/GCO_ExpandOnAlpha.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/GCO_ExpandOnAlpha.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/GCO_Expansion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/GCO_Expansion.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/GCO_GetLabeling.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/GCO_GetLabeling.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/GCO_ListHandles.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/GCO_ListHandles.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/GCO_LoadLib.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/GCO_LoadLib.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/GCO_SetDataCost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/GCO_SetDataCost.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/GCO_SetLabelCost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/GCO_SetLabelCost.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/GCO_SetLabelOrder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/GCO_SetLabelOrder.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/GCO_SetLabeling.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/GCO_SetLabeling.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/GCO_SetNeighbors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/GCO_SetNeighbors.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/GCO_SetSmoothCost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/GCO_SetSmoothCost.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/GCO_SetVerbosity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/GCO_SetVerbosity.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/GCO_Swap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/GCO_Swap.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/GCO_UnitTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/GCO_UnitTest.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/README.TXT -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/bin/gco_matlab.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/bin/gco_matlab.mexmaci64 -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/bin/gco_matlab.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/bin/gco_matlab.mexw64 -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/example.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/example.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/example1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/example1.m -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/matlab/gco_matlab.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/matlab/gco_matlab.cpp -------------------------------------------------------------------------------- /matlab code/Toolkits/gco-v3.0/maxflow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/gco-v3.0/maxflow.cpp -------------------------------------------------------------------------------- /matlab code/Toolkits/image_arithmetic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/image_arithmetic.m -------------------------------------------------------------------------------- /matlab code/Toolkits/image_huffman.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/image_huffman.m -------------------------------------------------------------------------------- /matlab code/Toolkits/imguidedfilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/imguidedfilter.m -------------------------------------------------------------------------------- /matlab code/Toolkits/ind2sub_fast.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/ind2sub_fast.m -------------------------------------------------------------------------------- /matlab code/Toolkits/inter_prediction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/inter_prediction.m -------------------------------------------------------------------------------- /matlab code/Toolkits/inter_prediction_encode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/inter_prediction_encode.m -------------------------------------------------------------------------------- /matlab code/Toolkits/intra_prediction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/intra_prediction.m -------------------------------------------------------------------------------- /matlab code/Toolkits/iterative_filter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/iterative_filter.m -------------------------------------------------------------------------------- /matlab code/Toolkits/k_runlength_compute.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/k_runlength_compute.m -------------------------------------------------------------------------------- /matlab code/Toolkits/mexFGS_v1/Demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/mexFGS_v1/Demo.m -------------------------------------------------------------------------------- /matlab code/Toolkits/mexFGS_v1/FGS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/mexFGS_v1/FGS.m -------------------------------------------------------------------------------- /matlab code/Toolkits/mexFGS_v1/README_FGS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/mexFGS_v1/README_FGS.txt -------------------------------------------------------------------------------- /matlab code/Toolkits/mexFGS_v1/compile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/mexFGS_v1/compile.m -------------------------------------------------------------------------------- /matlab code/Toolkits/mexFGS_v1/lamp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/mexFGS_v1/lamp.jpg -------------------------------------------------------------------------------- /matlab code/Toolkits/mexFGS_v1/mexFGS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/mexFGS_v1/mexFGS.cpp -------------------------------------------------------------------------------- /matlab code/Toolkits/mexFGS_v1/mexFGS.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/mexFGS_v1/mexFGS.mexw64 -------------------------------------------------------------------------------- /matlab code/Toolkits/mexFGS_v1/mexFGS_simple.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/mexFGS_v1/mexFGS_simple.cpp -------------------------------------------------------------------------------- /matlab code/Toolkits/mexFGS_v1/mexFGS_simple.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/mexFGS_v1/mexFGS_simple.mexw64 -------------------------------------------------------------------------------- /matlab code/Toolkits/mexFGS_v1/noisy_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/mexFGS_v1/noisy_13.png -------------------------------------------------------------------------------- /matlab code/Toolkits/pattern.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/pattern.m -------------------------------------------------------------------------------- /matlab code/Toolkits/pattern_cal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/pattern_cal.m -------------------------------------------------------------------------------- /matlab code/Toolkits/pattern_cal_mex.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/pattern_cal_mex.mexw64 -------------------------------------------------------------------------------- /matlab code/Toolkits/prediction_encode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/prediction_encode.m -------------------------------------------------------------------------------- /matlab code/Toolkits/recover_interrupt_value.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/recover_interrupt_value.m -------------------------------------------------------------------------------- /matlab code/Toolkits/remap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/remap.m -------------------------------------------------------------------------------- /matlab code/Toolkits/remap_runlength.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/remap_runlength.m -------------------------------------------------------------------------------- /matlab code/Toolkits/residue_learned1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/residue_learned1.mat -------------------------------------------------------------------------------- /matlab code/Toolkits/run_update.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/run_update.m -------------------------------------------------------------------------------- /matlab code/Toolkits/runlength_decoding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/runlength_decoding.m -------------------------------------------------------------------------------- /matlab code/Toolkits/runlength_encoding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/runlength_encoding.m -------------------------------------------------------------------------------- /matlab code/Toolkits/runlength_encoding_mode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/runlength_encoding_mode.m -------------------------------------------------------------------------------- /matlab code/Toolkits/runlength_map_decoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/runlength_map_decoder.m -------------------------------------------------------------------------------- /matlab code/Toolkits/runvalue_decoding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/runvalue_decoding.m -------------------------------------------------------------------------------- /matlab code/Toolkits/runvalue_encoding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/runvalue_encoding.m -------------------------------------------------------------------------------- /matlab code/Toolkits/sub2ind_fast.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/Toolkits/sub2ind_fast.m -------------------------------------------------------------------------------- /matlab code/compression_hdl_lowpower.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/compression_hdl_lowpower.m -------------------------------------------------------------------------------- /matlab code/compression_hdl_lowpower_coder_script.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/compression_hdl_lowpower_coder_script.m -------------------------------------------------------------------------------- /matlab code/compression_hdl_lowpower_mex.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/compression_hdl_lowpower_mex.mexw64 -------------------------------------------------------------------------------- /matlab code/example_testbench_low_power.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/example_testbench_low_power.m -------------------------------------------------------------------------------- /matlab code/example_testbench_low_power_faster.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/example_testbench_low_power_faster.m -------------------------------------------------------------------------------- /matlab code/image.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/image.dat -------------------------------------------------------------------------------- /matlab code/input_images/1600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/1600.png -------------------------------------------------------------------------------- /matlab code/input_images/Boats.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/Boats.bmp -------------------------------------------------------------------------------- /matlab code/input_images/aerial_city.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/aerial_city.png -------------------------------------------------------------------------------- /matlab code/input_images/baboon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/baboon.bmp -------------------------------------------------------------------------------- /matlab code/input_images/barbara.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/barbara.bmp -------------------------------------------------------------------------------- /matlab code/input_images/bikes.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/bikes.bmp -------------------------------------------------------------------------------- /matlab code/input_images/boston.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/boston.png -------------------------------------------------------------------------------- /matlab code/input_images/bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/bridge.png -------------------------------------------------------------------------------- /matlab code/input_images/building2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/building2.bmp -------------------------------------------------------------------------------- /matlab code/input_images/buildings.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/buildings.bmp -------------------------------------------------------------------------------- /matlab code/input_images/butter_flower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/butter_flower.png -------------------------------------------------------------------------------- /matlab code/input_images/cactus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/cactus.png -------------------------------------------------------------------------------- /matlab code/input_images/caps.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/caps.bmp -------------------------------------------------------------------------------- /matlab code/input_images/carnivaldolls.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/carnivaldolls.bmp -------------------------------------------------------------------------------- /matlab code/input_images/cemetry.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/cemetry.bmp -------------------------------------------------------------------------------- /matlab code/input_images/child_swimming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/child_swimming.png -------------------------------------------------------------------------------- /matlab code/input_images/churchandcapitol.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/churchandcapitol.bmp -------------------------------------------------------------------------------- /matlab code/input_images/coinsinfountain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/coinsinfountain.bmp -------------------------------------------------------------------------------- /matlab code/input_images/couple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/couple.png -------------------------------------------------------------------------------- /matlab code/input_images/dancers.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/dancers.bmp -------------------------------------------------------------------------------- /matlab code/input_images/elaine.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/elaine.bmp -------------------------------------------------------------------------------- /matlab code/input_images/elk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/elk.png -------------------------------------------------------------------------------- /matlab code/input_images/family.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/family.png -------------------------------------------------------------------------------- /matlab code/input_images/fisher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/fisher.png -------------------------------------------------------------------------------- /matlab code/input_images/flower.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/flower.bmp -------------------------------------------------------------------------------- /matlab code/input_images/flowers.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/flowers.bmp -------------------------------------------------------------------------------- /matlab code/input_images/flowersonih35.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/flowersonih35.bmp -------------------------------------------------------------------------------- /matlab code/input_images/foxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/foxy.png -------------------------------------------------------------------------------- /matlab code/input_images/geckos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/geckos.png -------------------------------------------------------------------------------- /matlab code/input_images/girl.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/girl.bmp -------------------------------------------------------------------------------- /matlab code/input_images/goldhill.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/goldhill.bmp -------------------------------------------------------------------------------- /matlab code/input_images/house.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/house.bmp -------------------------------------------------------------------------------- /matlab code/input_images/lady_liberty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/lady_liberty.png -------------------------------------------------------------------------------- /matlab code/input_images/lake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/lake.png -------------------------------------------------------------------------------- /matlab code/input_images/lighthouse.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/lighthouse.bmp -------------------------------------------------------------------------------- /matlab code/input_images/lighthouse2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/lighthouse2.bmp -------------------------------------------------------------------------------- /matlab code/input_images/log_seaside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/log_seaside.png -------------------------------------------------------------------------------- /matlab code/input_images/manfishing.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/manfishing.bmp -------------------------------------------------------------------------------- /matlab code/input_images/monarch.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/monarch.bmp -------------------------------------------------------------------------------- /matlab code/input_images/monument.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/monument.png -------------------------------------------------------------------------------- /matlab code/input_images/native_american.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/native_american.png -------------------------------------------------------------------------------- /matlab code/input_images/ocean.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/ocean.bmp -------------------------------------------------------------------------------- /matlab code/input_images/paintedhouse.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/paintedhouse.bmp -------------------------------------------------------------------------------- /matlab code/input_images/parrots.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/parrots.bmp -------------------------------------------------------------------------------- /matlab code/input_images/plane.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/plane.bmp -------------------------------------------------------------------------------- /matlab code/input_images/rapids.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/rapids.bmp -------------------------------------------------------------------------------- /matlab code/input_images/redwood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/redwood.png -------------------------------------------------------------------------------- /matlab code/input_images/roping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/roping.png -------------------------------------------------------------------------------- /matlab code/input_images/rushmore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/rushmore.png -------------------------------------------------------------------------------- /matlab code/input_images/sailing1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/sailing1.bmp -------------------------------------------------------------------------------- /matlab code/input_images/sailing2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/sailing2.bmp -------------------------------------------------------------------------------- /matlab code/input_images/sailing3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/sailing3.bmp -------------------------------------------------------------------------------- /matlab code/input_images/sailing4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/sailing4.bmp -------------------------------------------------------------------------------- /matlab code/input_images/shroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/shroom.png -------------------------------------------------------------------------------- /matlab code/input_images/snow_leaves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/snow_leaves.png -------------------------------------------------------------------------------- /matlab code/input_images/statue.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/statue.bmp -------------------------------------------------------------------------------- /matlab code/input_images/stream.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/stream.bmp -------------------------------------------------------------------------------- /matlab code/input_images/studentsculpture.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/studentsculpture.bmp -------------------------------------------------------------------------------- /matlab code/input_images/sunset_sparrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/sunset_sparrow.png -------------------------------------------------------------------------------- /matlab code/input_images/sunsetcolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/sunsetcolor.png -------------------------------------------------------------------------------- /matlab code/input_images/swarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/swarm.png -------------------------------------------------------------------------------- /matlab code/input_images/trolley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/trolley.png -------------------------------------------------------------------------------- /matlab code/input_images/turtle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/turtle.png -------------------------------------------------------------------------------- /matlab code/input_images/veggies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/veggies.png -------------------------------------------------------------------------------- /matlab code/input_images/woman.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/woman.bmp -------------------------------------------------------------------------------- /matlab code/input_images/woman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/woman.png -------------------------------------------------------------------------------- /matlab code/input_images/womanhat.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/matlab code/input_images/womanhat.bmp -------------------------------------------------------------------------------- /paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/paper.pdf -------------------------------------------------------------------------------- /verilog code/ImageData_generation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/ImageData_generation.m -------------------------------------------------------------------------------- /verilog code/dc_new_216_low_power.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/dc_new_216_low_power.tcl -------------------------------------------------------------------------------- /verilog code/image.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/image.dat -------------------------------------------------------------------------------- /verilog code/input_images/Boats.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/Boats.bmp -------------------------------------------------------------------------------- /verilog code/input_images/aerial_city.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/aerial_city.png -------------------------------------------------------------------------------- /verilog code/input_images/baboon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/baboon.bmp -------------------------------------------------------------------------------- /verilog code/input_images/barbara.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/barbara.bmp -------------------------------------------------------------------------------- /verilog code/input_images/bikes.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/bikes.bmp -------------------------------------------------------------------------------- /verilog code/input_images/boston.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/boston.png -------------------------------------------------------------------------------- /verilog code/input_images/bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/bridge.png -------------------------------------------------------------------------------- /verilog code/input_images/building2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/building2.bmp -------------------------------------------------------------------------------- /verilog code/input_images/buildings.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/buildings.bmp -------------------------------------------------------------------------------- /verilog code/input_images/butter_flower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/butter_flower.png -------------------------------------------------------------------------------- /verilog code/input_images/cactus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/cactus.png -------------------------------------------------------------------------------- /verilog code/input_images/caps.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/caps.bmp -------------------------------------------------------------------------------- /verilog code/input_images/carnivaldolls.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/carnivaldolls.bmp -------------------------------------------------------------------------------- /verilog code/input_images/cemetry.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/cemetry.bmp -------------------------------------------------------------------------------- /verilog code/input_images/child_swimming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/child_swimming.png -------------------------------------------------------------------------------- /verilog code/input_images/churchandcapitol.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/churchandcapitol.bmp -------------------------------------------------------------------------------- /verilog code/input_images/coinsinfountain.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/coinsinfountain.bmp -------------------------------------------------------------------------------- /verilog code/input_images/couple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/couple.png -------------------------------------------------------------------------------- /verilog code/input_images/dancers.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/dancers.bmp -------------------------------------------------------------------------------- /verilog code/input_images/elaine.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/elaine.bmp -------------------------------------------------------------------------------- /verilog code/input_images/elk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/elk.png -------------------------------------------------------------------------------- /verilog code/input_images/family.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/family.png -------------------------------------------------------------------------------- /verilog code/input_images/fisher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/fisher.png -------------------------------------------------------------------------------- /verilog code/input_images/flower.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/flower.bmp -------------------------------------------------------------------------------- /verilog code/input_images/flowers.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/flowers.bmp -------------------------------------------------------------------------------- /verilog code/input_images/flowersonih35.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/flowersonih35.bmp -------------------------------------------------------------------------------- /verilog code/input_images/foxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/foxy.png -------------------------------------------------------------------------------- /verilog code/input_images/geckos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/geckos.png -------------------------------------------------------------------------------- /verilog code/input_images/girl.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/girl.bmp -------------------------------------------------------------------------------- /verilog code/input_images/goldhill.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/goldhill.bmp -------------------------------------------------------------------------------- /verilog code/input_images/house.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/house.bmp -------------------------------------------------------------------------------- /verilog code/input_images/lady_liberty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/lady_liberty.png -------------------------------------------------------------------------------- /verilog code/input_images/lake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/lake.png -------------------------------------------------------------------------------- /verilog code/input_images/lighthouse.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/lighthouse.bmp -------------------------------------------------------------------------------- /verilog code/input_images/lighthouse2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/lighthouse2.bmp -------------------------------------------------------------------------------- /verilog code/input_images/log_seaside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/log_seaside.png -------------------------------------------------------------------------------- /verilog code/input_images/manfishing.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/manfishing.bmp -------------------------------------------------------------------------------- /verilog code/input_images/monarch.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/monarch.bmp -------------------------------------------------------------------------------- /verilog code/input_images/monument.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/monument.png -------------------------------------------------------------------------------- /verilog code/input_images/native_american.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/native_american.png -------------------------------------------------------------------------------- /verilog code/input_images/ocean.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/ocean.bmp -------------------------------------------------------------------------------- /verilog code/input_images/paintedhouse.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/paintedhouse.bmp -------------------------------------------------------------------------------- /verilog code/input_images/parrots.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/parrots.bmp -------------------------------------------------------------------------------- /verilog code/input_images/plane.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/plane.bmp -------------------------------------------------------------------------------- /verilog code/input_images/rapids.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/rapids.bmp -------------------------------------------------------------------------------- /verilog code/input_images/redwood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/redwood.png -------------------------------------------------------------------------------- /verilog code/input_images/roping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/roping.png -------------------------------------------------------------------------------- /verilog code/input_images/rushmore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/rushmore.png -------------------------------------------------------------------------------- /verilog code/input_images/sailing1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/sailing1.bmp -------------------------------------------------------------------------------- /verilog code/input_images/sailing2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/sailing2.bmp -------------------------------------------------------------------------------- /verilog code/input_images/sailing3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/sailing3.bmp -------------------------------------------------------------------------------- /verilog code/input_images/sailing4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/sailing4.bmp -------------------------------------------------------------------------------- /verilog code/input_images/shroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/shroom.png -------------------------------------------------------------------------------- /verilog code/input_images/snow_leaves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/snow_leaves.png -------------------------------------------------------------------------------- /verilog code/input_images/statue.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/statue.bmp -------------------------------------------------------------------------------- /verilog code/input_images/stream.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/stream.bmp -------------------------------------------------------------------------------- /verilog code/input_images/studentsculpture.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/studentsculpture.bmp -------------------------------------------------------------------------------- /verilog code/input_images/sunset_sparrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/sunset_sparrow.png -------------------------------------------------------------------------------- /verilog code/input_images/sunsetcolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/sunsetcolor.png -------------------------------------------------------------------------------- /verilog code/input_images/swarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/swarm.png -------------------------------------------------------------------------------- /verilog code/input_images/trolley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/trolley.png -------------------------------------------------------------------------------- /verilog code/input_images/turtle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/turtle.png -------------------------------------------------------------------------------- /verilog code/input_images/veggies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/veggies.png -------------------------------------------------------------------------------- /verilog code/input_images/woman.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/woman.bmp -------------------------------------------------------------------------------- /verilog code/input_images/woman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/woman.png -------------------------------------------------------------------------------- /verilog code/input_images/womanhat.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/input_images/womanhat.bmp -------------------------------------------------------------------------------- /verilog code/matlab_files/ConvertToBitstream.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/ConvertToBitstream.m -------------------------------------------------------------------------------- /verilog code/matlab_files/PSD_decompress.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/PSD_decompress.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/Arith.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/Arith.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/Arith_bitstream.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/Arith_bitstream.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/GolombRice.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/GolombRice.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/GolombRice_decoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/GolombRice_decoder.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/ImportStream.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/ImportStream.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/Interpolation_cal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/Interpolation_cal.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/ModRange.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/ModRange.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/ModRange_reverse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/ModRange_reverse.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/RunLength_M.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/RunLength_M.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/V_connection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/V_connection.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/V_pairwise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/V_pairwise.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/arithmetic encoding/Arith06.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/arithmetic encoding/Arith06.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/arithmetic encoding/Arith07.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/arithmetic encoding/Arith07.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/arithmetic encoding/Huff06.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/arithmetic encoding/Huff06.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/arithmetic encoding/HuffCode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/arithmetic encoding/HuffCode.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/arithmetic encoding/HuffLen.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/arithmetic encoding/HuffLen.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/arithmetic encoding/HuffTabLen.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/arithmetic encoding/HuffTabLen.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/arithmetic encoding/HuffTree.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/arithmetic encoding/HuffTree.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/arithmetic encoding/JPEGlike.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/arithmetic encoding/JPEGlike.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/arithmetic encoding/Mat2Vec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/arithmetic encoding/Mat2Vec.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/arithmetic encoding/TestArith.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/arithmetic encoding/TestArith.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/arithmetic encoding/TestBin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/arithmetic encoding/TestBin.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/arithmetic encoding/TestBin2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/arithmetic encoding/TestBin2.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/arithmetic encoding/TestHuff.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/arithmetic encoding/TestHuff.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/arithmetic encoding/TestMat2Vec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/arithmetic encoding/TestMat2Vec.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/arithmetic encoding/UniQuant.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/arithmetic encoding/UniQuant.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/arithmetic encoding/contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/arithmetic encoding/contents.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/arithmetic encoding/entropy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/arithmetic encoding/entropy.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/arithmetic encoding/eob3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/arithmetic encoding/eob3.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/bitsrl1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/bitsrl1.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/bitstream_step.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/bitstream_step.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/bound_update.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/bound_update.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/bound_update_scalar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/bound_update_scalar.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/check_EOL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/check_EOL.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/cfiGuiReport.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/cfiGuiReport.mat -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/exported_values.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/exported_values.mat -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/hilite_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/hilite_warning.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/index.css -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/index.html -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/mex_warning.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/mex_warning.html -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/pattern_cal1_mcode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/pattern_cal1_mcode.html -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/pattern_cal1_watch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/pattern_cal1_watch.html -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/Error_document.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/Error_document.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/Fatal_document.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/Fatal_document.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/Warning_document.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/Warning_document.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cc_sourcecodec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cc_sourcecodec.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/collapsible-last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/collapsible-last.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/collapsible.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/collapsible.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cs_document_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cs_document_check.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cs_document_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cs_document_error.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cs_document_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cs_document_warning.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_close_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_close_check.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_close_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_close_error.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_close_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_close_warning.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_open_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_open_check.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_open_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_open_error.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_open_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/cs_folder_open_warning.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/css/coder_app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/css/coder_app.css -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/emcvhtml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/emcvhtml.js -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/eml_report.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/eml_report.css -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/eml_report_interactions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/eml_report_interactions.js -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/eml_report_layout.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/eml_report_layout.js -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/expandable-last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/expandable-last.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/expandable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/expandable.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/folderclosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/folderclosed.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/folderopen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/folderopen.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/help.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/hilite_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/hilite_warning.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/inspect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/inspect.html -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/jQuery/jquery-1.3.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/jQuery/jquery-1.3.2.min.js -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/jQuery/ui.resizable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/jQuery/ui.resizable.css -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/js/coder_app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/js/coder_app.js -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/leaf-last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/leaf-last.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/leaf.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/matlab-report-styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/matlab-report-styles.css -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/mhighlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/mhighlight.css -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/nav.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/nav.html -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/navToolbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/navToolbar.html -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/nolines_minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/nolines_minus.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/nolines_plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/nolines_plus.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/range_highlighter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/range_highlighter.js -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/right_arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/right_arrow.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/rtwannotate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/rtwannotate.js -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/rtwhilite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/rtwhilite.js -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/rtwmsg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/rtwmsg.html -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/rtwreport.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/rtwreport.css -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/rtwreport_utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/rtwreport_utils.js -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/rtwshrink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/rtwshrink.js -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/search.js -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/spinner.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/status_failed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/status_failed.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/status_passed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/status_passed.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/status_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/status_warning.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/tablesorter_bkgrd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/tablesorter_bkgrd.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/texture_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/texture_blue.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/texture_gray1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/texture_gray1.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/texture_gray2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/texture_gray2.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/webview_codegen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/resources/webview_codegen.js -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/rtwshrink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/html/rtwshrink.js -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/pattern_cal_mex.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/codegen/mex/pattern_cal/pattern_cal_mex.mexw64 -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/compression_ratio_calculate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/compression_ratio_calculate.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/context_calculation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/context_calculation.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/error_mapping.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/error_mapping.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/find_neighborhoods.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/find_neighborhoods.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/CMakeLists.txt -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/GCO_README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/GCO_README.TXT -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/GCoptimization.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/GCoptimization.cpp -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/GCoptimization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/GCoptimization.h -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/LinkedBlockList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/LinkedBlockList.cpp -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/LinkedBlockList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/LinkedBlockList.h -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/block.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/block.h -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/energy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/energy.h -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/example.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/example.cpp -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/graph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/graph.cpp -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/graph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/graph.h -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_BuildLib.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_BuildLib.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_ComputeEnergy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_ComputeEnergy.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_Create.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_Create.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_Delete.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_Delete.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_ExpandOnAlpha.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_ExpandOnAlpha.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_Expansion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_Expansion.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_GetLabeling.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_GetLabeling.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_ListHandles.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_ListHandles.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_LoadLib.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_LoadLib.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_SetDataCost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_SetDataCost.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_SetLabelCost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_SetLabelCost.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_SetLabelOrder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_SetLabelOrder.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_SetLabeling.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_SetLabeling.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_SetNeighbors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_SetNeighbors.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_SetSmoothCost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_SetSmoothCost.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_SetVerbosity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_SetVerbosity.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_Swap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_Swap.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_UnitTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/GCO_UnitTest.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/README.TXT -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/bin/gco_matlab.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/bin/gco_matlab.mexmaci64 -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/bin/gco_matlab.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/bin/gco_matlab.mexw64 -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/example.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/example.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/example1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/example1.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/matlab/gco_matlab.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/matlab/gco_matlab.cpp -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/gco-v3.0/maxflow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/gco-v3.0/maxflow.cpp -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/image_arithmetic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/image_arithmetic.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/image_huffman.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/image_huffman.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/ind2sub_fast.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/ind2sub_fast.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/inter_prediction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/inter_prediction.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/inter_prediction_encode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/inter_prediction_encode.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/intra_prediction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/intra_prediction.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/iterative_filter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/iterative_filter.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/jpegls.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/jpegls.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/jpegls_modified.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/jpegls_modified.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/k_runlength_compute.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/k_runlength_compute.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/mex/compile_and_launch.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/mex/compile_and_launch.tcl -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/mex/transcript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/mex/transcript -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/mexFGS_v1/Demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/mexFGS_v1/Demo.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/mexFGS_v1/FGS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/mexFGS_v1/FGS.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/mexFGS_v1/README_FGS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/mexFGS_v1/README_FGS.txt -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/mexFGS_v1/compile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/mexFGS_v1/compile.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/mexFGS_v1/lamp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/mexFGS_v1/lamp.jpg -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/mexFGS_v1/mexFGS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/mexFGS_v1/mexFGS.cpp -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/mexFGS_v1/mexFGS.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/mexFGS_v1/mexFGS.mexw64 -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/mexFGS_v1/mexFGS_simple.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/mexFGS_v1/mexFGS_simple.cpp -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/mexFGS_v1/mexFGS_simple.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/mexFGS_v1/mexFGS_simple.mexw64 -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/mexFGS_v1/noisy_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/mexFGS_v1/noisy_13.png -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/mrf_neighbors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/mrf_neighbors.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/mrf_smoothness.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/mrf_smoothness.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/pattern.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/pattern.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/pattern_cal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/pattern_cal.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/pattern_cal.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/pattern_cal.prj -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/pattern_cal_mex.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/pattern_cal_mex.mexw64 -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/prediction_encode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/prediction_encode.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/recover_interrupt_value.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/recover_interrupt_value.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/remap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/remap.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/remap_runlength.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/remap_runlength.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/run_update.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/run_update.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/runlength_decoding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/runlength_decoding.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/runlength_encoding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/runlength_encoding.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/runlength_encoding_mode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/runlength_encoding_mode.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/runlength_map_decoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/runlength_map_decoder.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/runvalue_decoding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/runvalue_decoding.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/runvalue_encoding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/runvalue_encoding.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/sub2ind_fast.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/sub2ind_fast.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/unary_energy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/unary_energy.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/unary_energy_v1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/unary_energy_v1.m -------------------------------------------------------------------------------- /verilog code/matlab_files/Toolkits/weight_compensate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/Toolkits/weight_compensate.m -------------------------------------------------------------------------------- /verilog code/matlab_files/boxfilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/boxfilter.m -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/cfiGuiReport.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/cfiGuiReport.mat -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/bound_update_scalar90_mcode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/bound_update_scalar90_mcode.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/bound_update_scalar90_watch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/bound_update_scalar90_watch.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/bound_update_scalar91_mcode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/bound_update_scalar91_mcode.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/bound_update_scalar91_watch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/bound_update_scalar91_watch.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/bound_update_scalar92_mcode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/bound_update_scalar92_mcode.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/bound_update_scalar92_watch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/bound_update_scalar92_watch.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/context_calculation_zeropad15_mcode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/context_calculation_zeropad15_mcode.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/context_calculation_zeropad15_watch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/context_calculation_zeropad15_watch.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/decompression_hdl1_mcode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/decompression_hdl1_mcode.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/decompression_hdl1_watch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/decompression_hdl1_watch.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/exported_values.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/exported_values.mat -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/g_quantize55_mcode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/g_quantize55_mcode.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/g_quantize55_watch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/g_quantize55_watch.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/hilite_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/hilite_warning.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/index.css -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/index.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/mex_warning.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/mex_warning.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/Error_document.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/Error_document.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/Fatal_document.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/Fatal_document.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/Warning_document.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/Warning_document.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cc_sourcecodec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cc_sourcecodec.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/collapsible-last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/collapsible-last.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/collapsible.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/collapsible.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cs_document_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cs_document_check.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cs_document_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cs_document_error.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cs_document_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cs_document_warning.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cs_folder_close_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cs_folder_close_check.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cs_folder_close_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cs_folder_close_error.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cs_folder_close_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cs_folder_close_warning.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cs_folder_open_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cs_folder_open_check.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cs_folder_open_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cs_folder_open_error.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cs_folder_open_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/cs_folder_open_warning.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/css/coder_app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/css/coder_app.css -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/emcvhtml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/emcvhtml.js -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/eml_report.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/eml_report.css -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/eml_report_interactions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/eml_report_interactions.js -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/eml_report_layout.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/eml_report_layout.js -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/expandable-last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/expandable-last.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/expandable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/expandable.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/folderclosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/folderclosed.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/folderopen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/folderopen.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/help.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/hilite_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/hilite_warning.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/inspect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/inspect.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/jQuery/jquery-1.3.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/jQuery/jquery-1.3.2.min.js -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/jQuery/ui.resizable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/jQuery/ui.resizable.css -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/js/coder_app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/js/coder_app.js -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/leaf-last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/leaf-last.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/leaf.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/matlab-report-styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/matlab-report-styles.css -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/mhighlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/mhighlight.css -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/nav.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/nav.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/navToolbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/navToolbar.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/nolines_minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/nolines_minus.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/nolines_plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/nolines_plus.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/range_highlighter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/range_highlighter.js -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/right_arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/right_arrow.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/rtwannotate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/rtwannotate.js -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/rtwhilite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/rtwhilite.js -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/rtwmsg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/rtwmsg.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/rtwreport.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/rtwreport.css -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/rtwreport_utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/rtwreport_utils.js -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/rtwshrink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/rtwshrink.js -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/search.js -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/spinner.gif -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/status_failed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/status_failed.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/status_passed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/status_passed.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/status_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/status_warning.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/tablesorter_bkgrd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/tablesorter_bkgrd.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/texture_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/texture_blue.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/texture_gray1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/texture_gray1.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/texture_gray2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/texture_gray2.png -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/webview_codegen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/resources/webview_codegen.js -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/rtwshrink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/rtwshrink.js -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/subimage_access89_mcode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/subimage_access89_mcode.html -------------------------------------------------------------------------------- /verilog code/matlab_files/codegen/mex/decompression_hdl/html/subimage_access89_watch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/codegen/mex/decompression_hdl/html/subimage_access89_watch.html -------------------------------------------------------------------------------- /verilog code/matlab_files/combine_subimages.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/combine_subimages.m -------------------------------------------------------------------------------- /verilog code/matlab_files/context_calculation_zeropad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/context_calculation_zeropad.m -------------------------------------------------------------------------------- /verilog code/matlab_files/decompression_hdl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/decompression_hdl.m -------------------------------------------------------------------------------- /verilog code/matlab_files/decompression_hdl.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/decompression_hdl.prj -------------------------------------------------------------------------------- /verilog code/matlab_files/fastguidedfilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/fastguidedfilter.m -------------------------------------------------------------------------------- /verilog code/matlab_files/g_quantize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/g_quantize.m -------------------------------------------------------------------------------- /verilog code/matlab_files/read_psdfile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/read_psdfile.m -------------------------------------------------------------------------------- /verilog code/matlab_files/read_raw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/read_raw.m -------------------------------------------------------------------------------- /verilog code/matlab_files/read_subimage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/read_subimage.m -------------------------------------------------------------------------------- /verilog code/matlab_files/remap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/remap.m -------------------------------------------------------------------------------- /verilog code/matlab_files/residue_learned1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/residue_learned1.mat -------------------------------------------------------------------------------- /verilog code/matlab_files/residue_learned2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/matlab_files/residue_learned2.mat -------------------------------------------------------------------------------- /verilog code/my_testbench_fpga.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/my_testbench_fpga.v -------------------------------------------------------------------------------- /verilog code/post_layout/image.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/post_layout/image.dat -------------------------------------------------------------------------------- /verilog code/post_synthesis/image.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/post_synthesis/image.dat -------------------------------------------------------------------------------- /verilog code/pre_synthesis/ShiftRegisterRAM_generic.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/pre_synthesis/ShiftRegisterRAM_generic.v -------------------------------------------------------------------------------- /verilog code/pre_synthesis/SimpleDualPortRAM_generic.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/pre_synthesis/SimpleDualPortRAM_generic.v -------------------------------------------------------------------------------- /verilog code/pre_synthesis/compression_hdl_lowpower.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/pre_synthesis/compression_hdl_lowpower.v -------------------------------------------------------------------------------- /verilog code/pre_synthesis/compression_hdl_lowpower_tb.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/pre_synthesis/compression_hdl_lowpower_tb.v -------------------------------------------------------------------------------- /verilog code/pre_synthesis/compression_hdl_lowpower_tb_data.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/pre_synthesis/compression_hdl_lowpower_tb_data.v -------------------------------------------------------------------------------- /verilog code/script/my_testbench_pre_synthesis.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/script/my_testbench_pre_synthesis.do -------------------------------------------------------------------------------- /verilog code/script/my_testbench_pre_synthesis_nowave.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/script/my_testbench_pre_synthesis_nowave.do -------------------------------------------------------------------------------- /verilog code/test_decompress.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/test_decompress.m -------------------------------------------------------------------------------- /verilog code/test_framework.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangmozhe/microshift_compression/HEAD/verilog code/test_framework.m --------------------------------------------------------------------------------