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

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpegl.c 62 static const int hsampfactor[NUMSUBOPT]={1, 2, 2, 1};
63 static const int vsampfactor[NUMSUBOPT]={1, 1, 2, 1};
125 || jpegsub<0 || jpegsub>=NUMSUBOPT || qual<0 || qual>100)
turbojpeg.h     [all...]
jpgtest.cxx 35 const char *_subnamel[NUMSUBOPT]={"4:4:4", "4:2:2", "4:2:0", "GRAY"};
36 const char *_subnames[NUMSUBOPT]={"444", "422", "420", "GRAY"};
turbojpeg.c 272 for(i=0; i<NUMSUBOPT; i++)
519 if(width<1 || height<1 || jpegSubsamp<0 || jpegSubsamp>=NUMSUBOPT)
555 if(width<1 || height<1 || subsamp<0 || subsamp>=NUMSUBOPT)
589 || jpegSubsamp<0 || jpegSubsamp>=NUMSUBOPT || jpegQual<0 || jpegQual>100)
701 || subsamp>=NUMSUBOPT)
    [all...]
jpegut.c 24 const char *_subnamel[NUMSUBOPT]={"4:4:4", "4:2:2", "4:2:0", "GRAY"};
25 const char *_subnames[NUMSUBOPT]={"444", "422", "420", "GRAY"};
tjbench.c 60 const char *subName[NUMSUBOPT]={"444", "422", "420", "GRAY", "440"};

Completed in 451 milliseconds