Lines Matching refs:ncomponents
989 int tinyjpeg_get_components(struct jdec_private *priv, unsigned char **components, unsigned int ncomponents)
992 if (ncomponents > COMPONENTS)
993 ncomponents = COMPONENTS;
994 for (i=0; i<ncomponents; i++)
999 int tinyjpeg_set_components(struct jdec_private *priv, unsigned char * const *components, unsigned int ncomponents)
1002 if (ncomponents > COMPONENTS)
1003 ncomponents = COMPONENTS;
1004 for (i=0; i<ncomponents; i++)
1011 unsigned int ncomponents)
1014 if (ncomponents > COMPONENTS)
1015 ncomponents = COMPONENTS;
1016 for (i=0; i<ncomponents; i++)
1023 unsigned int ncomponents)
1026 if (ncomponents > COMPONENTS)
1027 ncomponents = COMPONENTS;
1028 for (i=0; i<ncomponents; i++)