/kernel/linux/linux-5.10/drivers/iio/magnetometer/ |
H A D | st_magn_core.c | 140 .gain2 = 980, 146 .gain2 = 760, 152 .gain2 = 600, 158 .gain2 = 400, 164 .gain2 = 355, 170 .gain2 = 295, 176 .gain2 = 205, 219 .gain2 = 1020, 225 .gain2 = 1315, 231 .gain2 [all...] |
/kernel/linux/linux-6.6/drivers/iio/magnetometer/ |
H A D | st_magn_core.c | 180 .gain2 = 980, 186 .gain2 = 760, 192 .gain2 = 600, 198 .gain2 = 400, 204 .gain2 = 355, 210 .gain2 = 295, 216 .gain2 = 205, 259 .gain2 = 1020, 265 .gain2 = 1315, 271 .gain2 [all...] |
/third_party/pulseaudio/speex/tmv/ |
H A D | preprocess_tm.h | 770 register spx_word16_t * restrict gain2 = st->gain2; in preprocess_compute_emgain() local 802 gain2[i]=DIV32_16(SHL32(EXTEND32(32767),SNR_SHIFT), ADD16(256,tmp)); in preprocess_compute_emgain() 804 gain2[i]=1/(1.f + (q/(1.f-q))*(1+priori)*exp(-theta)); in preprocess_compute_emgain() 808 filterbank_compute_psd16(st->bank,gain2+N, gain2); in preprocess_compute_emgain() 823 register spx_word16_t * restrict gain2 = st->gain2; in preprocess_compute_linear_gain() local 847 p = gain2[i]; in preprocess_compute_linear_gain() 860 gain2[ in preprocess_compute_linear_gain() 911 register spx_word16_t * restrict gain2 = st->gain2; preprocess_apply_gain() local 1084 register spx_word16_t * restrict gain2 = st->gain2; speex_preprocess_run() local [all...] |
/kernel/linux/linux-6.6/drivers/iio/pressure/ |
H A D | st_pressure_core.c | 75 * IIO_VAL_FRACTIONAL with a 10^3 numerator and "gain2" as denominator. 76 * Therefore, from (3), "gain2" becomes : 77 * gain2 = sensitivity 85 * = offset[mCelsius] * gain2 265 .gain2 = ST_PRESS_LSB_PER_CELSIUS, 335 .gain2 = ST_PRESS_LPS001WP_LSB_PER_CELSIUS, 388 .gain2 = ST_PRESS_LSB_PER_CELSIUS, 457 .gain2 = ST_PRESS_LPS22HB_LSB_PER_CELSIUS, 526 .gain2 = ST_PRESS_LPS22HB_LSB_PER_CELSIUS, 596 .gain2 [all...] |
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
H A D | st_pressure_core.c | 81 * IIO_VAL_FRACTIONAL with a 10^3 numerator and "gain2" as denominator. 82 * Therefore, from (3), "gain2" becomes : 83 * gain2 = sensitivity 91 * = offset[mCelsius] * gain2 271 .gain2 = ST_PRESS_LSB_PER_CELSIUS, 341 .gain2 = ST_PRESS_LPS001WP_LSB_PER_CELSIUS, 394 .gain2 = ST_PRESS_LSB_PER_CELSIUS, 463 .gain2 = ST_PRESS_LPS22HB_LSB_PER_CELSIUS, 532 .gain2 = ST_PRESS_LPS22HB_LSB_PER_CELSIUS, 606 *val2 = press_data->current_fullscale->gain2; in st_press_read_raw() [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | ts2020.c | 340 unsigned long gain1, gain2, gain3; in ts2020_read_tuner_gain() local 354 gain2 = utmp & 0x1f; in ts2020_read_tuner_gain() 359 gain2 = clamp_t(long, gain2, 0, 13); in ts2020_read_tuner_gain() 363 gain2 * 3500 + in ts2020_read_tuner_gain() 376 gain2 = clamp_t(long, gain2, 2, 16); in ts2020_read_tuner_gain() 381 gain2 * 3380 + in ts2020_read_tuner_gain()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | ts2020.c | 340 unsigned long gain1, gain2, gain3; in ts2020_read_tuner_gain() local 354 gain2 = utmp & 0x1f; in ts2020_read_tuner_gain() 359 gain2 = clamp_t(long, gain2, 0, 13); in ts2020_read_tuner_gain() 363 gain2 * 3500 + in ts2020_read_tuner_gain() 376 gain2 = clamp_t(long, gain2, 2, 16); in ts2020_read_tuner_gain() 381 gain2 * 3380 + in ts2020_read_tuner_gain()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | preprocess.c | 204 spx_word16_t *gain2; /**< Adjusted gains */ member 457 st->gain2 = (spx_word16_t*)speex_alloc((N+M)*sizeof(spx_word16_t)); in speex_preprocess_state_init() 534 speex_free(st->gain2); in speex_preprocess_state_destroy() 862 st->gain2[i]=DIV32_16(SHL32(EXTEND32(32767),SNR_SHIFT), ADD16(256,tmp)); in speex_preprocess_run() 864 st->gain2[i]=1/(1.f + (q/(1.f-q))*(1+st->prior[i])*exp(-theta)); in speex_preprocess_run() 868 filterbank_compute_psd16(st->bank,st->gain2+N, st->gain2); in speex_preprocess_run() 895 p = st->gain2[i]; in speex_preprocess_run() 913 /* gain2 = [p*sqrt(gain)+(1-p)*sqrt(gain _floor) ]^2 */ in speex_preprocess_run() 915 st->gain2[ in speex_preprocess_run() [all...] |
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_lazy.c | 1584 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local 1586 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 1598 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local 1600 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 1606 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx */ in ZSTD_compressBlock_lazy_generic() local 1608 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 1620 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local 1622 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 1634 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local 1636 if ((mlRep >= 4) && (gain2 > gain in ZSTD_compressBlock_lazy_generic() 1642 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx */ ZSTD_compressBlock_lazy_generic() local 1953 int const gain2 = (int)(repLength * 3); ZSTD_compressBlock_lazy_extDict_generic() local 1962 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx */ ZSTD_compressBlock_lazy_extDict_generic() local 1985 int const gain2 = (int)(repLength * 4); ZSTD_compressBlock_lazy_extDict_generic() local 1994 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx */ ZSTD_compressBlock_lazy_extDict_generic() local [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | LzcompCompress.java | 154 int[] gain2 = new int[1]; in makeCopyDecision() 156 int len2 = findMatch(index, dist2, gain2, costPerByte2); in makeCopyDecision() 158 if (gain2[0] >= gain1[0] && costPerByte1[0] > (costPerByte2[0] * len2 + symbolCost) / in makeCopyDecision() 162 len2 = findMatch(here + len1, dist2, gain2, costPerByte2); in makeCopyDecision()
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | cpia1.c | 291 u8 gain2; member 303 u8 gain2; member 646 params->apcor.gain2 = 0x16; in reset_camera_params() 650 params->vlOffset.gain2 = 24; in reset_camera_params() 816 sd->params.apcor.gain2, in command_setapcor() 826 sd->params.vlOffset.gain2, in command_setvloffset() 1071 sd->params.apcor.gain2 = 0x18; in set_flicker() 1104 sd->params.apcor.gain2 = 0x16; in set_flicker() 1109 sd->params.vlOffset.gain2 = 24; in set_flicker()
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | cpia1.c | 291 u8 gain2; member 303 u8 gain2; member 647 params->apcor.gain2 = 0x16; in reset_camera_params() 651 params->vlOffset.gain2 = 24; in reset_camera_params() 817 sd->params.apcor.gain2, in command_setapcor() 827 sd->params.vlOffset.gain2, in command_setvloffset() 1072 sd->params.apcor.gain2 = 0x18; in set_flicker() 1105 sd->params.apcor.gain2 = 0x16; in set_flicker() 1110 sd->params.vlOffset.gain2 = 24; in set_flicker()
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | compress.c | 1958 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local 1960 if ((mlRep >= EQUAL_READ32) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 1966 int const gain2 = (int)(ml2 * 4 - ZSTD_highbit32((U32)offset2 + 1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic() local 1968 if ((ml2 >= EQUAL_READ32) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 1979 int const gain2 = (int)(ml2 * 4); in ZSTD_compressBlock_lazy_generic() local 1981 if ((ml2 >= EQUAL_READ32) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 1987 int const gain2 = (int)(ml2 * 4 - ZSTD_highbit32((U32)offset2 + 1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic() local 1989 if ((ml2 >= EQUAL_READ32) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 2139 int const gain2 = (int)(repLength * 3); in ZSTD_compressBlock_lazy_extDict_generic() local 2141 if ((repLength >= EQUAL_READ32) && (gain2 > gain in ZSTD_compressBlock_lazy_extDict_generic() 2150 int const gain2 = (int)(ml2 * 4 - ZSTD_highbit32((U32)offset2 + 1)); /* raw approx */ ZSTD_compressBlock_lazy_extDict_generic() local 2174 int gain2 = (int)(repLength * 4); ZSTD_compressBlock_lazy_extDict_generic() local 2185 int const gain2 = (int)(ml2 * 4 - ZSTD_highbit32((U32)offset2 + 1)); /* raw approx */ ZSTD_compressBlock_lazy_extDict_generic() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | atrac3.c | 583 GainBlock *gain2 = &snd->gain_block[1 - snd->gc_blk_switch]; in decode_channel_sound_unit() local 600 ret = decode_gain_control(gb, gain2, snd->bands_coded); in decode_channel_sound_unit() 634 &gain1->g_block[band], &gain2->g_block[band], in decode_channel_sound_unit()
|
/kernel/linux/linux-5.10/include/linux/iio/common/ |
H A D | st_sensors.h | 103 unsigned int gain2; member
|
/kernel/linux/linux-6.6/include/linux/iio/common/ |
H A D | st_sensors.h | 113 unsigned int gain2; member
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
H A D | rkisp3-config.h | 490 u8 gain2; member
|
H A D | rkisp2-config.h | 596 u8 gain2; member
|
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/ |
H A D | rkisp3-config.h | 490 u8 gain2; member
|
H A D | rkisp2-config.h | 609 u8 gain2; member
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | isp_params_v21.c | 1862 value = arg->gain2; in isp_hdrmge_config()
|
H A D | isp_params_v3x.c | 2040 value = arg->gain2; in isp_hdrmge_config()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | isp_params_v21.c | 2444 value = arg->gain2; in isp_hdrmge_config()
|
H A D | isp_params_v3x.c | 2571 value = arg->gain2; in isp_hdrmge_config()
|