Searched refs:NUMSUBOPT (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/libjpeg_turbo/ |
D | 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) in tjCompress()
|
D | turbojpeg.h | 886 #define NUMSUBOPT TJ_NUMSAMP macro
|
D | 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"};
|
D | turbojpeg.c | 272 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()
|
D | 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"};
|
D | tjbench.c | 60 const char *subName[NUMSUBOPT]={"444", "422", "420", "GRAY", "440"};
|