Home
last modified time | relevance | path

Searched refs:gain2 (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/magnetometer/
H A Dst_magn_core.c140 .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 Dst_magn_core.c180 .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 Dpreprocess_tm.h770 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 Dst_pressure_core.c75 * 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 Dst_pressure_core.c81 * 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 Dts2020.c340 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 Dts2020.c340 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 Dpreprocess.c204 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 Dzstd_lazy.c1584 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 DLzcompCompress.java154 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 Dcpia1.c291 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 Dcpia1.c291 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 Dcompress.c1958 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 Datrac3.c583 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 Dst_sensors.h103 unsigned int gain2; member
/kernel/linux/linux-6.6/include/linux/iio/common/
H A Dst_sensors.h113 unsigned int gain2; member
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H A Drkisp3-config.h490 u8 gain2; member
H A Drkisp2-config.h596 u8 gain2; member
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H A Drkisp3-config.h490 u8 gain2; member
H A Drkisp2-config.h609 u8 gain2; member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Disp_params_v21.c1862 value = arg->gain2; in isp_hdrmge_config()
H A Disp_params_v3x.c2040 value = arg->gain2; in isp_hdrmge_config()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v21.c2444 value = arg->gain2; in isp_hdrmge_config()
H A Disp_params_v3x.c2571 value = arg->gain2; in isp_hdrmge_config()

Completed in 60 milliseconds