| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fFragDepthTests.cpp | 409 int step = (int)deFloatFloor(d / depthStep); in iterate() local
|
| /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
|
| /base/powermgr/battery_statistics/services/native/src/ |
| H A D | cpu_time_reader.cpp | 250 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 D | compatible_auth_sub_session_common.c | 306 int32_t step = ERR_MSG; in AddInfoToErrorData() local
|
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| H A D | vcard_test.cpp | 1448 size_t step = 10; in HWTEST_F() local
|
| /base/telephony/core_service/services/sim/src/ |
| H A D | usim_dialling_numbers_service.cpp | 357 std::unique_ptr<int> step = std::make_unique<int>(NEXT); in NextStep() 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
|
| H A D | vf_negate.c | 50 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 D | vf_selectivecolor.c | 90 int step; member
|
| H A D | vsrc_gradients.c | 120 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...] |