Home
last modified time | relevance | path

Searched defs:step (Results 326 - 350 of 684) sorted by relevance

1...<<11121314151617181920>>...28

/third_party/vk-gl-cts/framework/common/
H A DtcuVectorUtil.hpp71 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 DrsgUtils.cpp221 const float step = 0.1f; in computeRandomValueRange() local
/third_party/zlib/contrib/testzlib/
H A Dtestzlib.c196 int step=0; in main() local
237 int step=0; in main() local
/third_party/zlib/test/
H A Dinfcover.c284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, in inf() argument
/foundation/ability/idl_tool/util/
H A Dstring.cpp539 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 Drosen_render_text.cpp304 Dimension step = ADAPT_UNIT; in AdaptMinTextSize() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_common_test_ng.cpp75 AssertionResult GridCommonTestNg::IsEqualNextFocusNode(FocusStep step, int32_t currentIndex, int32_t expectNextIndex) in IsEqualNextFocusNode() argument
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng_for_property_config.cpp423 FocusStep step = FocusStep::UP; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_pattern.cpp269 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 Dui_test_view_zindex.cpp215 int16_t step = 2; in Callback() local
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_screen_touch.cpp266 uint32_t step = CIRCLE_ANGLE / times; in DrawCircleProgress() local
/foundation/graphic/graphic_3d/kits/js/src/
H A DNodeImpl.cpp583 BASE_NS::string_view step = path.substr(0, pos); in recurse_children() local
/test/testfwk/arkxtest/uitest/record/
H A Dpointer_info.h61 void SetStepLength(int step) in SetStepLength() argument
/third_party/ffmpeg/libavcodec/
H A Dfft_template.c324 int nbits, i, n, num_transforms, offset, step; in fft_calc_c() local
H A Dh264_loopfilter.c369 int step = 1+(mb_type>>24); //IS_8x8DCT(mb_type) ? 2 : 1; in h264_filter_mb_fast_internal() local
H A Dfic.c89 static av_always_inline void fic_idct(int16_t *blk, int step, int shift, int rnd) in fic_idct() argument
[all...]
H A Dscpr.c164 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 Dfft_mips.c64 int nbits, i, n, num_transforms, offset, step; in ff_fft_calc_mips() local
/third_party/ffmpeg/libavfilter/
H A Dsignature_lookup.c317 int step; in iterate_frame() local
H A Dsrc_avsynctest.c274 const int step = av_rescale_rnd(w, s->delay_range.den, s->delay_range.num, AV_ROUND_DOWN); in video_frame() local
H A Dvf_fade.c367 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 Dvf_extractplanes.c48 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 Dvf_colorlevels.c51 int step; member
363 const int step = s->step; in filter_frame() local
[all...]
H A Dvf_colorcontrast.c42 int step; member
202 const int step = s->step; in colorcontrast_slice8p() local
252 const int step in colorcontrast_slice16p() local
[all...]
H A Dvf_normalize.c111 int step; member

Completed in 29 milliseconds

1...<<11121314151617181920>>...28