Home
last modified time | relevance | path

Searched refs:center_y (Results 1 – 20 of 20) sorted by relevance

/external/libxcam/cl_kernel/
Dkernel_fisheye.cl16 float center_y;
39 return ret + (float2)(info->center_x, info->center_y);
50 float2 min_pos = (float2)(info.center_x - info.radius, info.center_y - info.radius);
51 float2 max_pos = (float2)(info.center_x + info.radius, info.center_y + info.radius);
66 float2 dist = geo_data - (float2)(info.center_x, info.center_y);
Dkernel_bi_filter.cl18 calc_sum (cur_y, cur_dark, center_y, &weight_sum, &data_sum);
20 __inline void calc_sum (float8 cur_y, float8 cur_dark, float8 center_y, float8 *weight_sum, float8 …
22 float8 delta = (cur_y - center_y) / 28.0f;
45 …float8 center_y = convert_float8(as_uchar8(convert_ushort4(read_imageui(input_y, sampler, (int2)(p…
Dkernel_newtonemapping.cl62 int center_y = mad24(row_per_block, i, row_per_block / 2);
65 float4 dy = (float4)((g_id_y - center_y) * (g_id_y - center_y));
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage-inl.h486 const int center_x, const int center_y) const { in ScharrPixelX() argument
489 const int min_y = Clip(center_y - 1, ZERO, original.height_less_one_); in ScharrPixelX()
490 const int max_y = Clip(center_y + 1, ZERO, original.height_less_one_); in ScharrPixelX()
497 + 10 * (original[center_y][max_x] in ScharrPixelX()
498 - original[center_y][min_x])) / 32; in ScharrPixelX()
504 const int center_x, const int center_y) const { in ScharrPixelY() argument
507 const int min_y = Clip(center_y - 1, 0, original.height_less_one_); in ScharrPixelY()
508 const int max_y = Clip(center_y + 1, 0, original.height_less_one_); in ScharrPixelY()
602 const int center_x, const int center_y, in ConvolvePixel3x3() argument
606 const int y = Clip(center_y - 1 + filter_y, 0, original.GetHeight()); in ConvolvePixel3x3()
Dimage.h242 const int center_x, const int center_y) const;
250 const int center_x, const int center_y) const;
277 const int center_x, const int center_y,
Dimage_utils.h137 const float center_y, const Image<int32_t>& I_x, in CalculateG() argument
139 SCHECK(I_x.ValidPixel(center_x, center_y), "Problem in calculateG!"); in CalculateG()
155 const int src_top_fixed = RealToFixed1616(center_y - window_radius); in CalculateG()
Dflow_cache.h222 const float center_y = (index_y + 0.5f) * pixels_per_cache_block_y; in LookupGuessFromLevel() local
233 pyramid_level, center_x, center_y, false, in LookupGuessFromLevel()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-02-22-ReMatBug.ll6 define %struct.quad_struct* @MakeTree(i32 %size, i32 %center_x, i32 %center_y, i32 %lo_proc, i32 %…
39 %tmp85 = sub i32 %center_y, %tmp15.reg2mem.0 ; <i32> [#uses=2]
45 %tmp122 = add i32 %tmp15.reg2mem.0, %center_y ; <i32> [#uses=2]
/external/libxcam/xcore/interface/
Ddata_types.h53 float center_y; member
59 : center_x (0.0f), center_y (0.0f), wide_angle (0.0f) in FisheyeInfo()
/external/libxcam/modules/ocl/
Dcl_image_360_stitch.cpp183 stitch_info.fisheye_info[0].center_y = 480.0f; in get_default_stitch_info()
188 stitch_info.fisheye_info[1].center_y = 480.0f; in get_default_stitch_info()
218 stitch_info.fisheye_info[0].center_y = 400.0f; in get_default_stitch_info()
223 stitch_info.fisheye_info[1].center_y = 400.0f; in get_default_stitch_info()
228 stitch_info.fisheye_info[2].center_y = 400.0f; in get_default_stitch_info()
233 stitch_info.fisheye_info[3].center_y = 400.0f; in get_default_stitch_info()
253 stitch_info.fisheye_info[0].center_y = 1024.0f; in get_default_stitch_info()
259 stitch_info.fisheye_info[1].center_y = 1016.0f; in get_default_stitch_info()
Dcl_utils.cpp261 int center_y = height / 2; in generate_topview_map_table() local
272 world.y = (center_y - row) * length_per_pixel; in generate_topview_map_table()
306 float center_y = tan (fov_up) / (tan (fov_up) + tan (fov_down)) * height; in generate_rectifiedview_map_table() local
322 plane_point_coords[2] = (center_y - row) * length_per_pixel_y + plane_center_coords[2]; in generate_rectifiedview_map_table()
/external/blktrace/iowatcher/
Dplot.c913 double center_y; in svg_io_graph_movie_array_spindle() local
927 center_y = axis_y_off_double(graph_height_extra / 2); in svg_io_graph_movie_array_spindle()
933 spindle_steps * 1.2, center_x, center_y, center_x, center_y, graph_width_extra / 2); in svg_io_graph_movie_array_spindle()
937 axis_x_off_double(graph_width_extra), center_y, 4.5); in svg_io_graph_movie_array_spindle()
958 -rot, center_x, center_y, in svg_io_graph_movie_array_spindle()
959 axis_x_off_double(graph_width_extra / 2 + radius) + 8, center_y, in svg_io_graph_movie_array_spindle()
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLimits.cpp2860 const unsigned int center_y = (y1 + y2 + y3) / 3; in verifyResultOfMultipleInvocationsPass() local
2862 …bool is_pixel_valid = comparePixel(result_image, center_x, center_y, m_texture_width, m_texture_he… in verifyResultOfMultipleInvocationsPass()
2869 << center_x << ";" << center_y << "]! " in verifyResultOfMultipleInvocationsPass()
2919 const unsigned int center_y = (y1 + y2 + y3) / 3; in verifyResultOfSingleInvocationPass() local
2921 …bool is_pixel_valid = comparePixel(result_image, center_x, center_y, m_texture_width, m_texture_he… in verifyResultOfSingleInvocationPass()
2926 … m_testCtx.getLog() << tcu::TestLog::Message << "Invalid pixel at [" << center_x << ";" << center_y in verifyResultOfSingleInvocationPass()
2966 const unsigned int center_y = (y1 + y2 + y3) / 3; in verifyResultOfSingleInvocationPass() local
2968 …bool is_pixel_valid = comparePixel(result_image, center_x, center_y, m_texture_width, m_texture_he… in verifyResultOfSingleInvocationPass()
2973 … m_testCtx.getLog() << tcu::TestLog::Message << "Invalid pixel at [" << center_x << ";" << center_y in verifyResultOfSingleInvocationPass()
/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp184 float center_y = (top + bottom) / 2; in ScaleFromCenterPoint() local
187 bottom = center_y - fHalfHeight * fScale; in ScaleFromCenterPoint()
189 top = center_y + fHalfHeight * fScale; in ScaleFromCenterPoint()
/external/libhevc/encoder/
Dhme_defs.h525 as_nodes, num_nodes, new_node, au4_map, center_x, center_y, use_hashing) \ argument
531 delta_y = (new_node).ps_mv->i2_mvy - (center_y); \
653 as_nodes, num_nodes, new_node, implicit_layer, au4_map, center_x, center_y, use_hashing) \ argument
659 delta_y = (new_node).s_mv.i2_mvy - center_y; \
Dhme_refine.c7571 S32 center_y; in hme_refine() local
7648 center_y = ps_coloc_node->ps_mv->i2_mvy; in hme_refine()
7670 center_y, in hme_refine()
7769 center_y, in hme_refine()
10067 S32 center_y; in hme_refine_no_encode() local
10074 center_y = ps_candt_prj_coloc[0]->s_mv.i2_mvy; in hme_refine_no_encode()
10104 center_y, in hme_refine_no_encode()
10250 center_y, in hme_refine_no_encode()
10264 center_y, in hme_refine_no_encode()
10277 center_y, in hme_refine_no_encode()
[all …]
/external/tensorflow/tensorflow/contrib/receptive_field/
DREADME.md95 center_y = -eff_pad_y + feature_y*eff_stride_y + (rf_y - 1)/2
/external/libxcam/tests/
Dtest-cl-image.cpp480 fisheye_info.center_y = 480.0f; in main()
Dtest-image-stitching.cpp584 …circle (mat, cv::Point(stitch_info.fisheye_info[i].center_x, stitch_info.fisheye_info[i].center_y), in dbg_write_image()
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h2809 float center_y = (float) y - blurCenter.y;
2810 float radius = hypot(center_x, center_y);
2829 int cx = ClampToCanvas(blurCenter.x+center_x*cos_theta[i]-center_y*sin_theta[i]+0.5f,columns);
2830 int cy = ClampToCanvas(blurCenter.y+center_x*sin_theta[i]+center_y*cos_theta[i]+0.5f,rows);