Searched refs:c01 (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_rotate.c | 235 tColorRGBA c00, c01, c10, c11, cswap; in _transformSurfaceRGBA() local 268 c01 = *sp; in _transformSurfaceRGBA() 274 cswap = c00; c00=c01; c01=cswap; in _transformSurfaceRGBA() 279 cswap = c01; c01=c11; c11=cswap; in _transformSurfaceRGBA() 286 t1 = ((((c01.r - c00.r) * ex) >> 16) + c00.r) & 0xff; in _transformSurfaceRGBA() 289 t1 = ((((c01.g - c00.g) * ex) >> 16) + c00.g) & 0xff; in _transformSurfaceRGBA() 292 t1 = ((((c01.b - c00.b) * ex) >> 16) + c00.b) & 0xff; in _transformSurfaceRGBA() 295 t1 = ((((c01.a - c00.a) * ex) >> 16) + c00.a) & 0xff; in _transformSurfaceRGBA()
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_rotozoom.c | 289 tColorRGBA *c00, *c01, *c10, *c11; in _zoomSurfaceRGBA() local 380 c01 = sp; in _zoomSurfaceRGBA() 392 c01--; in _zoomSurfaceRGBA() 395 c01++; in _zoomSurfaceRGBA() 641 tColorRGBA c00, c01, c10, c11, cswap; in _transformSurfaceRGBA() local 676 c01 = *sp; in _transformSurfaceRGBA() 682 cswap = c00; c00=c01; c01=cswap; in _transformSurfaceRGBA() 687 cswap = c01; c01=c11; c11=cswap; in _transformSurfaceRGBA() 694 t1 = ((((c01.r - c00.r) * ex) >> 16) + c00.r) & 0xff; in _transformSurfaceRGBA() 697 t1 = ((((c01.g - c00.g) * ex) >> 16) + c00.g) & 0xff; in _transformSurfaceRGBA() [all …]
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/barometer/ |
A D | barometer.md | 112 1、从校准系数寄存器读取校准系数(c00、c10、c20、c30、c01、c11和c21)。 119 …Pcomp(Pa)= c00+ Praw_sc*(c10+ Praw_sc*(c20+ Praw_sc*c30)) + Traw_sc*c01 + Traw_sc*Praw_sc*(c11+Pra… 271 c01 = get_c01(); 279 … praw_sc * ((double)(c20) + praw_sc * (double)(c30))) + traw_sc * (double)(c01) + traw_sc * praw_s…
|
/AliOS-Things-master/components/amp/modules/ |
A D | spl06.js | 435 var c0, c1, c01, c11, c20, c21, c30; 453 c01 = get_c01(); 483 console.log("c01:" + c01) 491 traw_sc * (c01) +
|
/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/ |
A D | drv_baro_goertek_spl06.c | 359 int16_t c0, c1, c01, c11, c20, c21, c30; in spl06_getdata() local 378 c01 = get_c01(); in spl06_getdata() 398 traw_sc * (double)(c01) + in spl06_getdata()
|
/AliOS-Things-master/components/py_engine/framework/ |
A D | spl06.py | 330 c01 = self.get_c01(); 359 print("c01: %d" %c01) 367 traw_sc * (c01) + \
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | miniz.h | 2287 …mz_uint16 c01 = TDEFL_READ_UNALIGNED_WORD(&d->m_dict[pos + match_len - 1]), s01 = TDEFL_READ_UNALI… in tdefl_find_match() local 2298 if (TDEFL_READ_UNALIGNED_WORD(&d->m_dict[probe_pos + match_len - 1]) == c01) break; in tdefl_find_match() 2311 c01 = TDEFL_READ_UNALIGNED_WORD(&d->m_dict[pos + match_len - 1]); in tdefl_find_match()
|
Completed in 39 milliseconds