Home
last modified time | relevance | path

Searched refs:max_ (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dquant_levels_dec_utils.c66 int min_, max_; // min and max level values member
145 if (v < p->max_ && v > p->min_) { in ApplyFilter()
188 p->max_ = 0; in CountLevels()
193 if (v > p->max_) p->max_ = v; in CountLevels()
199 p->min_level_dist_ = p->max_ - p->min_; in CountLevels()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffparse.c844 #define CFF_FIELD_DELTA( code_, name_, max_, id_ ) \ in FT_Create_Class_cff_field_handlers() argument
850 clazz[i].array_max = max_; \ in FT_Create_Class_cff_field_handlers()
893 #define CFF_FIELD_DELTA( code_, name_, max_, id_ ) \ in FT_Create_Class_cff_field_handlers() argument
899 clazz[i].array_max = max_; \ in FT_Create_Class_cff_field_handlers()

Completed in 5 milliseconds