Home
last modified time | relevance | path

Searched refs:sR (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/
Dscanline.cpp1185 int sR = (s >> ( 3))&0x1F; in write() local
1192 sR += (f*dR)>>8; in write()
1195 *dst = uint16_t((sR<<11)|(sG<<5)|sB); in write()
1210 int sR = (s >> ( 3))&0x1F; in write() local
1217 sR = ((sR << 8) + f*dR + threshold)>>8; in write()
1220 if (sR > 0x1f) sR = 0x1f; in write()
1223 *dst = uint16_t((sR<<11)|(sG<<5)|sB); in write()
1239 int sR = (s >> ( 3))&0x1F; in write() local
1248 sR = (f1*sR + f2*dR)>>8; in write()
1251 *dst = uint16_t((sR<<11)|(sG<<5)|sB); in write()
[all …]
/system/core/libpixelflinger/arch-mips64/
Dcol32cb16blend.S17 .macro pixel dreg src f sR sG sB shift
46 addu $t0,$t0,\sR
/system/core/libpixelflinger/arch-mips/
Dcol32cb16blend.S17 .macro pixel dreg src f sR sG sB shift
51 addu $t4,$t4,\sR