Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dscanline.cpp1180 int sR = (s >> ( 3))&0x1F; in write() local
1187 sR += (f*dR)>>8; in write()
1190 *dst = uint16_t((sR<<11)|(sG<<5)|sB); in write()
1205 int sR = (s >> ( 3))&0x1F; in write() local
1212 sR = ((sR << 8) + f*dR + threshold)>>8; in write()
1215 if (sR > 0x1f) sR = 0x1f; in write()
1218 *dst = uint16_t((sR<<11)|(sG<<5)|sB); in write()
1234 int sR = (s >> ( 3))&0x1F; in write() local
1243 sR = (f1*sR + f2*dR)>>8; in write()
1246 *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