Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:isPow2

50 #define isPow2(x) (((x)&(x-1))==0)
998 if(width<=0 || height<=0 || dstBuf==NULL || pad<0 || !isPow2(pad)
1671 if(srcBuf==NULL || pad<0 || !isPow2(pad) || subsamp<0 || subsamp>=NUMSUBOPT
1885 || !isPow2(pad) || height<0)