Searched refs:compre (Results 1 – 1 of 1) sorted by relevance
660 * @param int $compre664 public static function heavyCompression($compre) { argument692 $fourbit = str_pad(decbin(($compre & 0xF0) >> 4), 4, '0', STR_PAD_LEFT);705 $lin_gain = (16 + ($compre & 0x0F)) / 32;