/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | image-inl.h | 486 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()
|
D | image.h | 242 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,
|
D | image_utils.h | 136 const float center_y, const Image<int32_t>& I_x, in CalculateG() argument 138 SCHECK(I_x.ValidPixel(center_x, center_y), "Problem in calculateG!"); in CalculateG() 154 const int src_top_fixed = RealToFixed1616(center_y - window_radius); in CalculateG()
|
D | flow_cache.h | 221 const float center_y = (index_y + 0.5f) * pixels_per_cache_block_y; in LookupGuessFromLevel() local 232 pyramid_level, center_x, center_y, false, in LookupGuessFromLevel()
|
/external/angle/src/tests/gl_tests/ |
D | MultiDrawTest.cpp | 332 uint32_t center_y = y * kTilePixelSize[1] + kTilePixelSize[1] / 2; in CheckDrawResult() local 342 center_y / 2 - kPixelCheckSize[1] / 4, in CheckDrawResult() 345 center_y / 2 - kPixelCheckSize[1] / 4, in CheckDrawResult() 348 center_y / 2 - kPixelCheckSize[1] / 4 + kHeight / 2, in CheckDrawResult() 351 center_y / 2 - kPixelCheckSize[1] / 4 + kHeight / 2, in CheckDrawResult() 357 center_y - kPixelCheckSize[1] / 2, kPixelCheckSize[0], in CheckDrawResult()
|
D | DrawBaseVertexVariantsTest.cpp | 321 uint32_t center_y = y * kTilePixelSize[1] + kTilePixelSize[1] / 2; in checkDrawResult() local 327 center_y - kPixelCheckSize[1] / 2, color[0], color[1], color[2], in checkDrawResult()
|
D | DrawBaseVertexBaseInstanceTest.cpp | 407 uint32_t center_y = y * kTilePixelSize[1] + kTilePixelSize[1] / 2; in checkDrawResult() local 410 center_y - kPixelCheckSize[1] / 2, in checkDrawResult()
|
/external/blktrace/iowatcher/ |
D | plot.c | 913 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/ |
D | esextcGeometryShaderLimits.cpp | 2860 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/ |
D | fx_coordinates.cpp | 254 float center_y = (top + bottom) / 2; in ScaleFromCenterPoint() local 257 bottom = center_y - fHalfHeight * fScale; in ScaleFromCenterPoint() 259 top = center_y + fHalfHeight * fScale; in ScaleFromCenterPoint()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_viewport.c | 417 unsigned center_y = (scissor->maxy + scissor->miny) / 2; in si_set_viewport_states() local 418 unsigned max_center = MAX2(center_x, center_y); in si_set_viewport_states()
|
/external/skia/include/core/ |
D | SkPathBuilder.h | 197 SkPathBuilder& addCircle(SkScalar center_x, SkScalar center_y, SkScalar radius,
|
D | SkPath.h | 74 static SkPath Circle(SkScalar center_x, SkScalar center_y, SkScalar radius,
|
/external/libhevc/encoder/ |
D | hme_defs.h | 525 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; \
|
D | hme_refine.c | 7571 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/ImageMagick/MagickCore/ |
D | accelerate-kernels-private.h | 2802 float center_y = (float) y - blurCenter.y; 2803 float radius = hypot(center_x, center_y); 2822 int cx = ClampToCanvas(blurCenter.x+center_x*cos_theta[i]-center_y*sin_theta[i]+0.5f,columns); 2823 int cy = ClampToCanvas(blurCenter.y+center_x*sin_theta[i]+center_y*cos_theta[i]+0.5f,rows);
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 732 -SkFixedToScalar(colrv1_paint.u.rotate.center_y))); in colrv1_transform() 749 SkFixedToScalar(-SkFixedToFloat(colrv1_paint.u.skew.center_y))); in colrv1_transform()
|
/external/tflite-support/tensorflow_lite_support/metadata/ |
D | metadata_schema.fbs | 229 // height. The default order is {center_x, center_y, width, height}. Other
|