Lines Matching refs:n

26n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require==\"function\"&&require;if(!u&&a)retu…
27 …"exports.MP3Demuxer = require('./src/demuxer');\nexports.MP3Decoder = require('./src/decoder');\n",
28n\nvar MP3Decoder = AV.Decoder.extend(function() {\n AV.Decoder.register('mp3', this);\n \n
29n\nvar MP3Demuxer = AV.Demuxer.extend(function() {\n AV.Demuxer.register(this);\n\n this.pro…
30n\nfunction MP3Frame() {\n this.header = null; // MPEG audio header\n th…
31n\nfunction MP3FrameHeader() {\n this.layer = 0; // audio layer (1, 2, or 3)\n this…
32n * These are the Huffman code words for Layer III.\n * The data for these tables are derived from…
33n\nconst ENCODINGS = ['latin1', 'utf16-bom', 'utf16-be', 'utf8'];\n\nvar ID3Stream = AV.Base.exten…
34n this.tmp_imdct36 = new Float64Array(18);\n this.tmp_dctIV = new Float64Array(18);\n thi…
35n\nfunction Layer1() { \n this.allocation = utils.makeArray([2, 32], Uint8Array);\n this.…
36n\nfunction Layer2() { \n this.samples = new Float64Array(3);\n this.allocation = utils.m…
37n\nfunction MP3SideInfo() {\n this.main_data_begin = null;\n this.private_bits = null;\n
38n\nfunction MP3Stream(stream) {\n this.stream = stream; // actual bitstream…
39n\nfunction MP3Synth() {\n this.filter = utils.makeArray([2, 2, 2, 16, 8]); // polyphase filter…
40n * These are the scalefactor values for Layer I and Layer II.\n * The values are from Table B.1 o…
41n * Makes a multidimensional array\n */\nexports.makeArray = function(lengths, Type) {\n if (!T…