Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.ac3.php660 * @param int $compre
664 public static function heavyCompression($compre) { argument
692 $fourbit = str_pad(decbin(($compre & 0xF0) >> 4), 4, '0', STR_PAD_LEFT);
705 $lin_gain = (16 + ($compre & 0x0F)) / 32;