Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/dvb-frontends/
Dts2020.c340 unsigned long gain1, gain2, gain3; in ts2020_read_tuner_gain() local
348 gain1 = utmp & 0x1f; in ts2020_read_tuner_gain()
358 gain1 = clamp_t(long, gain1, 0, 15); in ts2020_read_tuner_gain()
362 *_gain = -((__s64)gain1 * 2330 + in ts2020_read_tuner_gain()
375 gain1 = clamp_t(long, gain1, 0, 15); in ts2020_read_tuner_gain()
380 *_gain = -((__s64)gain1 * 2650 + in ts2020_read_tuner_gain()
/Linux-v6.1/lib/zstd/compress/
Dzstd_lazy.c990 int const gain1 = (int)(matchLength*3 - ZSTD_highbit32((U32)offset+1) + 1); in ZSTD_compressBlock_lazy_generic() local
991 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1004 int const gain1 = (int)(matchLength*3 - ZSTD_highbit32((U32)offset+1) + 1); in ZSTD_compressBlock_lazy_generic() local
1005 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1012 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offset+1) + 4); in ZSTD_compressBlock_lazy_generic() local
1013 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1025 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offset+1) + 1); in ZSTD_compressBlock_lazy_generic() local
1026 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1039 int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)offset+1) + 1); in ZSTD_compressBlock_lazy_generic() local
1040 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
[all …]
/Linux-v6.1/drivers/media/usb/gspca/
Dcpia1.c289 u8 gain1; member
301 u8 gain1; member
645 params->apcor.gain1 = 0x18; in reset_camera_params()
649 params->vlOffset.gain1 = 20; in reset_camera_params()
815 sd->params.apcor.gain1, in command_setapcor()
825 sd->params.vlOffset.gain1, in command_setvloffset()
1068 sd->params.apcor.gain1 = 0x18; in set_flicker()
1101 sd->params.apcor.gain1 = 0x18; in set_flicker()
1106 sd->params.vlOffset.gain1 = 20; in set_flicker()