Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel_def.h484 #define BCD2Dec(x) ((((x) >> 4) * 10) + ((x) & 0x0F)) macro
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel_def.h484 #define BCD2Dec(x) ((((x) >> 4) * 10) + ((x) & 0x0F)) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/include/
H A Ddatatype.h541 #define BCD2Dec(x) ((((x) >> 4) * 10) + ((x) & 0x0F)) macro