| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_owdenoise.c | 146 decompose2D(float *dst_l, float *dst_h, const float *src, int xlinesize, int ylinesize, int step, int w, int h) decompose2D() argument 159 compose2D(float *dst, const float *src_l, const float *src_h, int xlinesize, int ylinesize, int step, int w, int h) compose2D() argument 172 decompose2D2(float *dst[4], float *src, float *temp[2], int linesize, int step, int w, int h) decompose2D2() argument 180 compose2D2(float *dst, float *src[4], float *temp[2], int linesize, int step, int w, int h) compose2D2() argument [all...] |
| /third_party/alsa-lib/src/control/ |
| H A D | tlv.c | 169 int step; in snd_tlv_get_dB_range() local 225 int min, step, mute; in snd_tlv_convert_to_dB() local 333 int min, step, max, mute; in snd_tlv_convert_from_dB() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | IntTrieBuilder.java | 645 findSameDataBlock(int data[], int dataLength, int otherBlock, int step) findSameDataBlock() argument
|
| H A D | SimpleFormatterImpl.java | 419 public static long step(long state, CharSequence compiledPattern, Appendable output) { in step() method in SimpleFormatterImpl.IterInternal
|
| /third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
| H A D | TestConversion.java | 368 private int stepFromUnicode(ConversionCase cc, CharsetEncoder encoder, int step) { in stepFromUnicode() argument 670 stepToUnicode(ConversionCase cc, CharsetDecoder decoder, int step) stepToUnicode() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | stringtriebuilder.cpp | 495 int32_t step=0; in markRightEdgesFirst() local
|
| /third_party/icu/tools/unicode/c/genprops/ |
| H A D | bidipropsbuilder.cpp | 360 int32_t start, limit, step; in makeMirror() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | SimpleFormatterImpl.java | 422 public static long step(long state, CharSequence compiledPattern, Appendable output) { in step() method in SimpleFormatterImpl.IterInternal
|
| H A D | IntTrieBuilder.java | 647 findSameDataBlock(int data[], int dataLength, int otherBlock, int step) findSameDataBlock() argument
|
| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-led.h | 65 lws_led_seq_phase_t step; member
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | stringtriebuilder.cpp | 495 int32_t step=0; in markRightEdgesFirst() local
|
| /third_party/libinput/src/ |
| H A D | filter-custom.c | 37 double step; member 43 create_custom_accel_function(double step, const double *points, size_t npoints) in create_custom_accel_function() argument 128 double step = cf->step; in custom_accel_function_profile() local [all...] |
| /third_party/libinput/tools/ |
| H A D | ptraccel-debug.c | 39 print_ptraccel_deltas(struct motion_filter *filter, double step) in print_ptraccel_deltas() argument 66 print_ptraccel_movement(struct motion_filter *filter, int nevents, double max_dx, double step) print_ptraccel_movement() argument 222 double step = 0.1, main() local [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | spaces.cc | 252 size_t step = allocation_counter_.NextBytes(); in ComputeLimit() local
|
| /third_party/mesa3d/src/gallium/auxiliary/rbug/ |
| H A D | rbug_context.c | 154 rbug_send_context_draw_step(struct rbug_connection *__con, rbug_context_t context, rbug_block_t step, uint32_t *__serial) rbug_send_context_draw_step() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_flow.c | 252 lp_build_loop_end_cond(struct lp_build_loop_state *state, LLVMValueRef end, LLVMValueRef step, LLVMIntPredicate llvm_cond) lp_build_loop_end_cond() argument 296 lp_build_loop_end(struct lp_build_loop_state *state, LLVMValueRef end, LLVMValueRef step) lp_build_loop_end() argument 315 lp_build_for_loop_begin(struct lp_build_for_loop_state *state, struct gallivm_state *gallivm, LLVMValueRef start, LLVMIntPredicate cmp_op, LLVMValueRef end, LLVMValueRef step) lp_build_for_loop_begin() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_draw.c | 476 uint32_t step; in vc4_draw_vbo() local
|
| /third_party/python/Lib/idlelib/ |
| H A D | debugger.py | 272 def step(self): member in Debugger
|
| /third_party/skia/third_party/externals/angle2/samples/sample_util/ |
| H A D | SampleApplication.cpp | 149 void SampleApplication::step(float dt, double totalTime) {} in step() function in SampleApplication
|
| /third_party/skia/src/gpu/gradients/ |
| H A D | GrGradientBitmapCache.cpp | 160 Sk4f step = Sk4f(1.0f / static_cast<float>(nextIndex - prevIndex)); in fillGradient() local
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| H A D | huffman_utils.c | 44 uint32_t step = 1 << (len - 1); in GetNextKey() local 53 ReplicateValue(HuffmanCode* table, int step, int end, HuffmanCode code) ReplicateValue() argument 144 int step; // step size to replicate values in current table BuildHuffmanTable() local [all...] |
| /third_party/skia/tests/ |
| H A D | PathOpsCubicLineIntersectionIdeas.cpp | 54 static double binary_search(const SkDCubic& cubic, double step, const SkDPoint& pt, double t, in binary_search() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | VertexStateTests.cpp | 67 VertexStepMode step; member 164 VertexStepMode step; member
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-map.hh | 284 unsigned int step = 0; in bucket_for_hash() local
|
| /third_party/skia/third_party/externals/zlib/contrib/tests/ |
| H A D | infcover.cc | 306 local void inf(const char *hex, const char *what, unsigned step, int win, unsigned len, in inf() argument
|