Searched defs:step (Results 251 - 275 of 440) sorted by relevance

<<1112131415161718

/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/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h185 RangeGenerator(T begin, T end, IncrementT step) argument
187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
201 IncrementT step)
202 : base_(base), value_(value), index_(index), step_(step) {}
244 const IncrementT& step) {
246 for (T i = begin; i < end; i = i + step)
200 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, IncrementT step) argument
242 CalculateEndIndex(const T& begin, const T& end, const IncrementT& step) argument
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp289 int step = TiXmlBase::utf8ByteTable[*((const unsigned char*)p)]; local
290 if ( step == 0 )
291 step = 1; // Error case from bad encoding, but handle gracefully.
292 p += step;
/external/chromium_org/third_party/skia/gm/
H A Dmultipicturedraw.cpp304 ComposeStep& step = composeSteps->push_back(); local
306 step.fSurf = create_compat_surface(finalCanvas, kPicWidth, kPicHeight);
308 SkCanvas* subCanvas = step.fSurf->getCanvas();
333 ComposeStep& step = composeSteps->push_back(); local
335 step.fX = SkIntToScalar(x*kTileWidth);
336 step.fY = SkIntToScalar(y*kTileHeight);
337 step.fPaint = SkNEW(SkPaint);
338 step.fPaint->setColorFilter(
341 step.fSurf = create_compat_surface(finalCanvas, kTileWidth, kTileHeight);
343 SkCanvas* subCanvas = step
426 const ComposeStep& step = composeSteps[i]; variable
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_device/test/
H A Dfunc_test_manager.cc475 uint32_t step = (maxVolume - minVolume) / 10; local
476 step = (step < stepSize ? stepSize : step);
477 volume += step;
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp161 deUint32 step = 0x00ffffff / numLevels; local
162 deUint32 rgb = step*levelNdx;
433 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); local
434 deUint32 rgb = step*levelNdx*face;
/external/deqp/modules/gles2/functional/
H A Des2fTextureFilteringTests.cpp192 deUint32 step = 0x00ffffff / numLevels; local
193 deUint32 rgb = step*levelNdx;
466 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); local
467 deUint32 rgb = step*levelNdx*face;
/external/deqp/modules/gles2/scripts/
H A Dgenutil.py165 def step(a, b): return (b.expandVec(a)).applyBinary(lambda edge, x: [1.0, 0.0][x < edge], a.expandVec(b)) member in class:GenMath
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp152 deUint32 step = 0x00ffffff / numLevels; local
153 deUint32 rgb = step*levelNdx;
420 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); local
421 deUint32 rgb = step*levelNdx*face;
/external/deqp/modules/gles3/scripts/
H A Dgenutil.py175 def step(a, b): return (b.expandVec(a)).applyBinary(lambda edge, x: [1.0, 0.0][x < edge], a.expandVec(b)) member in class:GenMath
/external/deqp/modules/gles31/functional/
H A Des31fTextureFilteringTests.cpp249 const deUint32 step = 0x00ffffff / (numLevels*m_depth - 1); local
250 const deUint32 rgb = step * (levelNdx + layerFaceNdx*numLevels);
/external/deqp/modules/gles31/scripts/
H A Dgenutil.py175 def step(a, b): return (b.expandVec(a)).applyBinary(lambda edge, x: [1.0, 0.0][x < edge], a.expandVec(b)) member in class:GenMath
/external/eigen/Eigen/src/Eigenvalues/
H A DRealQZ.h211 void step(Index f, Index l, Index iter);
398 /** \internal QR-like iterative step for block f..l */
400 inline void RealQZ<MatrixType>::step(Index f, Index l, Index iter) function in class:Eigen::RealQZ
611 step(f,l, local_iter);
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h185 RangeGenerator(T begin, T end, IncrementT step) argument
187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
201 IncrementT step)
202 : base_(base), value_(value), index_(index), step_(step) {}
244 const IncrementT& step) {
246 for (T i = begin; i < end; i = i + step)
200 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, IncrementT step) argument
242 CalculateEndIndex(const T& begin, const T& end, const IncrementT& step) argument
/external/icu/icu4c/source/common/
H A Dutrie.cpp561 int32_t otherBlock, int32_t step) {
567 for(block=0; block<=dataLength; block+=step) {
560 _findSameDataBlock(const uint32_t *data, int32_t dataLength, int32_t otherBlock, int32_t step) argument
/external/icu/icu4c/source/test/cintltst/
H A Ducnvseltst.c77 getEncodings(int32_t start, int32_t step, int32_t count, int32_t *pCount) { argument
90 if (step == 0 && count > 0) {
91 step = 1;
96 start += step;
/external/icu/icu4c/source/test/intltest/
H A Ducharstrietest.cpp771 int32_t index, step; local
775 step=2;
779 step=3;
782 step=-1;
788 index=(index+step)%dataLength;
/external/libvorbis/lib/
H A Dres0.c396 int step=n/dim; local
398 for(i=0;i<step;i++){
/external/libvpx/libvpx/test/
H A Dconvolve_test.cc481 /* Assume that each output pixel requires us to step on by 17/16th pixels in
560 for (int step = 1; step <= 32; ++step) {
563 vp9_sub_pel_filters_8[frac], step,
564 vp9_sub_pel_filters_8[frac], step,
573 << ", frac == " << frac << ", step == " << step; local
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c100 int16_t step[4]; local
105 step[0] = dct_const_round_shift(temp1);
106 step[1] = dct_const_round_shift(temp2);
109 step[2] = dct_const_round_shift(temp1);
110 step[3] = dct_const_round_shift(temp2);
113 output[0] = step[0] + step[3];
114 output[1] = step[1] + step[2];
115 output[2] = step[
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c28 int16_t step[4]; local
31 step[0] = input[0] + input[3];
32 step[1] = input[1] + input[2];
33 step[2] = input[1] - input[2];
34 step[3] = input[0] - input[3];
36 temp1 = (step[0] + step[1]) * cospi_16_64;
37 temp2 = (step[0] - step[1]) * cospi_16_64;
40 temp1 = step[
61 /*canbe16*/ int step[4]; local
1010 int step[32]; local
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h185 RangeGenerator(T begin, T end, IncrementT step) argument
187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
201 IncrementT step)
202 : base_(base), value_(value), index_(index), step_(step) {}
244 const IncrementT& step) {
246 for (T i = begin; i < end; i = i + step)
200 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, IncrementT step) argument
242 CalculateEndIndex(const T& begin, const T& end, const IncrementT& step) argument
/external/lzma/C/
H A DPpmd7.c66 unsigned step = (i >= 12 ? 4 : (i >> 2) + 1); local
67 do { p->Units2Indx[k++] = (Byte)i; } while(--step);
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h185 RangeGenerator(T begin, T end, IncrementT step) argument
187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
201 IncrementT step)
202 : base_(base), value_(value), index_(index), step_(step) {}
244 const IncrementT& step) {
246 for (T i = begin; i < end; i = i + step)
200 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, IncrementT step) argument
242 CalculateEndIndex(const T& begin, const T& end, const IncrementT& step) argument
/external/opencv/cv/src/
H A Dcvdistransform.cpp68 int step, float* dist, int dststep, CvSize size, const float* metrics )
77 step /= sizeof(temp[0]);
80 icvInitTopBottom( temp, step, size, BORDER );
86 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER;
97 int t0 = tmp[j-step-1] + DIAG_DIST;
98 int t = tmp[j-step] + HV_DIST;
100 t = tmp[j-step+1] + DIAG_DIST;
113 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER;
120 int t = tmp[j+step+1] + DIAG_DIST;
122 t = tmp[j+step]
67 icvDistanceTransform_3x3_C1R( const uchar* src, int srcstep, int* temp, int step, float* dist, int dststep, CvSize size, const float* metrics ) argument
139 icvDistanceTransform_5x5_C1R( const uchar* src, int srcstep, int* temp, int step, float* dist, int dststep, CvSize size, const float* metrics ) argument
228 icvDistanceTransformEx_5x5_C1R( const uchar* src, int srcstep, int* temp, int step, float* dist, int dststep, int* labels, int lstep, CvSize size, const float* metrics ) argument
[all...]

Completed in 5466 milliseconds

<<1112131415161718