Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line 183 (BlockFloatCompander::BlockFloatExpand_Basic) Func. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 30, 2019

  1. Line 183 (BlockFloatCompander::BlockFloatExpand_Basic) Func.

    Consider iqwidth = 8, thisExp = 3. In this case how can just left shifting can perform Compression?
    I mean if 
    thisData = SXXX XXXX;
    dataExpanded  =  thisData<<3;
                              = 0000 0000 SXXX XXXX;
    But we need , 
    dataExpanded = S000 0000 0XXX XXXX;
    medditharun authored Dec 30, 2019
    Configuration menu
    Copy the full SHA
    da581c3 View commit details
    Browse the repository at this point in the history