Home
last modified time | relevance | path

Searched refs:NUMSUBOPT (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
Dturbojpegl.c62 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) in tjCompress()
Dturbojpeg.h886 #define NUMSUBOPT TJ_NUMSAMP macro
Djpgtest.cxx35 const char *_subnamel[NUMSUBOPT]={"4:4:4", "4:2:2", "4:2:0", "GRAY"};
36 const char *_subnames[NUMSUBOPT]={"444", "422", "420", "GRAY"};
Dturbojpeg.c272 for(i=0; i<NUMSUBOPT; i++) in getSubsamp()
519 if(width<1 || height<1 || jpegSubsamp<0 || jpegSubsamp>=NUMSUBOPT) in tjBufSize()
555 if(width<1 || height<1 || subsamp<0 || subsamp>=NUMSUBOPT) in tjBufSizeYUV()
589 || jpegSubsamp<0 || jpegSubsamp>=NUMSUBOPT || jpegQual<0 || jpegQual>100) in tjCompress2()
701 || subsamp>=NUMSUBOPT) in tjEncodeYUV2()
Djpegut.c24 const char *_subnamel[NUMSUBOPT]={"4:4:4", "4:2:2", "4:2:0", "GRAY"};
25 const char *_subnames[NUMSUBOPT]={"444", "422", "420", "GRAY"};
Dtjbench.c60 const char *subName[NUMSUBOPT]={"444", "422", "420", "GRAY", "440"};