Home
last modified time | relevance | path

Searched defs:step (Results 426 - 450 of 1048) sorted by relevance

1...<<11121314151617181920>>...42

/third_party/ffmpeg/libavfilter/
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/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
/third_party/icu/icu4c/source/test/cintltst/
H A Ducnvseltst.c79 getEncodings(int32_t start, int32_t step, int32_t count, int32_t *pCount) { in getEncodings() argument
/third_party/node/deps/v8/src/strings/
H A Duri.cc360 int step; in UnescapeSlow() local
383 int step; in UnescapeSlow() local
329 UnescapeChar(base::Vector<const Char> vector, int i, int length, int* step) UnescapeChar() argument
396 int step; UnescapeSlow() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_core.c375 struct rbug_proto_context_draw_step *step = (struct rbug_proto_context_draw_step *)header; in rbug_context_draw_step() local
/third_party/python/Tools/demo/
H A Dsortvisu.py81 def step(self): member in Array
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcFragDepthTests.cpp394 int step = (int)deFloatFloor(d / depthStep); in iterate() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DVulkanCommandBufferPerf.cpp166 void VulkanCommandBufferPerfTest::step() in step() function in VulkanCommandBufferPerfTest

Completed in 23 milliseconds

1...<<11121314151617181920>>...42