Home
last modified time | relevance | path

Searched refs:commonWindow (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Daac.js288 if (this.commonWindow = !!stream.read(1)) {
319 left.decode(stream, config, this.commonWindow);
320 right.decode(stream, config, this.commonWindow);
623 if (element.commonWindow && element.maskPresent)
2722 decode: function(stream, config, commonWindow) { argument
2725 if (!commonWindow)
2726 this.info.decode(stream, config, commonWindow);
2945 decode: function(stream, config, commonWindow) { argument
2978 this.decodePrediction(stream, config, commonWindow);
2982 decodePrediction: function(stream, config, commonWindow) { argument