Home
last modified time | relevance | path

Searched defs:step (Results 301 - 325 of 610) sorted by relevance

1...<<11121314151617181920>>...25

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragDepthTests.cpp409 int step = (int)deFloatFloor(d / depthStep); in iterate() local
/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
/base/powermgr/battery_statistics/services/native/src/
H A Dcpu_time_reader.cpp250 uint32_t step = 2; in ReadPolicy() local
413 int32_t step = 2; in DistributeFreqTime() local
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session_common.c306 int32_t step = ERR_MSG; in AddInfoToErrorData() local
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvcard_test.cpp1448 size_t step = 10; in HWTEST_F() local
/base/telephony/core_service/services/sim/src/
H A Dusim_dialling_numbers_service.cpp357 std::unique_ptr<int> step = std::make_unique<int>(NEXT); in NextStep() 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
H A Dvf_negate.c50 int step; member
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_selectivecolor.c90 int step; member
H A Dvsrc_gradients.c120 static uint32_t lerp_colors(uint8_t arr[3][4], int nb_colors, int nb_wrap_colors, float step) in lerp_colors() argument
143 static uint64_t lerp_colors16(uint8_t arr[3][4], int nb_colors, int nb_wrap_colors, float step) in lerp_colors16() argument
166 lerp_colors32(float arr[3][4], int nb_colors, int nb_wrap_colors, float step, float *r, float *g, float *b, float *a) lerp_colors32() argument
[all...]

Completed in 24 milliseconds

1...<<11121314151617181920>>...25