Home
last modified time | relevance | path

Searched refs:step (Results 51 - 75 of 990) sorted by relevance

12345678910>>...40

/third_party/ffmpeg/libavfilter/
H A Dvf_owdenoise.c148 int step, int w, int h) in decompose2D()
152 for (x = 0; x < step; x++) in decompose2D()
156 step * xlinesize, (w - x + step - 1) / step); in decompose2D()
161 int step, int w, int h) in compose2D()
165 for (x = 0; x < step; x++) in compose2D()
169 step * xlinesize, (w - x + step - 1) / step); in compose2D()
146 decompose2D(float *dst_l, float *dst_h, const float *src, int xlinesize, int ylinesize, int step, int w, int h) decompose2D() argument
159 compose2D(float *dst, const float *src_l, const float *src_h, int xlinesize, int ylinesize, int step, int w, int h) compose2D() argument
172 decompose2D2(float *dst[4], float *src, float *temp[2], int linesize, int step, int w, int h) decompose2D2() argument
180 compose2D2(float *dst, float *src[4], float *temp[2], int linesize, int step, int w, int h) compose2D2() argument
[all...]
H A Dvf_negate.c50 int step; member
59 int w, int h, int max, int step,
111 int w, int h, int max, int step, in negate8()
125 int w, int h, int max, int step, in negate_packed8()
133 switch (step) { in negate_packed8()
140 src += step; in negate_packed8()
141 dst += step; in negate_packed8()
148 int w, int h, int max, int step, in negate16()
168 int w, int h, int max, int step, in negate_packed16()
176 switch (step) { in negate_packed16()
109 negate8(const uint8_t *src, uint8_t *dst, ptrdiff_t slinesize, ptrdiff_t dlinesize, int w, int h, int max, int step, int components) negate8() argument
123 negate_packed8(const uint8_t *ssrc, uint8_t *ddst, ptrdiff_t slinesize, ptrdiff_t dlinesize, int w, int h, int max, int step, int components) negate_packed8() argument
146 negate16(const uint8_t *ssrc, uint8_t *ddst, ptrdiff_t slinesize, ptrdiff_t dlinesize, int w, int h, int max, int step, int components) negate16() argument
166 negate_packed16(const uint8_t *ssrc, uint8_t *ddst, ptrdiff_t slinesize, ptrdiff_t dlinesize, int w, int h, int max, int step, int components) negate_packed16() argument
[all...]
H A Dvf_vibrance.c41 int step; member
174 const int step = s->step; in vibrance_slice8p() local
199 float g = ptr[x * step + goffset] * scale; in vibrance_slice8p()
200 float b = ptr[x * step + boffset] * scale; in vibrance_slice8p()
201 float r = ptr[x * step + roffset] * scale; in vibrance_slice8p()
214 ptr[x * step + goffset] = av_clip_uint8(g * 255.f); in vibrance_slice8p()
215 ptr[x * step + boffset] = av_clip_uint8(b * 255.f); in vibrance_slice8p()
216 ptr[x * step + roffset] = av_clip_uint8(r * 255.f); in vibrance_slice8p()
229 const int step in vibrance_slice16p() local
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_adpcm.c112 short step; /* holds previous StepSize value */ in adpcm_encoder() local
126 * adjust_idx = diff * 4 / step; in adpcm_encoder()
127 * pred_diff = (adjust_idx + 0.5) * step / 4; in adpcm_encoder()
129 * But in shift step bits are dropped. The net result of this is in adpcm_encoder()
134 step = StepSize[state->step_idx]; in adpcm_encoder()
137 pred_diff = step >> 3; in adpcm_encoder()
138 for (adjust_idx = 0, i = 0x4; i; i >>= 1, step >>= 1) { in adpcm_encoder()
139 if (diff >= step) { in adpcm_encoder()
141 diff -= step; in adpcm_encoder()
142 pred_diff += step; in adpcm_encoder()
170 short step; /* holds previous StepSize value */ adpcm_decoder() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec.c484 static WEBP_INLINE void DoFilter2_C(uint8_t* p, int step) { in DoFilter2_C() argument
485 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in DoFilter2_C()
489 p[-step] = VP8kclip1[p0 + a2]; in DoFilter2_C()
494 static WEBP_INLINE void DoFilter4_C(uint8_t* p, int step) { in DoFilter4_C() argument
495 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in DoFilter4_C()
500 p[-2*step] in DoFilter4_C()
507 DoFilter6_C(uint8_t* p, int step) DoFilter6_C() argument
523 Hev(const uint8_t* p, int step, int thresh) Hev() argument
530 NeedsFilter_C(const uint8_t* p, int step, int t) NeedsFilter_C() argument
537 NeedsFilter2_C(const uint8_t* p, int step, int t, int it) NeedsFilter2_C() argument
[all...]
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DUtils.java36 int step = Math.min(cursor + 1024, end) - cursor; in fillBytesWithZeroes()
37 System.arraycopy(BYTE_ZEROES, 0, dest, cursor, step); in fillBytesWithZeroes()
38 cursor += step; in fillBytesWithZeroes()
55 int step = Math.min(cursor + 1024, end) - cursor; in fillIntsWithZeroes()
56 System.arraycopy(INT_ZEROES, 0, dest, cursor, step); in fillIntsWithZeroes()
57 cursor += step; in fillIntsWithZeroes()
H A DTransform.java173 int step = 1; in transformDictionaryWord()
188 step = 2; in transformDictionaryWord()
190 step = len; in transformDictionaryWord()
201 step = 3; in transformDictionaryWord()
203 step = len; in transformDictionaryWord()
216 step = 4; in transformDictionaryWord()
218 step = len; in transformDictionaryWord()
221 shiftOffset += step; in transformDictionaryWord()
222 len -= step; in transformDictionaryWord()
/third_party/mbedtls/tests/src/drivers/
H A Dtest_driver_pake.c56 psa_crypto_driver_pake_step_t step, in mbedtls_test_transparent_pake_output()
85 operation, (libtestdriver1_psa_crypto_driver_pake_step_t) step, in mbedtls_test_transparent_pake_output()
90 operation, step, output, output_size, output_length); in mbedtls_test_transparent_pake_output()
93 (void) step; in mbedtls_test_transparent_pake_output()
106 psa_crypto_driver_pake_step_t step, in mbedtls_test_transparent_pake_input()
121 operation, (libtestdriver1_psa_crypto_driver_pake_step_t) step, in mbedtls_test_transparent_pake_input()
126 operation, step, input, input_length); in mbedtls_test_transparent_pake_input()
129 (void) step; in mbedtls_test_transparent_pake_input()
54 mbedtls_test_transparent_pake_output( mbedtls_transparent_test_driver_pake_operation_t *operation, psa_crypto_driver_pake_step_t step, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_test_transparent_pake_output() argument
104 mbedtls_test_transparent_pake_input( mbedtls_transparent_test_driver_pake_operation_t *operation, psa_crypto_driver_pake_step_t step, const uint8_t *input, size_t input_length) mbedtls_test_transparent_pake_input() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-iter.hh620 hb_range_iter_t (T start, T end_, S step) : v (start), end_ (end_for (start, end_, step)), step (step) {} in hb_range_iter_t()
626 __item_t__ __item_at__ (unsigned j) const { return v + j * step; } in __item_at__()
628 unsigned __len__ () const { return !step ? UINT_MAX : (end_ - v) / step; } in __len__()
629 void __next__ () { v += step; } in __next__()
630 void __forward__ (unsigned n) { v += n * step; } in __forward__()
631 void __prev__ () { v -= step; } in __prev__()
652 S step; global() member
699 S step; global() member
[all...]
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_QUERYCTRL.c119 CU_ASSERT(0 < queryctrl.step); in test_VIDIOC_QUERYCTRL()
130 CU_ASSERT_EQUAL(queryctrl.step, 1); in test_VIDIOC_QUERYCTRL()
139 CU_ASSERT_EQUAL(queryctrl.step, 1); in test_VIDIOC_QUERYCTRL()
149 CU_ASSERT_EQUAL(queryctrl.step, 0); in test_VIDIOC_QUERYCTRL()
161 CU_ASSERT_EQUAL(queryctrl.step, 0); in test_VIDIOC_QUERYCTRL()
168 CU_ASSERT_EQUAL(queryctrl.step, 0); in test_VIDIOC_QUERYCTRL()
189 queryctrl2.step = queryctrl.step; in test_VIDIOC_QUERYCTRL()
198 ".minimum=%i, .maximum=%i, .step=%i, " in test_VIDIOC_QUERYCTRL()
202 queryctrl.maximum, queryctrl.step, in test_VIDIOC_QUERYCTRL()
[all...]
/third_party/skia/docs/examples/
H A DPath_IsCubicDegenerate.cpp8 SkScalar step = 1; in REG_FIDDLE() local
12 step /= 2; in REG_FIDDLE()
15 points[0].fX += step; in REG_FIDDLE()
18 points[0].fX -= step; in REG_FIDDLE()
/third_party/skia/infra/bots/recipe_modules/env/examples/
H A Dfull.py10 'recipe_engine/step',
15 api.step('1', cmd=['echo', 'hi'])
17 api.step('2', cmd=['echo', 'hi'])
21 api.step('3', cmd=['echo', 'hi'])
23 api.step('4', cmd=['echo', 'hi'])
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
H A Dpake_v1_client_protocol_task.c225 uint32_t step = ProtocolMessageIn(in); in Process() local
226 if (step == INVALID_MESSAGE) { in Process()
228 step = 1; in Process()
232 step = step + 1; /* when receive peer message code, need to do next step */ in Process()
233 switch (step) { in Process()
246 LOGE("Process step:%d failed, res: %x.", step, res); in Process()
249 if (step ! in Process()
[all...]
/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264_deblock_lasx.c26 #define H264_LOOP_FILTER_STRENGTH_ITERATION_LASX(edges, step, mask_mv, dir, \
30 int step_x4 = step << 2; \
41 for (; b_idx < edges; b_idx += step) { \
105 ref_t += step; \
107 nnz_t += step; \
108 bS_t += step; \
114 int bidir, int edges, int step, in ff_h264_loop_filter_strength_lasx()
133 step <<= 3; in ff_h264_loop_filter_strength_lasx()
136 H264_LOOP_FILTER_STRENGTH_ITERATION_LASX(edges, step, mask_mv1, in ff_h264_loop_filter_strength_lasx()
112 ff_h264_loop_filter_strength_lasx(int16_t bS[2][4][4], uint8_t nnz[40], int8_t ref[2][40], int16_t mv[2][40][2], int bidir, int edges, int step, int mask_mv0, int mask_mv1, int field) ff_h264_loop_filter_strength_lasx() argument
/third_party/ffmpeg/libavcodec/mips/
H A Dh264_deblock_msa.c29 #define h264_loop_filter_strength_iteration_msa(edges, step, mask_mv, dir, \
33 int step_x4 = step << 2; \
44 for (; b_idx < edges; b_idx += step) { \
112 ref_t += step; \
114 nnz_t += step; \
115 bS_t += step; \
121 int bidir, int edges, int step, in ff_h264_loop_filter_strength_msa()
140 step <<= 3; in ff_h264_loop_filter_strength_msa()
143 h264_loop_filter_strength_iteration_msa(edges, step, mask_mv1, 1, -8, zero); in ff_h264_loop_filter_strength_msa()
119 ff_h264_loop_filter_strength_msa(int16_t bS[2][4][4], uint8_t nnz[40], int8_t ref[2][40], int16_t mv[2][40][2], int bidir, int edges, int step, int mask_mv0, int mask_mv1, int field) ff_h264_loop_filter_strength_msa() argument
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dios.py44 return self.m.run.with_retry(self.m.step, title, 3, cmd=list(cmd),
56 self.m.run(self.m.step, 'check if device is paired',
60 except self.m.step.StepFailure: # pragma: nocover
103 self.m.run(self.m.step,
112 self.m.run.with_retry(self.m.step, 'install %s' % self.app_name,
118 def step(self, name, cmd, **kwargs): member in iOSFlavor
125 self.m.run(self.m.step, name, cmd=['idevicedebug', 'run'] + args)
137 self.m.run(self.m.step,
162 rv = self.m.run(self.m.step,
/third_party/ffmpeg/libavcodec/
H A Dadpcm.c357 int delta, pred, step, add; in adpcm_agm_expand_nibble() local
361 step = c->step; in adpcm_agm_expand_nibble()
362 add = (delta * 2 + 1) * step; in adpcm_agm_expand_nibble()
373 step *= 0x99; in adpcm_agm_expand_nibble()
376 c->step = av_clip(c->step * 2, 127, 24576); in adpcm_agm_expand_nibble()
380 step *= 0x66; in adpcm_agm_expand_nibble()
383 step *= 0x4d; in adpcm_agm_expand_nibble()
386 step * in adpcm_agm_expand_nibble()
403 int sign, delta, diff, step; adpcm_ima_expand_nibble() local
429 int sign, delta, diff, step; adpcm_ima_alp_expand_nibble() local
450 int step_index, step, delta, predictor; adpcm_ima_mtf_expand_nibble() local
468 int step; adpcm_ima_cunning_expand_nibble() local
486 int nibble, step_index, predictor, sign, delta, diff, step, shift; adpcm_ima_wav_expand_nibble() local
511 int diff, step; adpcm_ima_qt_expand_nibble() local
554 int step_index, predictor, sign, delta, diff, step; adpcm_ima_oki_expand_nibble() local
790 int step = ff_adpcm_step_table[c->status[i].step_index]; adpcm_swf_decode() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_csp_enc.c334 int step, in ImportOneRow()
340 const int off = i * step; in ImportOneRow()
448 int step, int rgb_stride, in PreprocessARGB()
493 ImportOneRow(r_ptr, g_ptr, b_ptr, step, picture->width, src1); in PreprocessARGB()
496 step, picture->width, src2); in PreprocessARGB()
574 #define SUM4(ptr, step) LinearToGamma( \
576 GammaToLinear((ptr)[(step)]) + \
578 GammaToLinear((ptr)[rgb_stride + (step)]), 0) \
740 uint32_t total_a, int step, in LinearToGammaWeighted()
744 a_ptr[step] * GammaToLinea in LinearToGammaWeighted()
331 ImportOneRow(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, int step, int pic_width, fixed_y_t* const dst) ImportOneRow() argument
445 PreprocessARGB(const uint8_t* r_ptr, const uint8_t* g_ptr, const uint8_t* b_ptr, int step, int rgb_stride, WebPPicture* const picture) PreprocessARGB() argument
738 LinearToGammaWeighted(const uint8_t* src, const uint8_t* a_ptr, uint32_t total_a, int step, int rgb_stride) LinearToGammaWeighted() argument
754 ConvertRowToY(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, int step, uint8_t* const dst_y, int width, VP8Random* const rg) ConvertRowToY() argument
811 AccumulateRGB(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, int step, int rgb_stride, uint16_t* dst, int width) AccumulateRGB() argument
842 ImportYUVAFromRGBA(const uint8_t* r_ptr, const uint8_t* g_ptr, const uint8_t* b_ptr, const uint8_t* a_ptr, int step, int rgb_stride, float dithering, int use_iterative_conversion, WebPPicture* const picture) ImportYUVAFromRGBA() argument
1098 Import(WebPPicture* const picture, const uint8_t* rgb, int rgb_stride, int step, int swap_rb, int import_alpha) Import() argument
[all...]
/test/testfwk/arkxtest/uitest/core/
H A Dui_action.cpp83 for (uint32_t step = 1; step < steps; step++) { in DecomposeComputeSwipe()
84 const int32_t pointX = from.px_ + stepLengthX * step; in DecomposeComputeSwipe()
85 const int32_t pointY = from.py_ + stepLengthY * step; in DecomposeComputeSwipe()
86 const uint32_t timeOffsetMs = (timeCostMs * step) / steps; in DecomposeComputeSwipe()
170 for (uint32_t step = 0; step < pointers_.GetSteps() - 1; step++) { in Decompose()
171 const int32_t pxTo = (pointers_.At(finger, step in Decompose()
[all...]
/third_party/skia/infra/bots/recipe_modules/build/
H A Ddefault.py75 api.run(api.step, 'swiftshader cmake',
79 api.run(api.step, 'swiftshader ninja',
81 api.run(api.step, 'rename legacy libEGL binary',
83 api.run(api.step, 'rename legacy libGLESv2 binary',
120 with api.step.nest('ensure xcode') as step_result:
132 api.step('install xcode', install_xcode_cmd)
133 api.step('select xcode', [
362 api.run(api.step, 'ccache stats-start', cmd=[ccache, '-s'])
363 api.run(api.step, 'gn gen',
365 api.run(api.step, 'ninj
[all...]
/third_party/typescript/tests/baselines/reference/
H A DasyncMultiFile_es6.js12 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
13 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
14 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
15 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DexportDefaultAsyncFunction.js10 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
11 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
12 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
13 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DimportCallExpressionNestedES2015.js17 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
18 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
19 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
20 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DimportCallExpressionNestedES2020.js18 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
19 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
20 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
21 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A Demitter.asyncGenerators.classMethods.es2015.js70 function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
71 function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); } function
89 function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
90 function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
109 function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
110 function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
141 function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
142 function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
161 function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
162 function step(
[all...]

Completed in 16 milliseconds

12345678910>>...40