node-dronestream icon indicating copy to clipboard operation
node-dronestream copied to clipboard

understanding broadway code

Open soliton4 opened this issue 11 years ago • 1 comments

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

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

soliton4 avatar Feb 16 '14 18:02 soliton4

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.

X-Ryl669 avatar Apr 11 '14 16:04 X-Ryl669