| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuVectorUtil.hpp | 71 inline float step (float edge, float x) { return (x < edge) ? 0.0f : 1.0f; } in step() function 81 inline double step (double edge, double x) { return (x < edge) ? 0.0 : 1.0; } in step() function
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| H A D | rsgUtils.cpp | 221 const float step = 0.1f; in computeRandomValueRange() local
|
| /third_party/zlib/contrib/testzlib/ |
| H A D | testzlib.c | 196 int step=0;
in main() local 237 int step=0;
in main() local
|
| /third_party/zlib/test/ |
| H A D | infcover.c | 284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, in inf() argument
|
| /foundation/ability/idl_tool/util/ |
| H A D | string.cpp | 539 int step = strlen(target); in Replace() local 563 int step = target.GetLength(); in Replace() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/text/ |
| H A D | rosen_render_text.cpp | 304 Dimension step = ADAPT_UNIT; in AdaptMinTextSize() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
| H A D | grid_common_test_ng.cpp | 75 AssertionResult GridCommonTestNg::IsEqualNextFocusNode(FocusStep step, int32_t currentIndex, int32_t expectNextIndex) in IsEqualNextFocusNode() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/event/ |
| H A D | focus_hub_test_ng_for_property_config.cpp | 423 FocusStep step = FocusStep::UP; in HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/ |
| H A D | text_drag_pattern.cpp | 269 size_t step = 2; in CalculateLineAndArc() local 314 size_t step = 2; in CalculateLine() local
|
| /foundation/arkui/ui_lite/test/uitest/test_view_zindex/ |
| H A D | ui_test_view_zindex.cpp | 215 int16_t step = 2; in Callback() local
|
| /foundation/barrierfree/accessibility/services/aams/src/ |
| H A D | accessibility_screen_touch.cpp | 266 uint32_t step = CIRCLE_ANGLE / times; in DrawCircleProgress() local
|
| /foundation/graphic/graphic_3d/kits/js/src/ |
| H A D | NodeImpl.cpp | 583 BASE_NS::string_view step = path.substr(0, pos); in recurse_children() local
|
| /test/testfwk/arkxtest/uitest/record/ |
| H A D | pointer_info.h | 61 void SetStepLength(int step) in SetStepLength() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | fft_template.c | 324 int nbits, i, n, num_transforms, offset, step; in fft_calc_c() local
|
| H A D | h264_loopfilter.c | 369 int step = 1+(mb_type>>24); //IS_8x8DCT(mb_type) ? 2 : 1; in h264_filter_mb_fast_internal() local
|
| H A D | fic.c | 89 static av_always_inline void fic_idct(int16_t *blk, int step, int shift, int rnd) in fic_idct() argument [all...] |
| H A D | scpr.c | 164 static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) in decode_value() argument 208 static int decode_unit(SCPRContext *s, PixelModel *pixel, uint32_t step, uint32_t *rval) in decode_unit() argument
|
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | fft_mips.c | 64 int nbits, i, n, num_transforms, offset, step; in ff_fft_calc_mips() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | signature_lookup.c | 317 int step; in iterate_frame() local
|
| H A D | src_avsynctest.c | 274 const int step = av_rescale_rnd(w, s->delay_range.den, s->delay_range.num, AV_ROUND_DOWN); in video_frame() local
|
| H A D | vf_fade.c | 367 int step = s->is_packed_rgb ? 4 : 1; in filter_slice_alpha() local 392 int step = s->is_packed_rgb ? 4 : 1; in filter_slice_alpha16() local 184 filter_rgb(FadeContext *s, const AVFrame *frame, int slice_start, int slice_end, int do_alpha, int step) filter_rgb() argument
|
| H A D | vf_extractplanes.c | 48 int step; member 268 extract_from_packed(uint8_t *dst, int dst_linesize, const uint8_t *src, int src_linesize, int width, int height, int depth, int step, int comp) extract_from_packed() argument
|
| H A D | vf_colorlevels.c | 51 int step; member 363 const int step = s->step; in filter_frame() local [all...] |
| H A D | vf_colorcontrast.c | 42 int step; member 202 const int step = s->step; in colorcontrast_slice8p() local 252 const int step in colorcontrast_slice16p() local [all...] |
| H A D | vf_normalize.c | 111 int step; member
|