Home
last modified time | relevance | path

Searched defs:c1 (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dpnmtologo.c216 static inline int is_equal(struct color c1, struct color c2) in is_equal()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c1709 MS_U32 i, c1, c2; in JPEG_get_bits_2() local
3083 MS_U8 c1; in JPEG_read_sof_marker() local
3227 MS_U8 c1; in JPEG_read_sos_marker() local
H A DapiJPEG.c1707 MS_U32 i, c1, c2; in JPEG_get_bits_2() local
3195 MS_U8 c1; in JPEG_read_sof_marker() local
3341 MS_U8 c1; in JPEG_read_sos_marker() local
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c1701 MS_U32 i, c1, c2; in JPEG_get_bits_2() local
3075 MS_U8 c1; in JPEG_read_sof_marker() local
3219 MS_U8 c1; in JPEG_read_sos_marker() local
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c1727 MS_U32 i, c1, c2; in JPEG_get_bits_2() local
3041 MS_U8 c1; in JPEG_read_sof_marker() local
3185 MS_U8 c1; in JPEG_read_sos_marker() local
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dpng.h3096 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ argument