Searched refs:TORGB (Results 1 – 2 of 2) sorted by relevance
/external/libvncserver/common/ |
D | turbojpeg.c | 292 #define TORGB(PS, ROFFSET, GOFFSET, BOFFSET) { \ macro 316 retval=dst; TORGB(3, 0, 1, 2); in toRGB() 321 retval=dst; TORGB(3, 2, 1, 0); in toRGB() 327 retval=dst; TORGB(4, 0, 1, 2); in toRGB() 333 retval=dst; TORGB(4, 2, 1, 0); in toRGB() 339 retval=dst; TORGB(4, 1, 2, 3); in toRGB() 345 retval=dst; TORGB(4, 3, 2, 1); in toRGB()
|
/external/libjpeg-turbo/ |
D | turbojpeg.c | 405 #define TORGB(PS, ROFFSET, GOFFSET, BOFFSET) { \ macro 429 retval=dst; TORGB(3, 0, 1, 2); in toRGB() 434 retval=dst; TORGB(3, 2, 1, 0); in toRGB() 440 retval=dst; TORGB(4, 0, 1, 2); in toRGB() 446 retval=dst; TORGB(4, 2, 1, 0); in toRGB() 452 retval=dst; TORGB(4, 1, 2, 3); in toRGB() 458 retval=dst; TORGB(4, 3, 2, 1); in toRGB()
|