/third_party/ffmpeg/libavfilter/ |
H A D | vf_owdenoise.c | 148 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 D | vf_negate.c | 50 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...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_adpcm.c | 112 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...] |
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | action.cpp | 77 for (uint32_t step = 0; step < events.GetSteps(); step++) { in DispatchPointerEvent() 83 PointerEventAction& pointerEventAction = events.GetEventAction(finger, step); in DispatchPointerEvent() 152 for (uint16_t step = 1; step < steps_; step++) { in Decompose() 153 float pointX = from_.GetX() + (distanceX * step) / steps_; in Decompose() 154 float pointY = from_.GetY() + (distanceY * step) / steps_; in Decompose() 193 for (uint16_t step in Decompose() [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec.c | 484 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/mbedtls/tests/src/drivers/ |
H A D | test_driver_pake.c | 56 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
|
/foundation/CastEngine/castengine_wifi_display/services/agent/ |
H A D | agent.cpp | 65 SHARING_LOGW("check run step return, agentId: %{public}u.", GetId()); in HandleEvent() 417 void Agent::SetRunningStatus(AgentRunStep step, AgentRunningStatus status) in SetRunningStatus() argument 419 SHARING_LOGD("agentId: %{public}u, set agent running step: %{public}s, status: %{public}s.", GetId(), in SetRunningStatus() 420 std::string(magic_enum::enum_name(step)).c_str(), std::string(magic_enum::enum_name(status)).c_str()); in SetRunningStatus() 421 runStep_ = step; in SetRunningStatus() 659 AgentRunStep step = AGENT_STEP_IDLE; in GetRunStep() local 662 step = AGENT_STEP_START; in GetRunStep() 665 step = AGENT_STEP_APPENDSURFACE; in GetRunStep() 668 step = AGENT_STEP_REMOVESURFACE; in GetRunStep() 671 step in GetRunStep() 723 AgentRunStep step = GetRunStep(event.eventMsg->type); CheckRunStep() local 782 PopNextStep(AgentRunStep step, AgentRunningStatus status) PopNextStep() argument [all...] |
/third_party/skia/docs/examples/ |
H A D | Path_IsCubicDegenerate.cpp | 8 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 D | full.py | 10 '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'])
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | i915_syncmap.c | 335 unsigned int step, order, idx; in igt_syncmap_join_below() local 344 for (step = 0; step < KSYNCMAP; step++) { in igt_syncmap_join_below() 346 u64 context = step * BIT_ULL(order); in igt_syncmap_join_below() 353 pr_err("Inserting context=%llx (order=%d, step=%d) did not return leaf (height=%d, prefix=%llx\n", in igt_syncmap_join_below() 354 context, order, step, sync->height, sync->prefix); in igt_syncmap_join_below() 361 for (step = 0; step < KSYNCMAP; step in igt_syncmap_join_below() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | i915_syncmap.c | 335 unsigned int step, order, idx; in igt_syncmap_join_below() local 344 for (step = 0; step < KSYNCMAP; step++) { in igt_syncmap_join_below() 346 u64 context = step * BIT_ULL(order); in igt_syncmap_join_below() 353 pr_err("Inserting context=%llx (order=%d, step=%d) did not return leaf (height=%d, prefix=%llx\n", in igt_syncmap_join_below() 354 context, order, step, sync->height, sync->prefix); in igt_syncmap_join_below() 361 for (step = 0; step < KSYNCMAP; step in igt_syncmap_join_below() [all...] |
/foundation/arkui/ui_lite/frameworks/render/ |
H A D | render_pixfmt_rgba_blend.cpp | 39 int16_t step = NEON_STEP_8 * PIX_STEP; in CopyHLine() local 44 pixelPtr = pixelPtr->colors + step; in CopyHLine() 62 int16_t step = NEON_STEP_8 * PIX_STEP; in BlendHLine() local 65 pixelPtr = pixelPtr->colors + step; in BlendHLine() 101 int16_t step = NEON_STEP_8 * PIX_STEP; in BlendSolidHSpan() local 104 pixelPtr = pixelPtr->colors + step; in BlendSolidHSpan() 146 int16_t step = NEON_STEP_8 * PIX_STEP; in CopyColorHSpan() local 156 pixelPtr = pixelPtr->colors + step; in CopyColorHSpan() 185 int16_t step = NEON_STEP_8 * PIX_STEP; in BlendColorHSpan() local 196 pixelPtr = pixelPtr->colors + step; in BlendColorHSpan() 208 int16_t step = NEON_STEP_8 * PIX_STEP; BlendColorHSpan() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hash_pgtable.c | 407 unsigned int step, nr_cpus; member 419 unsigned int step, unsigned long newpp) in change_memory_range() 423 pr_debug("Changing page protection on range 0x%lx-0x%lx, to 0x%lx, step 0x%x\n", in change_memory_range() 424 start, end, newpp, step); in change_memory_range() 426 for (idx = start; idx < end; idx += step) in change_memory_range() 490 change_memory_range(parms->start, parms->end, parms->step, parms->newpp); in change_memory_range_fn() 503 unsigned int step, shift; in hash__change_memory_range() local 506 step = 1 << shift; in hash__change_memory_range() 508 start = ALIGN_DOWN(start, step); in hash__change_memory_range() 509 end = ALIGN(end, step); // align in hash__change_memory_range() 418 change_memory_range(unsigned long start, unsigned long end, unsigned int step, unsigned long newpp) change_memory_range() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-iter.hh | 620 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...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | subcore.c | 142 u8 step; member 148 static void wait_for_sync_step(int step) in wait_for_sync_step() argument 153 while(per_cpu(split_state, i).step < step) in wait_for_sync_step() 184 per_cpu(split_state, cpu).step = SYNC_STEP_UNSPLIT; in unsplit_core() 218 split_core_secondary_loop(&per_cpu(split_state, cpu).step); in split_core() 250 per_cpu(split_state, smp_processor_id()).step = SYNC_STEP_FINISHED; in cpu_do_split() 308 while(per_cpu(split_state, cpu).step < SYNC_STEP_FINISHED) in cpu_update_split_mode() 344 state->step = SYNC_STEP_INITIAL; in set_subcores_per_core()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | subcore.c | 144 u8 step; member 150 static void wait_for_sync_step(int step) in wait_for_sync_step() argument 155 while(per_cpu(split_state, i).step < step) in wait_for_sync_step() 196 per_cpu(split_state, cpu).step = SYNC_STEP_UNSPLIT; in unsplit_core() 230 split_core_secondary_loop(&per_cpu(split_state, cpu).step); in split_core() 262 per_cpu(split_state, smp_processor_id()).step = SYNC_STEP_FINISHED; in cpu_do_split() 320 while(per_cpu(split_state, cpu).step < SYNC_STEP_FINISHED) in cpu_update_split_mode() 356 state->step = SYNC_STEP_INITIAL; in set_subcores_per_core()
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264_deblock_lasx.c | 26 #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 D | h264_deblock_msa.c | 29 #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/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | Transform.java | 173 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/skia/infra/bots/recipe_modules/flavor/ |
H A D | ios.py | 44 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/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_QUERYCTRL.c | 119 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/typescript/tests/baselines/reference/ |
H A D | asyncMultiFile_es6.js | 12 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 D | exportDefaultAsyncFunction.js | 10 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 D | importCallExpressionNestedES2015.js | 17 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 D | importCallExpressionNestedES2020.js | 18 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());
|