Home
last modified time | relevance | path

Searched defs:toCompile (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Daurora.js3056toCompile += "outputBuffer[outputOffset++] = (this.lastOutput[" + channel + "] * firstWeight) + (b… field
3064toCompile += "outputBuffer[outputOffset++] = (buffer[sourceOffset" + ((channel > 0) ? (" + " + cha… field
3070 toCompile += "this.lastOutput[" + channel + "] = buffer[sourceOffset++];"; field
3093 toCompile += "var output" + channel + " = 0;" field
3106 toCompile += "output" + channel + " = 0;" field
3112 toCompile += "output" + channel + " = this.lastOutput[" + channel + "];" field
3120 toCompile += "output" + channel + " += buffer[actualPosition++] * amountToNext;" field
3127toCompile += "output" + channel + " += buffer[actualPosition" + ((channel > 0) ? (" + " + channel)… field
3136 toCompile += "outputBuffer[outputOffset++] = output" + channel + " / ratioWeight;" field
3142 toCompile += "this.lastOutput[" + channel + "] = output" + channel + ";" field