Home
last modified time | relevance | path

Searched defs:step (Results 276 - 300 of 564) sorted by relevance

1...<<11121314151617181920>>...23

/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...]
H A Dvsrc_mptestsrc.c166 const int step = FFMAX(256/(w*h/256), 1); in dc_test() local
H A Dvf_vibrance.c41 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/libavcodec/
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/libavformat/
H A Dseek.c356 int64_t step = 1024; in ff_find_last_ts() local
/third_party/curl/src/
H A Dtool_urlglob.c208 unsigned long step = 1; in glob_range() local
[all...]
/third_party/glfw/examples/
H A Dheightmap.c212 GLfloat step = MAP_SIZE / (MAP_NUM_VERTICES - 1); in init_map() local
/third_party/backends/backend/
H A Dplustek-usbcal.c949 int step, stepW, val; in cano_AdjustDarkShading() local
1077 int step, stepW; cano_AdjustWhiteShading() local
[all...]
/third_party/alsa-lib/test/
H A Dpcm.c42 double step = max_phase*freq/(double)rate; in generate_sine() local
/third_party/astc-encoder/Source/
H A Dastcenc_compute_variance.cpp61 size_t step = lc_stride >> 1; in brent_kung_prefix_sum() local
85 size_t step = lc_stride >> 1; in brent_kung_prefix_sum() local
/third_party/icu/icu4c/source/test/intltest/
H A Dbytestrietest.cpp667 int32_t index, step; in buildTrie() local
/third_party/libsnd/src/
H A Dima_adpcm.c263 short step, stepindx, *sampledata ; in aiff_ima_decode_block() local
330 { int chan, k, step, diff, vpdiff, blockindx, indx ; aiff_ima_encode_block() local
394 short step, bytecode, stepindx [2] = { 0 }; wavlike_ima_decode_block() local
484 { int chan, k, step, diff, vpdiff, blockindx, indx, indxstart ; wavlike_ima_encode_block() local
[all...]
/third_party/mbedtls/tests/src/
H A Dhelpers.c144 unsigned long step; in mbedtls_test_get_step() local
167 void mbedtls_test_set_step(unsigned long step) in mbedtls_test_set_step() argument
/third_party/lame/mpglib/
H A Dlayer2.c145 short step = alloc1->bits; in II_step_one() local
153 short step = alloc1->bits; in II_step_one() local
170 short step = alloc1->bits; in II_step_one() local
229 short step = alloc1->bits; II_step_two() local
272 short step = alloc1->bits; II_step_two() local
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dentropy_encode.c305 size_t step = 0; in BrotliOptimizeHuffmanCountsForRle() local

Completed in 30 milliseconds

1...<<11121314151617181920>>...23