Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 33) sorted by relevance

12

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_anim.c182 uint32_t step; in lv_anim_path_linear() local
213 int32_t step = lv_bezier3(t, 0, 1, 1, 1024); in lv_anim_path_ease_in() local
238 int32_t step = lv_bezier3(t, 0, 1023, 1023, 1024); in lv_anim_path_ease_out() local
263 int32_t step = lv_bezier3(t, 0, 100, 924, 1024); in lv_anim_path_ease_in_out() local
288 int32_t step = lv_bezier3(t, 0, 600, 1300, 1024); in lv_anim_path_overshoot() local
345 int32_t step = lv_bezier3(t, 1024, 1024, 800, 0); in lv_anim_path_bounce() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dhuffman_utils.c44 uint32_t step = 1 << (len - 1); in GetNextKey() local
54 int step, int end, in ReplicateValue()
137 int step; // step size to replicate values in current table in BuildHuffmanTable() local
/AliOS-Things-master/components/py_engine/engine/py/
A Dobjrange.c39 mp_int_t step; member
60 STATIC mp_obj_t mp_obj_new_range_iterator(mp_int_t cur, mp_int_t stop, mp_int_t step, mp_obj_iter_b… in mp_obj_new_range_iterator()
78 mp_int_t step; member
A Dobjslice.c120 mp_int_t start, stop, step; in mp_obj_slice_indices() local
A Dsequence.c72 mp_int_t step = indexes->step; in mp_seq_extract_slice() local
A Dvm.c895 mp_obj_t step = mp_const_none; in mp_execute_bytecode() local
/AliOS-Things-master/components/linkkit/iot_coap/CoAPPacket/
A DCoAPDeserialize_common.c32 #define COAP_OPT(o, e, step) do { \ argument
45 #define COAP_OPT_CHECK(o, e, step) \ argument
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Ddec_mips32.c30 static WEBP_INLINE void do_filter2(uint8_t* p, int step) { in do_filter2()
40 static WEBP_INLINE void do_filter4(uint8_t* p, int step) { in do_filter4()
53 static WEBP_INLINE void do_filter6(uint8_t* p, int step) { in do_filter6()
69 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev()
74 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int t) { in needs_filter()
80 int step, int t, int it) { in needs_filter2()
A Dalpha_processing_mips_dsp_r2.c135 const int step = 4; in PackARGB_MIPSdspR2() local
172 const uint8_t* b, int len, int step, in PackRGB_MIPSdspR2()
A Ddec.c484 static WEBP_INLINE void DoFilter2_C(uint8_t* p, int step) { in DoFilter2_C()
494 static WEBP_INLINE void DoFilter4_C(uint8_t* p, int step) { in DoFilter4_C()
507 static WEBP_INLINE void DoFilter6_C(uint8_t* p, int step) { in DoFilter6_C()
523 static WEBP_INLINE int Hev(const uint8_t* p, int step, int thresh) { in Hev()
530 static WEBP_INLINE int NeedsFilter_C(const uint8_t* p, int step, int t) { in NeedsFilter_C()
538 int step, int t, int it) { in NeedsFilter2_C()
A Dalpha_processing.c380 int len, int step, uint32_t* out) { in PackRGB_C()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/
A Dwindow.h30 size_t step; member
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_spinbox.c162 void lv_spinbox_set_step(lv_obj_t * spinbox, uint32_t step) in lv_spinbox_set_step()
436 int32_t step = ext->step; in lv_spinbox_updatevalue() local
A Dlv_spinbox.h49 int32_t step; member
/AliOS-Things-master/components/genie_service/core/src/sig_models/
A Dsig_model_transition.c50 uint16_t step = (p_state->trans_end_time - cur_time) / SIG_MODEL_TRANSITION_INTERVAL; in sig_model_transition_update() local
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/testzlib/
A Dtestzlib.c196 int step=0; in main() local
237 int step=0; in main() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_csp_enc.c330 int step, in ImportOneRow()
444 int step, int rgb_stride, in PreprocessARGB()
570 #define SUM4(ptr, step) LinearToGamma( \ argument
736 uint32_t total_a, int step, in LinearToGammaWeighted()
753 int step, in ConvertRowToY()
810 int step, int rgb_stride, in AccumulateRGB()
842 int step, // bytes per pixel in ImportYUVAFromRGBA()
1096 int step, int swap_rb, int import_alpha) { in Import()
/AliOS-Things-master/components/py_engine/tests/misc/
A Drge_sm.py82 def drange(start, stop, step): argument
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodurandom.c144 mp_int_t step = mp_obj_get_int(args[2]); in mod_urandom_randrange() local
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dthumbnail.c481 int step = sw; in setupStepTables() local
556 int step = rh; in setImage1() local
/AliOS-Things-master/components/a2sa/internal/driver/core/
A Dcontrol.h97 long step; /* R: step */ member
102 long long step; /* R: step */ member
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/
A Dinfcover.c284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, in inf()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dcommon.h292 double step = (max - min) / (num - 1); in gen_lut() local
321 float step = (max - min) / (num - 1); in gen_lut() local
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_wave.c881 Uint32 step; in IMA_ADPCM_ProcessNibble() local
929 Sint16 step; in IMA_ADPCM_DecodeBlockHeader() local
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngrtran.c4159 int step = (row_info->color_type & PNG_COLOR_MASK_COLOR) ? 4 : 2; in png_do_encode_alpha() local
4178 int step = (row_info->color_type & PNG_COLOR_MASK_COLOR) ? 8 : 4; in png_do_encode_alpha() local

Completed in 50 milliseconds

12