Searched refs:width_n (Results 1 – 5 of 5) sorted by relevance
127 int width_n = _src.cols*cn, height = _src.rows; in test_threshold() local158 for( j = 0; j < width_n; j++ ) in test_threshold()165 for( j = 0; j < width_n; j++ ) in test_threshold()172 for( j = 0; j < width_n; j++ ) in test_threshold()184 for( j = 0; j < width_n; j++ ) in test_threshold()191 for( j = 0; j < width_n; j++ ) in test_threshold()198 for( j = 0; j < width_n; j++ ) in test_threshold()210 for( j = 0; j < width_n; j++ ) in test_threshold()220 for( j = 0; j < width_n; j++ ) in test_threshold()230 for( j = 0; j < width_n; j++ ) in test_threshold()[all …]
152 int width_n = templ->cols*cn, height = templ->rows; in cvTsMatchTemplate() local207 for( l = 0; l < width_n; l++ ) in cvTsMatchTemplate()217 for( l = 0; l < width_n; l += 3 ) in cvTsMatchTemplate()239 for( l = 0; l < width_n; l++ ) in cvTsMatchTemplate()249 for( l = 0; l < width_n; l += 3 ) in cvTsMatchTemplate()
394 int width_n = src.cols*elem_size; in convert_backward() local398 memcpy( dst2.ptr(i), src.ptr(i), width_n ); in convert_backward()403 for( j = 0; j < width_n; j += elem_size ) in convert_backward()
326 int width_n = (prev_x_range.end_index - prev_x_range.start_index)*pix_size; in fill_cyclic_buffer() local336 for( i = 0; i < width_n; i += sizeof(int) ) in fill_cyclic_buffer()352 trow[i + width_n] = trow[j]; in fill_cyclic_buffer()362 trow[i + width_n] = bt[i]; in fill_cyclic_buffer()
345 int width = prev_x_range.end_index - prev_x_range.start_index, width_n = width*pix_size; in fill_cyclic_buffer() local359 trow[i] = bptr[i + width_n]; in fill_cyclic_buffer()361 else if( !(((size_t)(bptr + bsz1)|(size_t)src|width_n) & (sizeof(int)-1)) ) in fill_cyclic_buffer()362 for( i = 0; i < width_n; i += sizeof(int) ) in fill_cyclic_buffer()365 for( i = 0; i < width_n; i++ ) in fill_cyclic_buffer()378 bptr[i + width_n] = bptr[j]; in fill_cyclic_buffer()388 bptr[i + width_n] = bt[i]; in fill_cyclic_buffer()399 bptr[i + width_n] = trow[i]; in fill_cyclic_buffer()