/external/libvncserver/common/ |
turbojpeg.h | 52 #define TJ_NUMSAMP 5 100 static const int tjMCUWidth[TJ_NUMSAMP] = {8, 16, 16, 8, 8}; 110 static const int tjMCUHeight[TJ_NUMSAMP] = {8, 8, 16, 8, 16}; 491 #define NUMSUBOPT TJ_NUMSAMP
|
turbojpeg.c | 97 static const int pixelsize[TJ_NUMSAMP]={3, 3, 3, 1, 3};
|
/external/libjpeg-turbo/ |
turbojpeg.h | 81 #define TJ_NUMSAMP 6 144 static const int tjMCUWidth[TJ_NUMSAMP] = {8, 16, 16, 8, 8, 32}; 155 static const int tjMCUHeight[TJ_NUMSAMP] = {8, 8, 16, 8, 16, 8}; [all...] |
tjunittest.c | 62 const char *subNameLong[TJ_NUMSAMP]= 66 const char *subName[TJ_NUMSAMP]={"444", "422", "420", "GRAY", "440", "411"}; 606 for(subsamp=0; subsamp<TJ_NUMSAMP; subsamp++)
|
tjbench.c | 55 const char *subNameLong[TJ_NUMSAMP]= 63 const char *subName[TJ_NUMSAMP]={"444", "422", "420", "GRAY", "440", "411"}; 956 if(subsamp>=0 && subsamp<TJ_NUMSAMP)
|
turbojpeg-jni.c | 298 if(org_libjpegturbo_turbojpeg_TJ_NUMSAMP!=TJ_NUMSAMP) 376 || org_libjpegturbo_turbojpeg_TJ_NUMSAMP!=TJ_NUMSAMP) 856 || org_libjpegturbo_turbojpeg_TJ_NUMSAMP!=TJ_NUMSAMP) [all...] |
turbojpeg.c | 100 static const int pixelsize[TJ_NUMSAMP]={3, 3, 3, 1, 3, 3}; 670 if(width<1 || subsamp<0 || subsamp>=TJ_NUMSAMP) 691 if(height<1 || subsamp<0 || subsamp>=TJ_NUMSAMP) [all...] |
/external/libvncserver/test/ |
tjunittest.c | 50 const char *subNameLong[TJ_NUMSAMP]= 54 const char *subName[TJ_NUMSAMP]={"444", "422", "420", "GRAY", "440"}; 387 for(subsamp=0; subsamp<TJ_NUMSAMP; subsamp++)
|
tjbench.c | 57 const char *subNameLong[TJ_NUMSAMP]=
|
/external/libjpeg-turbo/doc/html/search/ |
all_74.js | 5 ['tj_5fnumsamp',['TJ_NUMSAMP',['../group___turbo_j_p_e_g.html#ga5ef3d169162ce77ce348e292a0b7477c',1,'turbojpeg.h']]],
|