Searched refs:x_range (Results 1 - 9 of 9) sorted by relevance

/external/opencv/cv/include/
H A Dcv.hpp124 virtual void start_process( CvSlice x_range, int width );
271 virtual void start_process( CvSlice x_range, int width );
356 void start_process( CvSlice x_range, int width );
/external/blktrace/btt/
H A Dbtt_plot.py130 x_range = (xs[-1] - xs[0]) / 100
132 if (xs[idx] - _xs[0]) > x_range:
/external/opencv/cv/src/
H A Dcvfilter.cpp199 void CvBaseImageFilter::start_process( CvSlice x_range, int width ) argument
203 int bsz = buf_size, bw = x_range.end_index - x_range.start_index, bw1 = bw + ksize.width - 1;
207 if( x_range.start_index == prev_x_range.start_index &&
208 x_range.end_index == prev_x_range.end_index &&
212 prev_x_range = x_range;
246 if( x_range.end_index - x_range.start_index <= 1 )
250 ofs = (anchor.x-x_range.start_index)*pix_sz;
259 idx = (x_range
[all...]
H A Dcvmorph.cpp302 void CvMorphology::start_process( CvSlice x_range, int width ) argument
304 CvBaseImageFilter::start_process( x_range, width );
H A Dcvsmooth.cpp173 void CvBoxFilter::start_process( CvSlice x_range, int width ) argument
175 CvBaseImageFilter::start_process( x_range, width );
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5TextureGatherOffset.cpp1071 float x_range; local
1077 x_range = m_max_coordinate_value - m_min_coordinate_value;
1083 x_range *= coordinate_denominator;
1086 x_modulus = (int)x_range;
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c1351 float x_range, y_range; local
1370 x_range = (float)info->src.box.width / (float)info->dst.box.width;
1376 x0 = (float)info->src.box.x - x_range * (float)info->dst.box.x;
1379 x1 = x0 + tri_x * x_range;
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c1211 float x_range, y_range; local
1229 x_range = (float)info->src.box.width / (float)info->dst.box.width;
1232 x0 = (float)info->src.box.x - x_range * (float)info->dst.box.x;
1235 x1 = x0 + 32768.0f * x_range;
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp1326 const glw::GLfloat x_range = (glw::GLfloat)width; local
1329 const glw::GLfloat x_step = 2.0f / x_range;
1435 const glw::GLfloat x_range = (glw::GLfloat)width; local
1438 const glw::GLfloat x_step = 2.0f / x_range;

Completed in 303 milliseconds