Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_lazy.c1637 int const gain1 = (int)(matchLength*3 - ZSTD_highbit32((U32)offBase) + 1); in ZSTD_compressBlock_lazy_generic() local
1638 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1651 int const gain1 = (int)(matchLength*3 - ZSTD_highbit32((U32)offBase) + 1); in ZSTD_compressBlock_lazy_generic() local
1652 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1659 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offBase) + 4); in ZSTD_compressBlock_lazy_generic() local
1660 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1673 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offBase) + 1); in ZSTD_compressBlock_lazy_generic() local
1674 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1687 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offBase) + 1); in ZSTD_compressBlock_lazy_generic() local
1688 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
[all …]
/linux/drivers/media/usb/gspca/
H A Dcpia1.c290 u8 gain1; member
302 u8 gain1; member
644 params->apcor.gain1 = 0x18; in reset_camera_params()
648 params->vlOffset.gain1 = 20; in reset_camera_params()
814 sd->params.apcor.gain1, in command_setapcor()
824 sd->params.vlOffset.gain1, in command_setvloffset()
1069 sd->params.apcor.gain1 = 0x18; in set_flicker()
1102 sd->params.apcor.gain1 = 0x18; in set_flicker()
1107 sd->params.vlOffset.gain1 = 20; in set_flicker()