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>=NUMSUBOPT1885 || !isPow2(pad) || height<0)