| /third_party/ffmpeg/libavcodec/ |
| H A D | twinvq.c | 87 float step = (v1 - v2) / (size + 1); in interpolate() local 115 eval_lpcenv_or_interp(TwinVQContext *tctx, enum TwinVQFrameType ftype, float *out, const float *in, int size, int step, int part) eval_lpcenv_or_interp() argument 152 eval_lpcenv_2parts(TwinVQContext *tctx, enum TwinVQFrameType ftype, const float *buf, float *lpc, int size, int step) eval_lpcenv_2parts() argument 222 float step = TWINVQ_AMP_MAX / ((1 << TWINVQ_GAIN_BITS) - 1); dec_gain() local [all...] |
| H A D | on2avc.c | 324 pretwiddle(float *src, float *dst, int dst_len, int tab_step, int step, int order0, int order1, const double * const *tabs) pretwiddle() argument 351 twiddle(float *src1, float *src2, int src2_len, const double *tab, int tab_len, int step, int order0, int order1, const double * const *tabs) twiddle() argument 416 combine_fft(float *s0, float *s1, float *s2, float *s3, float *dst, const float *t0, const float *t1, const float *t2, const float *t3, int len, int step) combine_fft() argument [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_bm3d.c | 313 const int step = s->bm_step; in block_matching_multi() local [all...] |
| H A D | vf_curves.c | 70 int step; member 524 const int step = curves->step; in filter_slice_packed() local 572 const int step in filter_slice_planar() local [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | pixdesc.c | 45 int step = comp.step; in av_read_image_line2() local 108 int step = comp.step; in av_write_image_line2() local [all...] |
| /third_party/ffmpeg/libpostproc/ |
| H A D | postprocess_template.c | 2548 static av_always_inline void RENAME(do_a_deblock)(uint8_t *src, int step, int stride, const PPContext *c, int mode){ in do_a_deblock() argument
|
| /third_party/backends/backend/escl/ |
| H A D | escl.h | 152 int step; member
|
| /third_party/alsa-utils/alsactl/ |
| H A D | state.c | 315 long step = snd_ctl_elem_info_get_step(info); in get_control() local 336 long long step = snd_ctl_elem_info_get_step64(info); in get_control() local
|
| /third_party/backends/backend/ |
| H A D | plustek-usbscan.c | 1640 int step, div, org, xdpi; in usb_SaveImageInfo() local [all...] |
| H A D | mustek_pp_ccd300.c | 901 int step = priv->line_step; in get_color_line_101x() local
|
| /third_party/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-param-util.h | 213 RangeGenerator(T begin, T end, IncrementT step) in RangeGenerator() argument 230 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, IncrementT step) Iterator() argument 274 CalculateEndIndex(const T& begin, const T& end, const IncrementT& step) CalculateEndIndex() argument
|
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
| H A D | Collation.java | 508 static long decTwoBytePrimaryByOneStep(long basePrimary, boolean isCompressible, int step) { in decTwoBytePrimaryByOneStep() argument 532 static long decThreeBytePrimaryByOneStep(long basePrimary, boolean isCompressible, int step) { in decThreeBytePrimaryByOneStep() argument [all...] |
| /third_party/alsa-lib/include/ |
| H A D | topology.h | 839 int step; /*!< dB step size in 0.1dB */ member
|
| /third_party/icu/tools/unicode/c/genuca/ |
| H A D | genuca.cpp | 976 int32_t step = CollationBaseDataBuilder::diffThreeBytePrimaries( in parseFractionalUCA() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| H A D | Collation.java | 510 static long decTwoBytePrimaryByOneStep(long basePrimary, boolean isCompressible, int step) { in decTwoBytePrimaryByOneStep() argument 534 static long decThreeBytePrimaryByOneStep(long basePrimary, boolean isCompressible, int step) { in decThreeBytePrimaryByOneStep() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | ushape.cpp | 1202 int32_t step; in shapeUnicode() local 1505 int step=logical_order?1:-1; in u_shapeArabic() local
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | collationdatabuilder.cpp | 365 maybeSetPrimaryRange(UChar32 start, UChar32 end, uint32_t primary, int32_t step, UErrorCode &errorCode) maybeSetPrimaryRange() argument 402 setPrimaryRangeAndReturnNext(UChar32 start, UChar32 end, uint32_t primary, int32_t step, UErrorCode &errorCode) setPrimaryRangeAndReturnNext() argument
|
| /third_party/mbedtls/library/ |
| H A D | psa_crypto_driver_wrappers.c | 2282 psa_status_t psa_driver_wrapper_pake_output(psa_pake_operation_t *operation, psa_crypto_driver_pake_step_t step, in psa_driver_wrapper_pake_output() argument 2308 psa_status_t psa_driver_wrapper_pake_input(psa_pake_operation_t *operation, psa_crypto_driver_pake_step_t step, in psa_driver_wrapper_pake_input() argument
|
| /third_party/lame/libmp3lame/ |
| H A D | quantize.c | 381 int step; in bin_search_StepSize() local
|
| H A D | takehiro.c | 313 int step = -1; in quantize_xrpow() local
|
| /third_party/jerryscript/jerry-debugger/ |
| H A D | jerry_client_main.py | 438 def step(self): member in JerryDebugger
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_loop_analyze.c | 719 get_iteration(nir_op cond_op, nir_const_value initial, nir_const_value step, in get_iteration() argument 764 will_break_on_first_iteration(nir_const_value step, in will_break_on_first_iteration() argument 803 test_iterations(int32_t iter_int, nir_const_value step, in test_iterations() argument 852 calculate_iterations(nir_const_value initial, nir_const_value step, in calculate_iterations() argument [all...] |
| /third_party/mesa3d/src/gtest/include/gtest/internal/ |
| H A D | gtest-param-util.h | 207 RangeGenerator(T begin, T end, IncrementT step) in RangeGenerator() argument 222 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, IncrementT step) Iterator() argument 264 CalculateEndIndex(const T& begin, const T& end, const IncrementT& step) CalculateEndIndex() argument
|
| /third_party/node/test/cctest/ |
| H A D | test_inspector_socket.cc | 570 const int step = 7; in send_in_chunks() local
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | unistr.c | 1214 unsigned char step; member
|