Home
last modified time | relevance | path

Searched refs:cv1 (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/minilibc/libc/
A Dclock_gettime.c86 unsigned int cv1, cv2; in clock_timer_init() local
87 csi_timer_get_current_value(timer_handle, &cv1); in clock_timer_init()
90 if (cv2 > cv1) { in clock_timer_init()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dupsampling_msa.c589 v16u8 tu0, tu1, tv0, tv1, cu0, cu1, cv0, cv1; \
593 LD_UB2(cur_v, 1, cv0, cv1); \
595 UPSAMPLE_32PIXELS(tv0, tv1, cv0, cv1); \
597 ST_UB4(tv0, tv1, cv0, cv1, &temp_v[0], 16); \
613 v16u8 tu0, tu1, tv0, tv1, cu0, cu1, cv0, cv1; \
621 LD_UB2(&temp_v[32], 1, cv0, cv1); \
623 UPSAMPLE_32PIXELS(tv0, tv1, cv0, cv1); \
625 ST_UB4(tv0, tv1, cv0, cv1, &temp_v[0], 16); \

Completed in 5 milliseconds