Searched refs:g_offset (Results 1 - 8 of 8) sorted by relevance
/third_party/backends/backend/ |
H A D | gt68xx_high.c | 723 afe->r_pga, afe->g_offset, afe->g_pga, afe->b_offset, afe->b_pga); in gt68xx_scanner_calibrate() 1426 &afe->g_offset, &afe->g_pga, in gt68xx_afe_ccd_auto() 1427 &old_afe.g_offset, in gt68xx_afe_ccd_auto() 1460 &afe->g_offset, in gt68xx_afe_ccd_auto() 1462 &old_afe.g_offset, in gt68xx_afe_ccd_auto() 1581 offset = &afe->g_offset; in gt68xx_afe_cis_adjust_gain_offset() 1582 old_offset = &old_afe->g_offset; in gt68xx_afe_cis_adjust_gain_offset() 1883 old_afe.r_offset = old_afe.g_offset = old_afe.b_offset = 255; in gt68xx_afe_cis_auto()
|
H A D | artec_eplus48u.h | 121 SANE_Byte g_offset; /**< Green channel offset (also used for mono) */ member
|
H A D | artec_eplus48u.c | 808 dev->afe_params.g_offset = afe_params.g_offset; in attach() 1422 req[4] = params->g_offset; in artec48u_generic_set_afe() 3130 s->dev->afe_params.g_offset -= 1; in calibrate_scanner() 3136 s->dev->afe_params.g_offset += 1; in calibrate_scanner() 3271 s->dev->afe_params.r_offset, s->dev->afe_params.g_offset, in calibrate_scanner() 3280 XDBG ((1, "option greenOffset 0x%x\n", s->dev->afe_params.g_offset)); in calibrate_scanner() 3287 s->dev->artec_48u_afe_params.g_offset = s->dev->afe_params.g_offset; in calibrate_scanner() 4494 decodeVal (str, "greenOffset", _BYTE, &afe_params.g_offset, in sane_init() [all...] |
H A D | gt68xx_low.h | 179 SANE_Byte g_offset; /**< Green channel offset (also used for mono) */ member
|
H A D | gt68xx_generic.c | 137 req[4] = gt68xx_generic_fix_offset (params->g_offset); in gt68xx_generic_set_afe()
|
H A D | epjitsu.c | 4167 int g_offset=0, b_offset=0; in descramble_raw() local 4194 g_offset = 3; in descramble_raw() 4202 g += tp->raw_data[j*tp->line_stride + tp->plane_stride + k*3 + i + g_offset]; in descramble_raw()
|
H A D | gt68xx.c | 262 afe->g_offset = (SANE_Byte) long_value; in get_afe_values()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | Float16ToFloat32.cpp | 284 const static unsigned g_offset[64] = { member 297 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; in float16ToFloat32()
|
Completed in 21 milliseconds