Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching refs:roffset

45 	int roffset=(flags&TJ_BGR)?2:0, goffset=1, boffset=(flags&TJ_BGR)?0:2, i,
47 if(flags&TJ_ALPHAFIRST) {roffset++; goffset++; boffset++;}
54 buf[(w*i+j)*ps+roffset]=255;
69 buf[(w*i+j)*ps+roffset]=255;
78 int roffset=(flags&TJ_BGR)?2:0, goffset=1, boffset=(flags&TJ_BGR)?0:2, i,
84 printf("%.3d/%.3d/%.3d ", buf[(w*i+j)*ps+roffset],
85 buf[(w*i+j)*ps+roffset], buf[(w*i+j)*ps+roffset]);
93 int roffset=(flags&TJ_BGR)?2:0, goffset=1, boffset=(flags&TJ_BGR)?0:2, i,
95 if(flags&TJ_ALPHAFIRST) {roffset++; goffset++; boffset++;}
103 unsigned char r=buf[(w*i+j)*ps+roffset],
121 unsigned char r=buf[(w*i+j)*ps+roffset],
142 if(buf[(w*i+j)*ps+roffset]<253) return 0;
163 if(buf[(w*i+j)*ps+roffset]>2) return 0;
168 if(buf[(w*i+j)*ps+roffset]<253) return 0;