Home
last modified time | relevance | path

Searched refs:MAX_SAMP_FACTOR (Results 1 – 3 of 3) sorted by relevance

/external/jpeg/
Djdinput.c66 if (compptr->h_samp_factor<=0 || compptr->h_samp_factor>MAX_SAMP_FACTOR || in initial_setup()
67 compptr->v_samp_factor<=0 || compptr->v_samp_factor>MAX_SAMP_FACTOR) in initial_setup()
Djcmaster.c84 if (compptr->h_samp_factor<=0 || compptr->h_samp_factor>MAX_SAMP_FACTOR || in initial_setup()
85 compptr->v_samp_factor<=0 || compptr->v_samp_factor>MAX_SAMP_FACTOR) in initial_setup()
Djpeglib.h47 #define MAX_SAMP_FACTOR 4 /* JPEG limit on sampling factors */ macro