/external/libxcam/cl_kernel/ |
D | kernel_retinex.cl | 73 float4 y_in, y_ga[RETINEX_SCALE_SIZE]; 77 y_in = read_imagef(input_y, sampler_orig, (int2)(x, y)) * 255.0f; 78 y_in_lg.x = log_table[convert_int(y_in.x)]; 79 y_in_lg.y = log_table[convert_int(y_in.y)]; 80 y_in_lg.z = log_table[convert_int(y_in.z)]; 81 y_in_lg.w = log_table[convert_int(y_in.w)]; 124 //y_out = re_config.gain * (y_in + 20.0f) / 128.0f * (y_lg - re_config.log_min); 132 y_in = y_in / 255.0f; 133 avg_y_in = (float2)((y_in.x + y_in.y) * 0.5f, (y_in.z + y_in.w) * 0.5f);
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | batch_matmul_op_test.py | 80 def _compare(self, x_in, y_in, adjoint_a, adjoint_b, static_shape=True): argument 82 y_t_shape = y_in.shape[:-2] + (y_in.shape[-1], y_in.shape[-2]) 84 y = y_in if not adjoint_b else y_in.reshape(y_t_shape) 152 def _checkGrad(self, x_in, y_in, adjoint_a, adjoint_b): argument 154 y_t_shape = y_in.shape[:-2] + (y_in.shape[-1], y_in.shape[-2]) 156 y = y_in if not adjoint_b else y_in.reshape(y_t_shape)
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 420 nir_ssa_def *y_in = nir_channel(b, pos, 1); in blorp_nir_encode_msaa() local 441 y_out = y_in; in blorp_nir_encode_msaa() 443 y_out = nir_mask_shift_or(b, y_out, y_in, 0xfffffffe, 1); in blorp_nir_encode_msaa() 445 y_out = nir_mask_shift_or(b, y_out, y_in, 0x1, 0); in blorp_nir_encode_msaa() 459 y_out = nir_mask_shift_or(b, y_out, y_in, 0xfffffffe, 1); in blorp_nir_encode_msaa() 461 y_out = nir_mask_shift_or(b, y_out, y_in, 0x1, 0); in blorp_nir_encode_msaa() 475 y_out = nir_mask_shift_or(b, y_out, y_in, 0xfffffffe, 2); in blorp_nir_encode_msaa() 478 y_out = nir_mask_shift_or(b, y_out, y_in, 0x1, 0); in blorp_nir_encode_msaa() 521 nir_ssa_def *y_in = nir_channel(b, pos, 1); in blorp_nir_decode_msaa() local 541 y_out = y_in; in blorp_nir_decode_msaa() [all …]
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | p224-64.c | 610 const p224_felem y_in, const p224_felem z_in) { in p224_point_double() argument 622 p224_felem_square(tmp, y_in); in p224_point_double() 653 p224_felem_assign(ftmp, y_in); in p224_point_double() 989 p224_felem y_in, y_out; in ec_GFp_nistp224_point_get_affine_coordinates() local 990 p224_generic_to_felem(y_in, &point->Y); in ec_GFp_nistp224_point_get_affine_coordinates() 993 p224_felem_mul(tmp, y_in, z1); in ec_GFp_nistp224_point_get_affine_coordinates()
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | flow_cache.h | 145 const float y_in = valid_box.top_ + in GetMedianFlow() local 150 const bool success = FindNewPositionOfPoint(x_in, y_in, in GetMedianFlow()
|
/external/boringssl/src/third_party/fiat/ |
D | p256.c | 209 const fe x_in, const fe y_in, const fe z_in) { in point_double() argument 214 fe_sqr(gamma, y_in); in point_double() 235 fe_add(ftmp, y_in, z_in); in point_double()
|
/external/webp/src/enc/ |
D | quant_enc.c | 58 const uint8_t* const y_in = it->yuv_in_ + Y_OFF_ENC; in PrintBlockInfo() local 64 for (i = 0; i < 16; ++i) printf("%3d ", y_in[i + j * BPS]); in PrintBlockInfo() 69 printf("%1d ", abs(y_in[i + j * BPS] - y_out[i + j * BPS])); in PrintBlockInfo()
|
/external/libpng/ |
D | png.h | 2506 #define PNG_ROW_FROM_PASS_ROW(y_in, pass) \ argument 2507 (((y_in)<<PNG_PASS_ROW_SHIFT(pass))+PNG_PASS_START_ROW(pass))
|
/external/pdfium/third_party/libpng16/ |
D | png.h | 2498 #define PNG_ROW_FROM_PASS_ROW(y_in, pass) \ argument 2499 (((y_in)<<PNG_PASS_ROW_SHIFT(pass))+PNG_PASS_START_ROW(pass))
|