Home
last modified time | relevance | path

Searched refs:TORGB (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/common/
Dturbojpeg.c292 #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/
Dturbojpeg.c381 #define TORGB(PS, ROFFSET, GOFFSET, BOFFSET) { \ macro
405 retval=dst; TORGB(3, 0, 1, 2); in toRGB()
410 retval=dst; TORGB(3, 2, 1, 0); in toRGB()
416 retval=dst; TORGB(4, 0, 1, 2); in toRGB()
422 retval=dst; TORGB(4, 2, 1, 0); in toRGB()
428 retval=dst; TORGB(4, 1, 2, 3); in toRGB()
434 retval=dst; TORGB(4, 3, 2, 1); in toRGB()