/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
|
/drivers/hdf_core/framework/model/camera/parser/include/ |
H A D | camera_config_parser.h | 34 uint32_t step; member
|
/drivers/peripheral/audio/supportlibs/adm_adapter/include/ |
H A D | audio_interface_lib_mixer.h | 117 int32_t step; /* R: step (0 variable) */ member
|
/drivers/peripheral/camera/test/hdi/v1_2/src/ |
H A D | camera_hdi_uttest_v1_2.cpp | 240 constexpr size_t step = 4; // print step
in HWTEST_F() local 272 constexpr size_t step = 4; // print step
in HWTEST_F() local 1328 constexpr size_t step = 4; //print step
in HWTEST_F() local 1358 constexpr size_t step = 4; //print step HWTEST_F() local [all...] |
/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...] |
H A D | vsrc_mptestsrc.c | 166 const int step = FFMAX(256/(w*h/256), 1); in dc_test() local
|
H A D | vf_vibrance.c | 41 int step; member 174 const int step = s->step; in vibrance_slice8p() local 229 const int step in vibrance_slice16p() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | seek.c | 356 int64_t step = 1024; in ff_find_last_ts() local
|
/third_party/curl/src/ |
H A D | tool_urlglob.c | 208 unsigned long step = 1; in glob_range() local [all...] |