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

understanding broadway code #12

Open
soliton4 opened this issue Feb 16, 2014 · 1 comment
Open

understanding broadway code #12

soliton4 opened this issue Feb 16, 2014 · 1 comment

Comments

@soliton4
Copy link

what does this mean?
avc.configure({
filter: 'original',
filterHorLuma: 'optimized',
filterVerLumaEdge: 'optimized',
getBoundaryStrengthsA: 'optimized'
});

has it got impact on performance? is there a docu?

@X-Ryl669
Copy link

It means that you ask the Broadway "source" code to be patched with optimized version.
You can put none, original and optimized (look at the Broadway source code for the possible values).
From my own measurement, it does not make any difference, since most of the time is spent in the decoding functions anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants