Searched refs:step (Results 151 - 175 of 819) sorted by relevance

1234567891011>>

/external/chromium_org/cc/debug/
H A Ddebug_colors.cc168 static SkColor FadedGreen(int initial_value, int step) { argument
169 DCHECK_GE(step, 0);
170 DCHECK_LE(step, DebugColors::kFadeSteps);
171 int value = step * initial_value / DebugColors::kFadeSteps;
175 SkColor DebugColors::PaintRectBorderColor(int step) { argument
176 return FadedGreen(255, step);
179 SkColor DebugColors::PaintRectFillColor(int step) { argument
180 return FadedGreen(60, step);
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_network.css27 #connect .step-contents {
/external/chromium_org/chrome/browser/ui/translate/
H A Dtranslate_bubble_model_impl.h22 translate::TranslateStep step,
29 translate::TranslateStep step);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dbase.hpp144 step(F op, S state, Its its, Args... args) { function in struct:clover::__iter_helper
145 return __iter_helper<T, S, N - 1>::step(
154 step(F op, S state, Its its, Args... args) { function in struct:clover::__iter_helper
165 step(F op, __empty state, Its its, Args... args) { function in struct:clover::__iter_helper
190 __iter_helper<void, __empty, sizeof...(Its)>::step(
214 ::step(op, {}, std::tie(it0, its...)));
231 a = __iter_helper<T, T, sizeof...(Its)>::step(
248 if (__iter_helper<bool, __empty, sizeof...(Its)>::step(
/external/chromium_org/third_party/skia/samplecode/
H A DSampleSpiral.cpp45 SkScalar step = SK_ScalarPI / (55 - i); local
46 SkScalar angle = t * step;
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dbase.hpp144 step(F op, S state, Its its, Args... args) { function in struct:clover::__iter_helper
145 return __iter_helper<T, S, N - 1>::step(
154 step(F op, S state, Its its, Args... args) { function in struct:clover::__iter_helper
165 step(F op, __empty state, Its its, Args... args) { function in struct:clover::__iter_helper
190 __iter_helper<void, __empty, sizeof...(Its)>::step(
214 ::step(op, {}, std::tie(it0, its...)));
231 a = __iter_helper<T, T, sizeof...(Its)>::step(
248 if (__iter_helper<bool, __empty, sizeof...(Its)>::step(
/external/skia/samplecode/
H A DSampleSpiral.cpp45 SkScalar step = SK_ScalarPI / (55 - i); local
46 SkScalar angle = t * step;
/external/valgrind/main/gdbserver_tests/
H A Dmake_local_links80 # by default, we can run tests needed next/step/...
81 # But on ARM, we need at least 7.1 to run the 'next/step/...' tests.
85 check_version 7.1 gdbserver_tests/gdb.step "gdbserver next/step/... tests ARM"
87 check_version 7.0 gdbserver_tests/gdb.step "gdbserver next/step/... tests"
/external/opencv/cxcore/src/
H A Dcxmatrix.cpp57 int i, k, len, step; local
84 step = mat->step;
85 if( step == 0 )
86 step = CV_STUB_STEP;
87 IPPI_CALL( icvSetZero_8u_C1R( data, step, size ));
88 step += pix_size;
94 step /= sizeof(_data[0]);
95 len *= step;
97 for( i = 0; i < len; i += step )
149 int step = mat->step + sizeof(float); local
158 int step = mat->step + sizeof(double); local
560 int step = matrix->step/sizeof(data[0]); local
572 int step = matrix->step/sizeof(data[0]); local
796 int step = mat->step; local
814 int step = mat->step; local
1537 int step = dst->step ? dst->step/sizeof(src1data[0]) : 1; local
1560 int step = dst->step ? dst->step/sizeof(src1data[0]) : 1; local
[all...]
H A Dcxmean.cpp114 step /= sizeof(src[0])
242 ( const arrtype* src, int step, \
245 (src, step, mask, maskstep, size, mean)) \
249 for( ; size.height--; src += step, mask += maskstep ) \
273 ( const arrtype* src, int step, \
276 (src, step, mask, maskstep, size, mean)) \
280 for( ; size.height--; src += step, mask += maskstep ) \
294 icvMean_##flavor##_CnCMR( const arrtype* src, int step, \
302 for( ; size.height--; src += step, mask += maskstep ) \
326 icvMean_##flavor##_CnCMR( const arrtype* src, int step, \
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dconvtest.cpp761 int32_t step,
772 if(step>=0) {
773 // call ucnv_toUnicode() with in/out buffers no larger than (step) at a time
775 // step==0 performs bulk conversion and generates offsets
778 if(step==0) {
819 targetLimit=(resultLimit-target)>=step ? target+step : resultLimit;
837 sourceLimit=(bytesLimit-source)>=step ? source+step : bytesLimit;
841 } else /* step<
758 stepToUnicode(ConversionCase &cc, UConverter *cnv, UChar *result, int32_t resultCapacity, int32_t *resultOffsets, int32_t step, UErrorCode *pErrorCode) argument
975 int32_t step; member in struct:__anon12301
990 int32_t i, step; local
1159 stepFromUTF8(ConversionCase &cc, UConverter *utf8Cnv, UConverter *cnv, char *result, int32_t resultCapacity, int32_t step, UErrorCode *pErrorCode) argument
1265 stepFromUnicode(ConversionCase &cc, UConverter *cnv, char *result, int32_t resultCapacity, int32_t *resultOffsets, int32_t step, UErrorCode *pErrorCode) argument
1422 int32_t step; member in struct:__anon12302
1430 int32_t i, step; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp788 int32_t step,
799 if(step>=0) {
800 // call ucnv_toUnicode() with in/out buffers no larger than (step) at a time
802 // step==0 performs bulk conversion and generates offsets
805 if(step==0) {
846 targetLimit=(resultLimit-target)>=step ? target+step : resultLimit;
864 sourceLimit=(bytesLimit-source)>=step ? source+step : bytesLimit;
868 } else /* step<
785 stepToUnicode(ConversionCase &cc, UConverter *cnv, UChar *result, int32_t resultCapacity, int32_t *resultOffsets, int32_t step, UErrorCode *pErrorCode) argument
1002 int32_t step; member in struct:__anon22109
1017 int32_t i, step; local
1186 stepFromUTF8(ConversionCase &cc, UConverter *utf8Cnv, UConverter *cnv, char *result, int32_t resultCapacity, int32_t step, UErrorCode *pErrorCode) argument
1292 stepFromUnicode(ConversionCase &cc, UConverter *cnv, char *result, int32_t resultCapacity, int32_t *resultOffsets, int32_t step, UErrorCode *pErrorCode) argument
1449 int32_t step; member in struct:__anon22110
1457 int32_t i, step; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_subexp.c125 const int step = *bestp > oldp ? -1 : 1; local
127 for (newp = *bestp; newp != oldp; newp += step) {
144 int i, old_b, new_b, update_b, savings, bestsavings, step; local
156 step = (*bestp > oldp[PIVOT_NODE] ? -1 : 1);
158 for (newp = *bestp; newp != oldp[PIVOT_NODE]; newp += step) {
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/
H A DomxSP_FFTInit_R_F32.c60 OMX_INT step; local
111 /* step into the twiddle table for the current order */
112 step = 1 << diff;
128 j = i*step;
166 step = 1 << diff;
179 j = i*step;
H A DomxSP_FFTInit_R_S16S32.c69 OMX_INT Nby2,N,M,diff, step; local
129 step = 1<<diff; /* step into the twiddle table for the current order */
148 j = i*step;
199 step = 1<<diff;
216 j = i*step;
H A DomxSP_FFTInit_R_S32.c68 OMX_INT Nby2,N,M,diff, step; local
127 step = 1<<diff; /* step into the twiddle table for the current order */
146 j = i*step;
197 step = 1<<diff;
214 j = i*step;
/external/opencv/cv/src/
H A Dcvmotempl.cpp141 mhi_step = mhi->step;
142 silh_step = silh->step;
227 dX_min_row.data.ptr = dX_min->data.ptr + y*dX_min->step;
228 dY_max_row.data.ptr = dY_max->data.ptr + y*dY_max->step;
229 orient_row.data.ptr = orient->data.ptr + y*orient->step;
230 mask_row.data.ptr = mask->data.ptr + y*mask->step;
257 dX_min_row.data.ptr = dX_min->data.ptr + y*dX_min->step;
258 dY_max_row.data.ptr = dY_max->data.ptr + y*dY_max->step;
259 mask_row.data.ptr = mask->data.ptr + y*mask->step;
260 orient_row.data.ptr = orient->data.ptr + y*orient->step;
[all...]
/external/opencv/cvaux/src/
H A Dcvdpstereo.cpp70 uchar step; //local-optimal step member in struct:_CvDPCell
181 CELL(0,x).step = CELL(dispH-1,x).step = ICV_DP_STEP_LEFT;
186 CELL(d,d-2).step = ICV_DP_STEP_UP;
189 CELL(1,0).step = ICV_DP_STEP_LEFT;
203 //check left step
206 //check up step
207 if( _cell[d+1].step != ICV_DP_STEP_DIAG && e0 )
211 if( _cell[d-1-dispH].step !
[all...]
H A Dcvsegment.cpp84 icvSegmFloodFill_Stage1( uchar* pImage, int step, argument
91 uchar* img = pImage + step * seed.y;
103 img = pImage + seed.y*step;
144 /*curstep = flag * step;*/
145 img = pImage + (YC + flag) * step;
170 img = pImage + YC * step;
206 icvSegmFloodFill_Stage2( uchar* pImage, int step, argument
211 uchar* img = pImage + step * rect.y + rect.x * 3;
216 for( y = 0; y < rect.height; y++, img += step, mask += maskStep )
335 icvGetComponent( uchar* img, int step, CvRec argument
[all...]
/external/aac/libSBRdec/src/
H A Dsbrdec_freq_sca.cpp432 /* Scaled bandfactor and step 1 bit right to avoid overflow
435 FIXP_DBL step = FL2FXCONST_DBL(0.125f); /* Initial increment for factor */ local
448 while ( step > FL2FXCONST_DBL(0.0f)) {
459 /* Halfen step. Right shift is not done as fract because otherwise the
461 step = (FIXP_DBL)((LONG)step >> 1);
463 bandfactor = bandfactor + step;
467 step = (FIXP_DBL)((LONG)step >> 1);
469 bandfactor = bandfactor - step;
654 int step; local
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_csp.c150 GammaToLinear((ptr)[step]) + \
152 GammaToLinear((ptr)[rgb_stride + step]), 0) \
155 LinearToGamma(GammaToLinear((ptr)[0]) + GammaToLinear((ptr)[step]), 1)
162 const int src = (2 * (step * (x) + (y) * rgb_stride)); \
175 int step, // bytes per pixel
182 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride);
201 const int offset = step * x + y * rgb_stride;
225 assert(step >= 4);
230 a_ptr[step * x + y * rgb_stride];
335 int step, in
171 ImportYUVAFromRGBA(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, const uint8_t* const a_ptr, int step, int rgb_stride, float dithering, WebPPicture* const picture) argument
333 Import(WebPPicture* const picture, const uint8_t* const rgb, int rgb_stride, int step, int swap_rb, int import_alpha) argument
[all...]
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DomxSP_FFTFwd_RToCCS_S32_Sfs_s.S99 #define step r3 define
415 MOV step,subFFTSize,LSL #3 @// step = N/2 * 8 bytes
417 SUB twStep,step,subFFTSize,LSL #1 @// twStep = 3N/8 * 8 bytes pointing to W^1
424 VST1 dY0r,[argDst],step
430 SUB argDst,argDst,step
434 SUB step,step,#24
449 VLD2 {dX0r,dX0i},[pSrc],step
458 SUB pSrc,pSrc,step
[all...]
/external/chromium_org/ui/android/java/src/org/chromium/ui/picker/
H A DInputDialogContainer.java79 double min, double max, double step) {
109 0, 0, 0, 0, 0, min, max, step);
114 0, 0, 0, min, max, step);
125 0, min, max, step);
128 0, 0, 0, 0, 0, min, max, step);
132 showPickerDialog(dialogType, year, 0, 0, 0, 0, 0, 0, week, min, max, step);
138 final double min, final double max, final double step,
149 showPickerDialog(dialogType, dialogValue, min, max, step);
197 double min, double max, double step,
203 showPickerDialog(type, value, min, max, step);
78 showPickerDialog(final int dialogType, double dialogValue, double min, double max, double step) argument
136 showSuggestionDialog(final int dialogType, final double dialogValue, final double min, final double max, final double step, DateTimeSuggestion[] suggestions) argument
196 showDialog(final int type, final double value, double min, double max, double step, DateTimeSuggestion[] suggestions) argument
209 showPickerDialog(final int dialogType, int year, int month, int monthDay, int hourOfDay, int minute, int second, int millis, int week, double min, double max, double step) argument
[all...]
/external/webp/src/enc/
H A Dpicture_csp.c150 GammaToLinear((ptr)[step]) + \
152 GammaToLinear((ptr)[rgb_stride + step]), 0) \
155 LinearToGamma(GammaToLinear((ptr)[0]) + GammaToLinear((ptr)[step]), 1)
162 const int src = (2 * (step * (x) + (y) * rgb_stride)); \
175 int step, // bytes per pixel
182 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride);
201 const int offset = step * x + y * rgb_stride;
225 assert(step >= 4);
230 a_ptr[step * x + y * rgb_stride];
335 int step, in
171 ImportYUVAFromRGBA(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, const uint8_t* const a_ptr, int step, int rgb_stride, float dithering, WebPPicture* const picture) argument
333 Import(WebPPicture* const picture, const uint8_t* const rgb, int rgb_stride, int step, int swap_rb, int import_alpha) argument
[all...]
/external/opencv/ml/src/
H A Dmlestimate.cpp97 // Result is 0 if function can't make next step (error input or folds are finished),
164 int step;
207 step = trainClasses->rows == 1 ? 1 : trainClasses->step / sizeof(float);
211 te1 = responses_fl[*data * step];
226 step = trainClasses->rows == 1 ? 1 : trainClasses->step / sizeof(int);
230 te1 = responses_i[*data * step];
255 step = trainClasses->rows == 1 ? 1 : trainClasses->step / sizeo
[all...]

Completed in 1015 milliseconds

1234567891011>>