Searched refs:out_x_offset (Results 1 – 6 of 6) sorted by relevance
/external/libxcam/modules/soft/ |
D | cv_capi_feature_match.cpp | 133 int &last_count, float &last_mean_offset, float &out_x_offset) in calc_of_match() argument 168 …out_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() 171 …out_x_offset = (out_x_offset > 0.0f) ? _config.max_adjusted_offset : (-_config.max_adjusted_offset… in calc_of_match()
|
D | cv_capi_feature_match.h | 68 int &last_count, float &last_mean_offset, float &out_x_offset);
|
/external/libxcam/modules/ocl/ |
D | cv_feature_match.cpp | 120 int &last_count, float &last_mean_offset, float &out_x_offset) in calc_of_match() argument 170 …out_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() 173 …out_x_offset = (out_x_offset > 0.0f) ? _config.max_adjusted_offset : (-_config.max_adjusted_offset… in calc_of_match()
|
D | cv_feature_match.h | 67 int &last_count, float &last_mean_offset, float &out_x_offset);
|
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5TextureGatherOffset.hpp | 438 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);
|
D | esextcGPUShader5TextureGatherOffset.cpp | 1543 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()
|