HomeSort by relevance Sort by last modified time
    Searched refs:TJPF_GRAY (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
bmp.c 152 srcpf=TJPF_GRAY;
213 if(srcpf==TJPF_GRAY)
243 if(srcpf==TJPF_GRAY) dstpf=srcpf;
turbojpeg.h 172 TJPF_GRAY,
    [all...]
turbojpeg.c 126 if(pixelSize==1) return TJPF_GRAY;
155 case TJPF_GRAY:
220 case TJPF_GRAY:
602 if(pixelFormat!=TJPF_GRAY)
714 if(pixelFormat!=TJPF_GRAY)
998 if(pixelFormat!=TJPF_GRAY &&
    [all...]
tjunittest.c 76 const int _onlyGray[]={TJPF_GRAY};
95 if(pf==TJPF_GRAY)

Completed in 96 milliseconds