Home
last modified time | relevance | path

Searched refs:out_x_offset (Results 1 – 6 of 6) sorted by relevance

/external/libxcam/modules/soft/
Dcv_capi_feature_match.cpp133 int &last_count, float &last_mean_offset, float &out_x_offset) in calc_of_match() argument
168out_x_offset = out_x_offset * _config.offset_factor + mean_offset * (1.0f - _config.offset_factor); in calc_of_match()
170 if (fabs (out_x_offset) > _config.max_adjusted_offset) in calc_of_match()
171out_x_offset = (out_x_offset > 0.0f) ? _config.max_adjusted_offset : (-_config.max_adjusted_offset… in calc_of_match()
Dcv_capi_feature_match.h68 int &last_count, float &last_mean_offset, float &out_x_offset);
/external/libxcam/modules/ocl/
Dcv_feature_match.cpp120 int &last_count, float &last_mean_offset, float &out_x_offset) in calc_of_match() argument
170out_x_offset = out_x_offset * _config.offset_factor + mean_offset * (1.0f - _config.offset_factor); in calc_of_match()
172 if (fabs (out_x_offset) > _config.max_adjusted_offset) in calc_of_match()
173out_x_offset = (out_x_offset > 0.0f) ? _config.max_adjusted_offset : (-_config.max_adjusted_offset… in calc_of_match()
Dcv_feature_match.h67 int &last_count, float &last_mean_offset, float &out_x_offset);
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.hpp438 void getOffsets(glw::GLint& out_x_offset, glw::GLint& out_y_offset, unsigned int index);
652 void getOffsets(glw::GLint& out_x_offset, glw::GLint& out_y_offset, unsigned int index);
DesextcGPUShader5TextureGatherOffset.cpp1543 void GPUShader5TextureGatherOffsetColor2DRepeatCaseTest::getOffsets(glw::GLint& out_x_offset, glw::… in getOffsets() argument
1546 out_x_offset = m_offsets_buffer_data[index * m_n_offsets_components + 0]; in getOffsets()
2426 void GPUShader5TextureGatherOffsetDepth2DRepeatCaseTest::getOffsets(glw::GLint& out_x_offset, glw::… in getOffsets() argument
2429 out_x_offset = m_offsets_buffer_data[index * m_n_offsets_components + 0]; in getOffsets()