Home
last modified time | relevance | path

Searched defs:center_y (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage-inl.h486 const int center_x, const int center_y) const { in ScharrPixelX()
504 const int center_x, const int center_y) const { in ScharrPixelY()
602 const int center_x, const int center_y, in ConvolvePixel3x3()
Dflow_cache.h222 const float center_y = (index_y + 0.5f) * pixels_per_cache_block_y; in LookupGuessFromLevel() local
Dimage_utils.h137 const float center_y, const Image<int32_t>& I_x, in CalculateG()
/external/libxcam/modules/ocl/
Dcl_utils.cpp261 int center_y = height / 2; in generate_topview_map_table() local
306 float center_y = tan (fov_up) / (tan (fov_up) + tan (fov_down)) * height; in generate_rectifiedview_map_table() local
/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_state_viewport.c73 int center_y = (int) mat->translate[1]; in viewport_matrix_get_gen6_guardband() local
/external/libxcam/xcore/interface/
Ddata_types.h53 float center_y; member
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLimits.cpp2862 const unsigned int center_y = (y1 + y2 + y3) / 3; in verifyResultOfMultipleInvocationsPass() local
2921 const unsigned int center_y = (y1 + y2 + y3) / 3; in verifyResultOfSingleInvocationPass() local
2968 const unsigned int center_y = (y1 + y2 + y3) / 3; in verifyResultOfSingleInvocationPass() local
/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp184 float center_y = (top + bottom) / 2; in ScaleFromCenterPoint() local