Searched refs:c2 (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | pnmtologo.c | 216 static inline int is_equal(struct color c1, struct color c2) in is_equal() argument 218 return c1.red == c2.red && c1.green == c2.green && c1.blue == c2.blue; in is_equal()
|
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | png.h | 3096 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ argument 3097 abs((int)((c1).green) - (int)((c2).green)) + \ 3098 abs((int)((c1).blue) - (int)((c2).blue)))
|
| /utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/ |
| H A D | apiJPEG_OJPD.c | 1709 MS_U32 i, c1, c2; in JPEG_get_bits_2() local 1719 c2 = JPEG_get_octet(); in JPEG_get_bits_2() 1721 … _u32Bit_buf = ( _u32Bit_buf & 0xFFFF ) | ( ( ( MS_U32 )c1 ) << 24 ) | ( ( ( MS_U32 )c2 ) << 16 ); in JPEG_get_bits_2()
|
| H A D | apiJPEG.c | 1707 MS_U32 i, c1, c2; in JPEG_get_bits_2() local 1717 c2 = JPEG_get_octet(); in JPEG_get_bits_2() 1719 …uf[pNJPEGContext->eNJPDNum] & 0xFFFFUL ) | ( ( ( MS_U32 )c1 ) << 24 ) | ( ( ( MS_U32 )c2 ) << 16 ); in JPEG_get_bits_2()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/ |
| H A D | apiJPEG.c | 1701 MS_U32 i, c1, c2; in JPEG_get_bits_2() local 1711 c2 = JPEG_get_octet(); in JPEG_get_bits_2() 1713 … _u32Bit_buf = ( _u32Bit_buf & 0xFFFF ) | ( ( ( MS_U32 )c1 ) << 24 ) | ( ( ( MS_U32 )c2 ) << 16 ); in JPEG_get_bits_2()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/ |
| H A D | apiJPEG.c | 1727 MS_U32 i, c1, c2; in JPEG_get_bits_2() local 1737 c2 = JPEG_get_octet(); in JPEG_get_bits_2() 1739 … _u32Bit_buf = ( _u32Bit_buf & 0xFFFF ) | ( ( ( MS_U32 )c1 ) << 24 ) | ( ( ( MS_U32 )c2 ) << 16 ); in JPEG_get_bits_2()
|