Home
last modified time | relevance | path

Searched refs:c10 (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_rotate.c235 tColorRGBA c00, c01, c10, c11, cswap; in _transformSurfaceRGBA() local
272 c10 = *sp; in _transformSurfaceRGBA()
275 cswap = c10; c10=c11; c11=cswap; in _transformSurfaceRGBA()
278 cswap = c00; c00=c10; c10=cswap; in _transformSurfaceRGBA()
287 t2 = ((((c11.r - c10.r) * ex) >> 16) + c10.r) & 0xff; in _transformSurfaceRGBA()
290 t2 = ((((c11.g - c10.g) * ex) >> 16) + c10.g) & 0xff; in _transformSurfaceRGBA()
293 t2 = ((((c11.b - c10.b) * ex) >> 16) + c10.b) & 0xff; in _transformSurfaceRGBA()
296 t2 = ((((c11.a - c10.a) * ex) >> 16) + c10.a) & 0xff; in _transformSurfaceRGBA()
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_rotozoom.c381 c10 = sp; in _zoomSurfaceRGBA()
389 c11 = c10; in _zoomSurfaceRGBA()
404 t2 = ((((c11->r - c10->r) * ex) >> 16) + c10->r) & 0xff; in _zoomSurfaceRGBA()
407 t2 = ((((c11->g - c10->g) * ex) >> 16) + c10->g) & 0xff; in _zoomSurfaceRGBA()
410 t2 = ((((c11->b - c10->b) * ex) >> 16) + c10->b) & 0xff; in _zoomSurfaceRGBA()
683 cswap = c10; c10=c11; c11=cswap; in _transformSurfaceRGBA()
686 cswap = c00; c00=c10; c10=cswap; in _transformSurfaceRGBA()
695 t2 = ((((c11.r - c10.r) * ex) >> 16) + c10.r) & 0xff; in _transformSurfaceRGBA()
698 t2 = ((((c11.g - c10.g) * ex) >> 16) + c10.g) & 0xff; in _transformSurfaceRGBA()
701 t2 = ((((c11.b - c10.b) * ex) >> 16) + c10.b) & 0xff; in _transformSurfaceRGBA()
[all …]
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/barometer/
A Dbarometer.md112 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…
270 c10 = get_c10();
279 double pcomp = (double)(c00) + praw_sc * ((double)(c10) + praw_sc * ((double)(c20) + praw_sc * (dou…
/AliOS-Things-master/components/amp/modules/
A Dspl06.js434 var c00, c10;
452 c10 = get_c10();
480 console.log("c10:" + c10)
489 praw_sc * ((c10) +
/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/
A Ddrv_baro_goertek_spl06.c358 int32_t c00, c10; in spl06_getdata() local
377 c10 = get_c10(); in spl06_getdata()
396 praw_sc * ((double)(c10) + in spl06_getdata()
/AliOS-Things-master/components/py_engine/framework/
A Dspl06.py329 c10 = self.get_c10();
356 print("c10: %d" %c10)
365 praw_sc * ((c10) + \

Completed in 10 milliseconds